summaryrefslogtreecommitdiff
path: root/libexec/tcpd/Makefile.inc
diff options
context:
space:
mode:
authorJason Downs <downsj@cvs.openbsd.org>1997-03-04 09:01:40 +0000
committerJason Downs <downsj@cvs.openbsd.org>1997-03-04 09:01:40 +0000
commite540e0ff3f3e1b4c1e57ebdf967f40272743c236 (patch)
tree51906aa0f99e7bad7cadb3d1561c40c6fb27932b /libexec/tcpd/Makefile.inc
parent30a478c687a4e69d6f6cb12b23b494883bcbf220 (diff)
Pull in all of tcpd.h here, too, even though it's not really needed.
Diffstat (limited to 'libexec/tcpd/Makefile.inc')
-rw-r--r--libexec/tcpd/Makefile.inc5
1 files 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"