aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>1999-12-15 08:13:04 +0000
committerGuy Harris <guy@alum.mit.edu>1999-12-15 08:13:04 +0000
commit910f1721eaf69d7b508622c8ff893351304e5f36 (patch)
treef37a28f4ce957e25db1c1aab85e3ed166a6622ec
parentb806feb9d1ab60a029aa1174a04b6da2e934ccec (diff)
Pull in some additional non-definitions, to make it match the current
"config.h" on my machine. (Should YYTEXT_POINTER be defined?) svn path=/trunk/; revision=1346
-rw-r--r--wiretap/config.h.win3220
1 files changed, 17 insertions, 3 deletions
diff --git a/wiretap/config.h.win32 b/wiretap/config.h.win32
index ce9a6159e7..ea0d457c1f 100644
--- a/wiretap/config.h.win32
+++ b/wiretap/config.h.win32
@@ -1,9 +1,23 @@
-
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
-/* Define if you have the <unistd.h> header file. */
-/* #define HAVE_UNISTD_H */
+/* Define if your processor stores words with the most significant
+ byte first (like Motorola and SPARC, unlike Intel and VAX). */
+/* #undef WORDS_BIGENDIAN */
+
+/* Define if lex declares yytext as a char * by default, not a char[]. */
+#define YYTEXT_POINTER 1
+
+/* #undef HAVE_GLIB10 */
+
+/* Define if you have the <netinet/in.h> header file. */
+/* #undef HAVE_NETINET_IN_H */
+
+/* Define if you have the <sys/time.h> header file. */
+/* #undef HAVE_SYS_TIME_H */
+
+/* Define if you have the z library (-lz). */
+/* #undef HAVE_LIBZ */
/* Name of package */
#define PACKAGE "libwtap.a"