1388.   [port]          irix: check for sys/sysctl.h and NET_RT_IFLIST before
                        defining HAVE_IFLIST_SYSCTL. [RT #3770]
This commit is contained in:
Mark Andrews
2002-10-15 04:35:09 +00:00
parent be0e075ac2
commit d2a9736897
2 changed files with 7 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
* 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
@@ -53,7 +53,7 @@
/* 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 */