diff options
author | Andrew Tridgell <tridge@samba.org> | 1998-08-19 15:01:03 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 1998-08-19 15:01:03 +0000 |
commit | 8487f959d10fe1ad1c8de0e97e623a2927165eaf (patch) | |
tree | 7e41b9e4c88c91c963d9e70bcbe56583541a5605 /source3/include | |
parent | 3f153e592b420ed79688b97559de9586a0f7b6fd (diff) | |
download | samba-8487f959d10fe1ad1c8de0e97e623a2927165eaf.tar.gz samba-8487f959d10fe1ad1c8de0e97e623a2927165eaf.tar.bz2 samba-8487f959d10fe1ad1c8de0e97e623a2927165eaf.zip |
added a test for a working setresuid
(This used to be commit dbe333b590ef004ccbd31a14ad161d73139b2486)
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 |