Pull in all of tcpd.h here, too, even though it's not really needed.
authordownsj <downsj@openbsd.org>
Tue, 4 Mar 1997 09:01:39 +0000 (09:01 +0000)
committerdownsj <downsj@openbsd.org>
Tue, 4 Mar 1997 09:01:39 +0000 (09:01 +0000)
libexec/tcpd/Makefile.inc

index f09d549..21c317f 100644 (file)
@@ -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"