]> git.ipfire.org Git - thirdparty/dhcp.git/commitdiff
autoconf regeneration
authorShawn Routhier <sar@isc.org>
Mon, 27 Jun 2011 16:19:33 +0000 (16:19 +0000)
committerShawn Routhier <sar@isc.org>
Mon, 27 Jun 2011 16:19:33 +0000 (16:19 +0000)
configure

index 6e7b667d608f6f4be0450340ec5154b4dff8aa29..4d9df5738ab954d375ecfa24f88b1963f8e1f213 100755 (executable)
--- a/configure
+++ b/configure
@@ -1297,6 +1297,9 @@ Optional Features:
   --enable-paranoia       enable support for chroot/setuid (default is no)
   --enable-early-chroot   enable chrooting prior to configuration (default is
                           no)
+  --enable-ipv4-pktinfo   enable use of pktinfo on IPv4 sockets (default is
+                          no)
+  --enable-use-sockets    use the standard BSD socket API (default is no)
 
 Optional Packages:
   --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
@@ -4763,6 +4766,34 @@ _ACEOF
 
 fi
 
+# Check whether --enable-IPv4_PKTINFO was given.
+if test "${enable_IPv4_PKTINFO+set}" = set; then
+  enableval=$enable_IPv4_PKTINFO;
+fi
+
+
+if test "$enable_ipv4_pktinfo" = "yes"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_V4_PKTINFO 1
+_ACEOF
+
+fi
+
+# Check whether --enable-USE_SOCKETS was given.
+if test "${enable_USE_SOCKETS+set}" = set; then
+  enableval=$enable_USE_SOCKETS;
+fi
+
+
+if test "$enable_use_sockets" = "yes"; then
+
+cat >>confdefs.h <<\_ACEOF
+#define USE_SOCKETS 1
+_ACEOF
+
+fi
+
 ###
 ### Path fun.  Older versions of DHCP were installed in /usr/sbin, so we
 ### need to look there and potentially overwrite by default (but not if