summaryrefslogtreecommitdiffstats
path: root/usr.sbin/nsd/config.h.in
diff options
context:
space:
mode:
authorjakob <jakob@openbsd.org>2010-01-17 19:36:09 +0000
committerjakob <jakob@openbsd.org>2010-01-17 19:36:09 +0000
commitdd8cdab997945d7a80343e161df1226fe6fab304 (patch)
tree46f7aff59e5a0e7884e03db932c6c764114280de /usr.sbin/nsd/config.h.in
parentuse --with-chroot (diff)
downloadwireguard-openbsd-dd8cdab997945d7a80343e161df1226fe6fab304.tar.xz
wireguard-openbsd-dd8cdab997945d7a80343e161df1226fe6fab304.zip
regen with {autoconf,autoheader}-2.62
Diffstat (limited to 'usr.sbin/nsd/config.h.in')
-rw-r--r--usr.sbin/nsd/config.h.in47
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