The family and subtype fields in AIM messages are 16-bit fields, and
[obnox/wireshark/wip.git] / config.h.win32
index e7760b280f365b315767f0d5893402c280bd3129..08b4cd70855cef1afd6535f807444487d7cdabdd 100644 (file)
@@ -1,8 +1,25 @@
-/* $Id: config.h.win32,v 1.18 2000/10/17 09:25:36 guy Exp $ */
+/* $Id: config.h.win32,v 1.33 2001/11/02 10:01:00 guy Exp $ */
 /* config.h.win32 Generated manually. :-) */
 /* config.h.  Generated automatically by configure.  */
 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
 
+/* Generated Bison and Flex files test whether __STDC__ is defined
+   in order to check whether to use ANSI C features such as "const".
+
+   GCC defines it as 1 even if extensions that render the implementation
+   non-conformant are enabled; Sun's C compiler (and, I think, other
+   AT&T-derived C compilers) define it as 0 if extensions that render
+   the implementation non-conformant are enabled; Microsoft Visual C++
+   6.0 doesn't define it at all if extensions that render the implementation
+   non-conformant are enabled.
+
+   We define it as 0 here, so that those generated files will use
+   those features (and thus not get type warnings when compiled with
+   MSVC++). */
+#ifndef __STDC__
+#define __STDC__ 0
+#endif
+
 /* Define if you have the ANSI C header files.  */
 #define STDC_HEADERS 1
 
@@ -18,8 +35,6 @@
 
 /* #undef HAVE_SA_LEN */
 
-#define DATAFILE_DIR "/usr/local/etc"
-
 /* #undef NEED_SNPRINTF_H */
 
 /* #undef NEED_STRERROR_H */
 /* Define if you have the <arpa/inet.h> header file.  */
 /* #undef HAVE_ARPA_INET_H */
 
-/* Define if you have the <dlfcn.h> header file.  */
-/* #undef HAVE_DLFCN_H */
-
 /* Define if you have the <fcntl.h> header file.  */
 #define HAVE_FCNTL_H 1
 
+/* Define if you have the <iconv.h> header file.  */
+/* #undef HAVE_ICONV_H */
+
 /* Define if you have the <netdb.h> header file.  */
 /* #undef HAVE_NETDB_H */
 
 #define NEED_INET_ATON_H       1
 #define NEED_INET_V6DEFS_H     1
 #define NEED_GETOPT_H          1
+#define NEED_STRPTIME_H                1
 #define snprintf               _snprintf
 #define vsnprintf              _vsnprintf
 #define strcasecmp             stricmp
 #define PACKAGE "ethereal"
 
 /* Version number of package */
-#define VERSION "0.8.12"
-
-/* Plugin installation directory */
-#define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.12"
+#define VERSION "@VERSION@"
 
+/* We don't know what the plugin installation directory will be. */
+#define PLUGIN_DIR NULL