diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2003-02-01 12:18:37 +0000 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2003-02-01 12:18:37 +0000 |
commit | 39e0b72728ce5f027e38677f080dcc161de6e6fc (patch) | |
tree | 1b6dc64b76a8da9817662d76c7dc07ee08d3b8a7 /source3/include | |
parent | 963e88aa90853a7e45c72cbc6630aa705b6d4e55 (diff) | |
download | samba-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.in | 8 |
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 |