summaryrefslogtreecommitdiff
path: root/acconfig.h
diff options
context:
space:
mode:
authorInternet Software Consortium, Inc <@isc.org>2007-09-07 14:13:55 -0600
committerLaMont Jones <lamont@debian.org>2007-09-07 14:13:55 -0600
commitdc4714745a0f681fe0b41145770f1da6aef87e28 (patch)
tree76fd4dae38971b50120b694112a4a0015058c8e3 /acconfig.h
parent24d2b28ba91873aac6966fae8a528234108289ee (diff)
downloadbind9-dc4714745a0f681fe0b41145770f1da6aef87e28.tar.gz
9.2.0rc10
Diffstat (limited to 'acconfig.h')
-rw-r--r--acconfig.h11
1 files changed, 10 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h
index cd3877bc..f1df4cda 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.35.2.1 2001/10/22 23:28:07 gson Exp $ */
/***
*** This file is not to be included by any public header files, because
@@ -23,6 +23,9 @@
***/
@TOP@
+/* 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
@@ -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