aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Murray <markm@FreeBSD.org>2003-07-24 19:58:56 +0000
committerMark Murray <markm@FreeBSD.org>2003-07-24 19:58:56 +0000
commite0c27215058b5786c78fcfb3963eebe61a989511 (patch)
treeb889919b59db4db4f67a26b9b29a46b25d101520 /lib
parentd368bc9f598b5272f06a8b8239a9255209ef3971 (diff)
downloadsrc-e0c27215058b5786c78fcfb3963eebe61a989511.tar.gz
src-e0c27215058b5786c78fcfb3963eebe61a989511.zip
Turn on the extended syntax, which TCP_wrappers has by default, as
distributed.
Notes
Notes: svn path=/head/; revision=117980
Diffstat (limited to 'lib')
-rw-r--r--lib/libwrap/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libwrap/Makefile b/lib/libwrap/Makefile
index eb9dcc72dbb1..c559ce9517b2 100644
--- a/lib/libwrap/Makefile
+++ b/lib/libwrap/Makefile
@@ -16,7 +16,7 @@ CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
-DREAL_DAEMON_DIR=\"/usr/libexec\" -DPROCESS_OPTIONS \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
- -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP
+ -DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP -DPROCESS_OPTIONS
.if !defined(NOINET6)
CFLAGS+=-DINET6
.endif