summaryrefslogtreecommitdiff
path: root/usr/src/cmd/sendmail
diff options
context:
space:
mode:
authorVladimir Kotal <Vladimir.Kotal@Sun.COM>2008-09-03 16:07:48 +0200
committerVladimir Kotal <Vladimir.Kotal@Sun.COM>2008-09-03 16:07:48 +0200
commitb811a51ae52cf3dd141a03c928fdcfbd6160c008 (patch)
treea49fabb04c361f5e4030d0a7ab2e8c5083eb8bc0 /usr/src/cmd/sendmail
parentb7deb15b87755a1f442ce5b1eb27adf498afbb2a (diff)
downloadillumos-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.h10
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 */