diff options
author | LaMont Jones <lamont@debian.org> | 2009-11-16 19:24:48 -0600 |
---|---|---|
committer | LaMont Jones <lamont@debian.org> | 2009-11-16 19:25:06 -0600 |
commit | f133ad6c8e92691761b732d65cca85e4e27d6f51 (patch) | |
tree | 2b2e7d58577939c092be097da9736ad855a00a60 /config.h.in | |
parent | 2306fd1207ccddc925d7b42b9842a29db6e81e40 (diff) | |
download | bind9-f133ad6c8e92691761b732d65cca85e4e27d6f51.tar.gz |
9.7.0a2
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in index f789b549..8d576629 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.115 2009/06/10 02:23:42 marka Exp $ */ +/* $Id: config.h.in,v 1.116 2009/07/14 22:39:30 each Exp $ */ /*! \file */ @@ -220,9 +220,21 @@ int sigwait(const unsigned int *set, int *sig); /* Define to 1 if you have the <regex.h> header file. */ #undef HAVE_REGEX_H +/* Define to 1 if you have the `setegid' function. */ +#undef HAVE_SETEGID + +/* Define to 1 if you have the `seteuid' function. */ +#undef HAVE_SETEUID + /* Define to 1 if you have the `setlocale' function. */ #undef HAVE_SETLOCALE +/* Define to 1 if you have the `setresgid' function. */ +#undef HAVE_SETRESGID + +/* Define to 1 if you have the `setresuid' function. */ +#undef HAVE_SETRESUID + /* Define to 1 if you have the <stdint.h> header file. */ #undef HAVE_STDINT_H |