1
0
mirror of https://git.FreeBSD.org/src.git synced 2025-01-16 15:11:52 +00:00

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

Approved by:	markm
This commit is contained in:
Andrey A. Chernov 2000-08-30 06:26:42 +00:00
parent a11828b271
commit 6428802638
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=65240

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