summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:13:59 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:13:59 -0600
commit37e42292d26891d77286d2dae3a0627e9a0bdc6f (patch)
treef4dc3ac23ec23dc83639898ddd0249fa37f34c57 /config.h.in
parentdc4714745a0f681fe0b41145770f1da6aef87e28 (diff)
downloadbind9-37e42292d26891d77286d2dae3a0627e9a0bdc6f.tar.gz
9.2.0rc2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in17
1 files changed, 7 insertions, 10 deletions
diff --git a/config.h.in b/config.h.in
index 98cc14ad..ef1ea35d 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.47.2.1 2001/10/22 23:28:08 gson Exp $ */
+/* $Id: config.h.in,v 1.47 2001/08/16 06:19:56 marka Exp $ */
/***
*** This file is not to be included by any public header files, because
@@ -32,6 +32,9 @@
/* Define to `unsigned' if <sys/types.h> doesn't define. */
#undef size_t
+/* Define to `int' if <sys/types.h> doesn't define. */
+#undef ssize_t
+
/* Define if you have the ANSI C header files. */
#undef STDC_HEADERS
@@ -42,9 +45,6 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
-/* define to `int' if <sys/types.h> doesn't define. */
-#undef ssize_t
-
/* define on DEC OSF to enable 4.4BSD style sa_len support */
#undef _SOCKADDR_LEN
@@ -138,9 +138,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
-
/* Define if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
@@ -156,12 +153,12 @@ int sigwait(const unsigned int *set, int *sig);
/* Define if you have the <sys/select.h> header file. */
#undef HAVE_SYS_SELECT_H
-/* Define if you have the <sys/sockio.h> header file. */
-#undef HAVE_SYS_SOCKIO_H
-
/* Define if you have the <sys/sysctl.h> header file. */
#undef HAVE_SYS_SYSCTL_H
+/* Define if you have the <sys/sockio.h> header file. */
+#undef HAVE_SYS_SOCKIO_H
+
/* Define if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H