From: downsj Date: Tue, 4 Mar 1997 09:01:39 +0000 (+0000) Subject: Pull in all of tcpd.h here, too, even though it's not really needed. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=da985290c3703fa2a29815a83a9c0ab22ffff6d1;p=openbsd Pull in all of tcpd.h here, too, even though it's not really needed. --- 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"