aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-06-14 21:46:36 +0000
committerGuy Harris <guy@alum.mit.edu>1999-06-14 21:46:36 +0000
commita865469064711cf0974e38fa99755c0955833853 (patch)
treef786f03107a29f4d8d15cdf07f26e10406c3ed74 /config.h.in
parentaf2bae7723f23cd6cb72a25e11b7eb1a9327f8d0 (diff)
Add our own "strerror()", which we use on platforms that don't have it
in the standard libraries (such as SunOS 4.x). svn path=/trunk/; revision=312
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in13
1 files changed, 9 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 1793da9919..2d45d36077 100644
--- a/config.h.in
+++ b/config.h.in
@@ -7,16 +7,14 @@
byte first (like Motorola and SPARC, unlike Intel and VAX). */
#undef WORDS_BIGENDIAN
-#undef PACKAGE
-
-#undef VERSION
-
#undef HAVE_SA_LEN
#undef DATAFILE_DIR
#undef NEED_SNPRINTF_H
+#undef NEED_STRERROR_H
+
/* Define this to use the wiretap library */
#undef WITH_WIRETAP
@@ -52,3 +50,10 @@
/* Define if you have the pcap library (-lpcap). */
#undef HAVE_LIBPCAP
+
+/* Name of package */
+#undef PACKAGE
+
+/* Version number of package */
+#undef VERSION
+