diff options
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/config.h.in | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/source3/include/config.h.in b/source3/include/config.h.in index ed3c1ac770..876fa619d1 100644 --- a/source3/include/config.h.in +++ b/source3/include/config.h.in @@ -110,6 +110,7 @@ #undef HAVE_FILE_MACRO #undef HAVE_FUNCTION_MACRO #undef HAVE_SETRESUID_DECL +#undef HAVE_SETRESUID #undef WITH_NETATALK /* The number of bytes in a int. */ @@ -226,9 +227,6 @@ /* Define if you have the setluid function. */ #undef HAVE_SETLUID -/* Define if you have the setresuid function. */ -#undef HAVE_SETRESUID - /* Define if you have the setsid function. */ #undef HAVE_SETSID |