From 5dcfb7ce2e8cf4028993f23ff550044ac3111a0c Mon Sep 17 00:00:00 2001 From: Andreas Gustafsson Date: Mon, 22 Oct 2001 22:52:16 +0000 Subject: [PATCH] added definitions that had incorrectly been added directly to config.h.in --- acconfig.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/acconfig.h b/acconfig.h index cd3877bc0f..a6704457a0 100644 --- a/acconfig.h +++ b/acconfig.h @@ -15,7 +15,7 @@ * WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -/* $Id: acconfig.h,v 1.35 2001/07/14 01:55:04 gson Exp $ */ +/* $Id: acconfig.h,v 1.36 2001/10/22 22:52:16 gson Exp $ */ /*** *** This file is not to be included by any public header files, because @@ -23,6 +23,9 @@ ***/ @TOP@ +/* 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 @@ -44,6 +47,9 @@ /* define if sysconf() is available */ #undef HAVE_SYSCONF +/* define if sysctlbyname() is available */ +#undef HAVE_SYSCTLBYNAME + /* define if catgets() is available */ #undef HAVE_CATGETS @@ -120,3 +126,6 @@ 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