summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-02-01 12:18:37 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-02-01 12:18:37 +0000
commit39e0b72728ce5f027e38677f080dcc161de6e6fc (patch)
tree1b6dc64b76a8da9817662d76c7dc07ee08d3b8a7 /source3/include
parent963e88aa90853a7e45c72cbc6630aa705b6d4e55 (diff)
downloadsamba-39e0b72728ce5f027e38677f080dcc161de6e6fc.tar.gz
samba-39e0b72728ce5f027e38677f080dcc161de6e6fc.tar.bz2
samba-39e0b72728ce5f027e38677f080dcc161de6e6fc.zip
Merge from HEAD: netbsd supports dynamic libs
(This used to be commit f91d4c8fd3820da751b13babc6b8f98a610fcc6e)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/config.h.in8
1 files changed, 7 insertions, 1 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in
index 2848414c40..270b23b803 100644
--- a/source3/include/config.h.in
+++ b/source3/include/config.h.in
@@ -1,4 +1,4 @@
-/* include/config.h.in. Generated automatically from configure.in by autoheader. */
+/* include/config.h.in. Generated automatically from configure.in by autoheader 2.13. */
/* Define if type char is unsigned and you are not using gcc. */
#ifndef __CHAR_UNSIGNED__
@@ -1235,6 +1235,12 @@
/* File offset bits */
#undef _FILE_OFFSET_BITS
+/* Whether to enable POSIX support */
+#undef _POSIX_C_SOURCE
+
+/* Whether to enable System V compatibility */
+#undef _SYSV
+
/* Whether to enable large file support */
#undef _LARGEFILE64_SOURCE