From da985290c3703fa2a29815a83a9c0ab22ffff6d1 Mon Sep 17 00:00:00 2001 From: downsj Date: Tue, 4 Mar 1997 09:01:39 +0000 Subject: [PATCH] Pull in all of tcpd.h here, too, even though it's not really needed. --- libexec/tcpd/Makefile.inc | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/libexec/tcpd/Makefile.inc b/libexec/tcpd/Makefile.inc index f09d54930f5..21c317fe68d 100644 --- a/libexec/tcpd/Makefile.inc +++ b/libexec/tcpd/Makefile.inc @@ -1,9 +1,10 @@ -# $OpenBSD: Makefile.inc,v 1.1 1997/02/26 06:00:34 downsj Exp $ +# $OpenBSD: Makefile.inc,v 1.2 1997/03/04 09:01:39 downsj Exp $ # Configuration options for libwrap. Keep in sync with libwrap/Makefile. CFLAGS+=-DPROCESS_OPTIONS -DFACILITY=LOG_AUTH -DSEVERITY=LOG_INFO \ -DRFC931_TIMEOUT=10 -DHOSTS_ACCESS -DALWAYS_HOSTNAME \ -DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \ - -DNETGROUP -DSYS_ERRLIST_DEFINED -DREAL_DAEMON_DIR=\"/usr/libexec\" + -DNETGROUP -DSYS_ERRLIST_DEFINED -DREAL_DAEMON_DIR=\"/usr/libexec\" \ + -D_TCPD_PRIVATE .include "../Makefile.inc" -- 2.20.1