From fd837244be31850a764863688bce11df9ce972f4 Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 Oct 2001 22:53:52 +0000 Subject: [PATCH] regenerated; among other things, this removes #undef NET_IF6_H and adds #undef HAVE_NET_IF6_H --- config.h.in | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/config.h.in b/config.h.in index cb1e835d96..ff1e95574d 100644 --- a/config.h.in +++ b/config.h.in @@ -16,7 +16,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: config.h.in,v 1.49 2001/10/22 04:01:26 marka Exp $ */ +/* $Id: config.h.in,v 1.50 2001/10/22 22:53:52 gson Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -32,9 +32,6 @@ /* Define to `unsigned' if doesn't define. */ #undef size_t -/* Define to `int' if doesn't define. */ -#undef ssize_t - /* Define if you have the ANSI C header files. */ #undef STDC_HEADERS @@ -45,6 +42,9 @@ byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* define to `int' if doesn't define. */ +#undef ssize_t + /* define on DEC OSF to enable 4.4BSD style sa_len support */ #undef _SOCKADDR_LEN @@ -138,6 +138,9 @@ int sigwait(const unsigned int *set, int *sig); /* define if pthread_attr_getstacksize() is available */ #undef HAVE_PTHREAD_ATTR_GETSTACKSIZE +/* define if you have strerror in the C library. */ +#undef HAVE_STRERROR + /* Define if you have the header file. */ #undef HAVE_DLFCN_H @@ -147,27 +150,27 @@ int sigwait(const unsigned int *set, int *sig); /* Define if you have the header file. */ #undef HAVE_LINUX_CAPABILITY_H +/* Define if you have the header file. */ +#undef HAVE_NET_IF6_H + /* Define if you have the header file. */ #undef HAVE_SYS_PRCTL_H /* Define if you have the header file. */ #undef HAVE_SYS_SELECT_H -/* Define if you have the header file. */ -#undef HAVE_SYS_SYSCTL_H - /* Define if you have the header file. */ #undef HAVE_SYS_SOCKIO_H +/* Define if you have the header file. */ +#undef HAVE_SYS_SYSCTL_H + /* Define if you have the header file. */ #undef HAVE_SYS_TIME_H /* Define if you have the header file. */ #undef HAVE_UNISTD_H -/* Define if you have the header file. */ -#undef NET_IF6_H - /* Define if you have the nsl library (-lnsl). */ #undef HAVE_LIBNSL @@ -176,6 +179,3 @@ int sigwait(const unsigned int *set, int *sig); /* Define if you have the socket library (-lsocket). */ #undef HAVE_LIBSOCKET - -/* Define if you have strerror in the C library. */ -#undef HAVE_STRERROR