diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 17:39:41 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2008-11-02 17:39:41 +0100 |
commit | b327c0a2da6e48256fc64ee96bcec5da81843ec6 (patch) | |
tree | 3254535886b6cc9cfcd7e8786ad0c238a9a81032 /source3/include | |
parent | 41e44d695872f96be77640c847181742e5a1ec5f (diff) | |
download | samba-b327c0a2da6e48256fc64ee96bcec5da81843ec6.tar.gz samba-b327c0a2da6e48256fc64ee96bcec5da81843ec6.tar.bz2 samba-b327c0a2da6e48256fc64ee96bcec5da81843ec6.zip |
Samba3: Remove more configure tests already done by libreplace.
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index c1da09e2f8..bf0b8524f6 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -805,14 +805,6 @@ enum flush_reason_enum { #define ULTRIX_AUTH 1 #endif -#if (defined(USE_SETRESUID) && !defined(HAVE_SETRESUID_DECL)) -/* stupid glibc */ -int setresuid(uid_t ruid, uid_t euid, uid_t suid); -#endif -#if (defined(USE_SETRESUID) && !defined(HAVE_SETRESGID_DECL)) -int setresgid(gid_t rgid, gid_t egid, gid_t sgid); -#endif - /* yuck, I'd like a better way of doing this */ #define DIRP_SIZE (256 + 32) |