diff options
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 |