diff options
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index c5ff7c82..82aab737 100644 --- a/config.h.in +++ b/config.h.in @@ -191,6 +191,9 @@ /* Define to 1 if you have the `getpeerucred' function. */ #undef HAVE_GETPEERUCRED +/* Define to 1 if you have the `getresuid' function. */ +#undef HAVE_GETRESUID + /* Have GNU-style varargs macros */ #undef HAVE_GNUC_VARARGS @@ -203,6 +206,9 @@ /* Have ISO C99 varargs macros */ #undef HAVE_ISO_VARARGS +/* Define to 1 if you have the `issetugid' function. */ +#undef HAVE_ISSETUGID + /* audit daemon SELinux support */ #undef HAVE_LIBAUDIT |