diff options
author | Julian Andres Klode <jak@debian.org> | 2014-09-24 20:57:30 +0200 |
---|---|---|
committer | Julian Andres Klode <jak@debian.org> | 2014-09-24 20:57:30 +0200 |
commit | 550ab420d398f303ff8cbc51e1f4dab79f8cbdf2 (patch) | |
tree | 979e98c951b52c9b8a2bc148d874d36358f6f921 /buildlib/config.h.in | |
parent | 3b084f06b65ea073176b26fd9e472dc0f76b44b0 (diff) |
DropPrivs: Also check for saved set-user-ID and set-group-ID
Diffstat (limited to 'buildlib/config.h.in')
-rw-r--r-- | buildlib/config.h.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/buildlib/config.h.in b/buildlib/config.h.in index 6b72fb393..c0fd2e8c6 100644 --- a/buildlib/config.h.in +++ b/buildlib/config.h.in @@ -28,6 +28,10 @@ /* If there is no socklen_t, define this for the netdb shim */ #undef NEED_SOCKLEN_T_DEFINE +/* We need the getresuid() function */ +#undef HAVE_GETRESUID +#undef HAVE_GETRESGID + /* Define to the size of the filesize containing structures */ #undef _FILE_OFFSET_BITS |