1388. [port] irix: check for sys/sysctl.h and NET_RT_IFLIST before
defining HAVE_IFLIST_SYSCTL. [RT #3770]
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: config.h.in,v 1.51 2002/06/07 00:05:41 marka Exp $ */
+/* $Id: config.h.in,v 1.52 2002/10/15 04:35:09 marka Exp $ */
/***
*** This file is not to be included by any public header files, because
/* define if catgets() is available */
#undef HAVE_CATGETS
-/* define if you have the NET_RT_IFLIST sysctl variable. */
+/* define if you have the NET_RT_IFLIST sysctl variable and sys/sysctl.h */
#undef HAVE_IFLIST_SYSCTL
/* define if you need to #define _XPG4_2 before including sys/socket.h */
#! /bin/sh
-# From configure.in Revision: 1.330 .
+# From configure.in Revision: 1.331 .
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.53.
#
#
# Look for a sysctl call to get the list of network interfaces.
#
+case $ac_cv_header_sys_sysctl_h in
+yes)
echo "$as_me:$LINENO: checking for interface list sysctl" >&5
echo $ECHO_N "checking for interface list sysctl... $ECHO_C" >&6
cat >conftest.$ac_ext <<_ACEOF
fi
rm -f conftest*
+;;
+esac
#
# Check for some other useful functions that are not ever-present.