Replace strtok with strsep (strtok is not allowed in libraries)

Approved by:	markm
This commit is contained in:
ache 2000-08-30 06:26:42 +00:00
parent 070da128c7
commit 11adb5ee67

View File

@ -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
-DSYS_ERRLIST_DEFINED -DALWAYS_HOSTNAME -DUSE_STRSEP
.if !defined(NOINET6)
CFLAGS+=-DINET6
.endif