summaryrefslogtreecommitdiffstats
path: root/contrib/unbound/config.h
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2013-09-24 09:56:58 +0000
committerdes <des@FreeBSD.org>2013-09-24 09:56:58 +0000
commit384b4d5caeff301bc6b680c639a19887868bc3cf (patch)
tree98c68b32d006407564dc79729570e04b83478f77 /contrib/unbound/config.h
parentda61ec806e58e60524a61f2f08184282e4120dfb (diff)
downloadFreeBSD-src-384b4d5caeff301bc6b680c639a19887868bc3cf.zip
FreeBSD-src-384b4d5caeff301bc6b680c639a19887868bc3cf.tar.gz
Regenerate
Approved by: re (blanket)
Diffstat (limited to 'contrib/unbound/config.h')
-rw-r--r--contrib/unbound/config.h13
1 files changed, 2 insertions, 11 deletions
diff --git a/contrib/unbound/config.h b/contrib/unbound/config.h
index ada7355..27af3d6 100644
--- a/contrib/unbound/config.h
+++ b/contrib/unbound/config.h
@@ -5,16 +5,7 @@
#define CHROOT_DIR "/var/unbound"
/* Pathname to the Unbound configuration file */
-#define CONFIGFILE "/etc/unbound/unbound.conf"
-
-/* configure flags */
-#define CONFIGURE_BUILD_WITH " '--prefix=' '--exec-prefix=/usr' '--with-conf-file=/etc/unbound/unbound.conf' '--with-run-dir=/var/unbound' '--with-username=unbound'"
-
-/* configure date */
-#define CONFIGURE_DATE "Sun Sep 15 15:38:41 CEST 2013"
-
-/* configure target system */
-#define CONFIGURE_TARGET "x86_64-unknown-freebsd10.0"
+#define CONFIGFILE "/var/unbound/unbound.conf"
/* Define this if on macOSX10.4-darwin8 and setreuid and setregid do not work
*/
@@ -240,7 +231,7 @@
#define HAVE_RECVMSG 1
/* Define to 1 if you have the `sbrk' function. */
-/* #undef HAVE_SBRK */
+#define HAVE_SBRK 1
/* Define to 1 if you have the `sendmsg' function. */
#define HAVE_SENDMSG 1
OpenPOWER on IntegriCloud