]> git.ipfire.org Git - thirdparty/ntp.git/commitdiff
HAVE_IFLIST_SYSCTL cleanup.
authorHarlan Stenn <stenn@ntp.org>
Thu, 20 Feb 2003 09:10:16 +0000 (04:10 -0500)
committerHarlan Stenn <stenn@ntp.org>
Thu, 20 Feb 2003 09:10:16 +0000 (04:10 -0500)
bk: 3e549b78U4ts37d6Rw5J1G4Z3MFFgg

configure.in

index a5fc26d0f4fb2d6a8ce724de4a8be6deb1f65ca0..411a3b74caf099ef6fc79a1c6138926fb9ed31f7 100644 (file)
@@ -3525,12 +3525,6 @@ $isc_in_addr6_hack
     ;;
 esac
 
-case "$ac_cv_header_sys_sysctl_h" in
- yes)
-    AC_DEFINE(HAVE_IFLIST_SYSCTL,1,[ISC: sys/sysctl.h implies iflist_sysctl])
-    ;;
-esac
-
 #
 # Look for a sysctl call to get the list of network interfaces.
 #
@@ -3544,7 +3538,7 @@ found_rt_iflist
 #endif
 ],
         [AC_MSG_RESULT(yes)
-         AC_DEFINE(HAVE_IFLIST_SYSCTL)],
+         AC_DEFINE(HAVE_IFLIST_SYSCTL,1,[ISC: Use iflist_sysctl?])],
         [AC_MSG_RESULT(no)])
 
 case "$build" in