diff options
| author | Vladimir Kotal <Vladimir.Kotal@Sun.COM> | 2008-09-03 16:07:48 +0200 |
|---|---|---|
| committer | Vladimir Kotal <Vladimir.Kotal@Sun.COM> | 2008-09-03 16:07:48 +0200 |
| commit | b811a51ae52cf3dd141a03c928fdcfbd6160c008 (patch) | |
| tree | a49fabb04c361f5e4030d0a7ab2e8c5083eb8bc0 /usr/src/cmd/sendmail | |
| parent | b7deb15b87755a1f442ce5b1eb27adf498afbb2a (diff) | |
| download | illumos-joyent-b811a51ae52cf3dd141a03c928fdcfbd6160c008.tar.gz | |
PSARC 2008/305 strsep() in libc
4383867 need strsep() in libc
--HG--
rename : usr/src/lib/passwdutil/bsd-strsep.c => usr/src/lib/libc/port/gen/strsep.c
Diffstat (limited to 'usr/src/cmd/sendmail')
| -rw-r--r-- | usr/src/cmd/sendmail/db/config.h | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/usr/src/cmd/sendmail/db/config.h b/usr/src/cmd/sendmail/db/config.h index c652a604a4..1037e719e1 100644 --- a/usr/src/cmd/sendmail/db/config.h +++ b/usr/src/cmd/sendmail/db/config.h @@ -1,5 +1,12 @@ /* config.h. Generated automatically by configure. */ /* config.hin. Generated automatically from configure.in by autoheader. */ +/* + * Copyright 2008 Sun Microsystems, Inc. All rights reserved. + * Use is subject to license terms. + */ + +#ifndef _CONFIG_H +#define _CONFIG_H /* Define to empty if the keyword does not work. */ /* #undef const */ @@ -132,7 +139,7 @@ #define HAVE_STRERROR 1 /* Define if you have the strsep function. */ -/* #undef HAVE_STRSEP */ +#define HAVE_STRSEP 1 /* Define if you have the sysconf function. */ #define HAVE_SYSCONF 1 @@ -177,3 +184,4 @@ #define _LARGE_FILES /* AIX specific. */ #define _FILE_OFFSET_BITS 64 #endif +#endif /* _CONFIG_H */ |
