diff options
author | 1997-03-04 09:01:39 +0000 | |
---|---|---|
committer | 1997-03-04 09:01:39 +0000 | |
commit | da985290c3703fa2a29815a83a9c0ab22ffff6d1 (patch) | |
tree | fa81e5ab834bd575a5d15a5548eb66334200627d | |
parent | Slightly cleaner. (diff) | |
download | wireguard-openbsd-da985290c3703fa2a29815a83a9c0ab22ffff6d1.tar.xz wireguard-openbsd-da985290c3703fa2a29815a83a9c0ab22ffff6d1.zip |
Pull in all of tcpd.h here, too, even though it's not really needed.
-rw-r--r-- | libexec/tcpd/Makefile.inc | 5 |
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" |