From 39e0b72728ce5f027e38677f080dcc161de6e6fc Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 1 Feb 2003 12:18:37 +0000 Subject: Merge from HEAD: netbsd supports dynamic libs (This used to be commit f91d4c8fd3820da751b13babc6b8f98a610fcc6e) --- source3/include/config.h.in | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'source3/include') 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 -- cgit