summaryrefslogtreecommitdiff
path: root/buildlib
diff options
context:
space:
mode:
authorJulian Andres Klode <jak@debian.org>2014-09-24 20:57:30 +0200
committerJulian Andres Klode <jak@debian.org>2014-09-24 20:57:30 +0200
commit550ab420d398f303ff8cbc51e1f4dab79f8cbdf2 (patch)
tree979e98c951b52c9b8a2bc148d874d36358f6f921 /buildlib
parent3b084f06b65ea073176b26fd9e472dc0f76b44b0 (diff)
DropPrivs: Also check for saved set-user-ID and set-group-ID
Diffstat (limited to 'buildlib')
-rw-r--r--buildlib/config.h.in4
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