diff options
author | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-17 19:36:10 +0000 |
---|---|---|
committer | Jakob Schlyter <jakob@cvs.openbsd.org> | 2010-01-17 19:36:10 +0000 |
commit | c8caf3b3f258149c76fd995efe2b0b45ea98df7b (patch) | |
tree | b946e0f0f6d3079cb068e789ed0d767756459373 /usr.sbin/nsd/config.h.in | |
parent | b3703c013adbbc913296df43a3340c7b7527fd67 (diff) |
regen with {autoconf,autoheader}-2.62
Diffstat (limited to 'usr.sbin/nsd/config.h.in')
-rw-r--r-- | usr.sbin/nsd/config.h.in | 47 |
1 files changed, 25 insertions, 22 deletions
diff --git a/usr.sbin/nsd/config.h.in b/usr.sbin/nsd/config.h.in index da3477a4994..d79e9f2bdbd 100644 --- a/usr.sbin/nsd/config.h.in +++ b/usr.sbin/nsd/config.h.in @@ -3,6 +3,9 @@ /* Define this to enable BIND8 like NSTATS & XSTATS. */ #undef BIND8_STATS +/* NSD default chroot directory. */ +#undef CHROOTDIR + /* Pathname to the NSD configuration file */ #undef CONFIGFILE @@ -350,28 +353,6 @@ /* the user name to drop privileges to */ #undef USER -/* Enable extensions on AIX 3, Interix. */ -#ifndef _ALL_SOURCE -# undef _ALL_SOURCE -#endif -/* Enable GNU extensions on systems that have them. */ -#ifndef _GNU_SOURCE -# undef _GNU_SOURCE -#endif -/* Enable threading extensions on Solaris. */ -#ifndef _POSIX_PTHREAD_SEMANTICS -# undef _POSIX_PTHREAD_SEMANTICS -#endif -/* Enable extensions on HP NonStop. */ -#ifndef _TANDEM_SOURCE -# undef _TANDEM_SOURCE -#endif -/* Enable general extensions on Solaris. */ -#ifndef __EXTENSIONS__ -# undef __EXTENSIONS__ -#endif - - /* Define to the NSD version to answer version.server query. */ #undef VERSION @@ -404,6 +385,28 @@ /* Define to 1 if you need to in order for `stat' and other things to work. */ #undef _POSIX_SOURCE +/* Enable extensions on AIX 3, Interix. */ +#ifndef _ALL_SOURCE +# undef _ALL_SOURCE +#endif +/* Enable GNU extensions on systems that have them. */ +#ifndef _GNU_SOURCE +# undef _GNU_SOURCE +#endif +/* Enable threading extensions on Solaris. */ +#ifndef _POSIX_PTHREAD_SEMANTICS +# undef _POSIX_PTHREAD_SEMANTICS +#endif +/* Enable extensions on HP NonStop. */ +#ifndef _TANDEM_SOURCE +# undef _TANDEM_SOURCE +#endif +/* Enable general extensions on Solaris. */ +#ifndef __EXTENSIONS__ +# undef __EXTENSIONS__ +#endif + + /* Define to empty if `const' does not conform to ANSI C. */ #undef const |