diff options
Diffstat (limited to 'source3/include/config.h.in')
-rw-r--r-- | source3/include/config.h.in | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index c8d5d89233..0b3872e7ce 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -182,6 +182,7 @@ #undef USE_SETUIDX #undef HAVE_LIBDL #undef NEED_SGI_SEMUN_HACK +#undef SYSCONF_SC_NGROUPS_MAX /* The number of bytes in a int. */ #undef SIZEOF_INT @@ -549,9 +550,6 @@ /* Define if you have the pipe function. */ #undef HAVE_PIPE -/* Define if you have the popen function. */ -#undef HAVE_POPEN - /* Define if you have the pread function. */ #undef HAVE_PREAD @@ -657,6 +655,9 @@ /* Define if you have the syscall function. */ #undef HAVE_SYSCALL +/* Define if you have the sysconf function. */ +#undef HAVE_SYSCONF + /* Define if you have the usleep function. */ #undef HAVE_USLEEP |