Don't try to compile in INET6 support when NOINET6 is defined.

This commit is contained in:
Steve Price
2000-04-15 20:45:52 +00:00
parent aa50d936fd
commit 4f9bc6c6b7
3 changed files with 12 additions and 3 deletions
+4 -1
View File
@@ -17,7 +17,10 @@ CFLAGS+=-DFACILITY=LOG_AUTH -DHOSTS_ACCESS -DNETGROUP -DDAEMON_UMASK=022 \
-DSEVERITY=LOG_INFO -DRFC931_TIMEOUT=10 \
-DHOSTS_DENY=\"/etc/hosts.deny\" -DHOSTS_ALLOW=\"/etc/hosts.allow\" \
-DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME
CFLAGS+=-DINET6 -DUSE_GETIPNODEBY
CFLAGS+=-DUSE_GETIPNODEBY
.if !defined(NOINET6)
CFLAGS+=-DINET6
.endif
SRCS= clean_exit.c diag.c eval.c fix_options.c fromhost.c \
hosts_access.c hosts_ctl.c misc.c myvsyslog.c options.c \