Always put the packet type in the Info column.
[obnox/wireshark/wip.git] / config.h.win32
1 /* $Id: config.h.win32,v 1.23 2000/11/28 15:54:18 gram Exp $ */
2 /* config.h.win32 Generated manually. :-) */
3 /* config.h.  Generated automatically by configure.  */
4 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
5
6 /* Generated Bison and Flex files test whether __STDC__ is defined
7    in order to check whether to use ANSI C features such as "const".
8
9    GCC defines it as 1 even if extensions that render the implementation
10    non-conformant are enabled; Sun's C compiler (and, I think, other
11    AT&T-derived C compilers) define it as 0 if extensions that render
12    the implementation non-conformant are enabled; Microsoft Visual C++
13    6.0 doesn't define it at all if extensions that render the implementation
14    non-conformant are enabled.
15
16    We define it as 0 here, so that those generated files will use
17    those features (and thus not get type warnings when compiled with
18    MSVC++). */
19 #ifndef __STDC__
20 #define __STDC__ 0
21 #endif
22
23 /* Define if you have the ANSI C header files.  */
24 #define STDC_HEADERS 1
25
26 /* Define if your processor stores words with the most significant
27    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
28 /* #undef WORDS_BIGENDIAN */
29
30 /* Define if lex declares yytext as a char * by default, not a char[].  */
31 /* #undef YYTEXT_POINTER */
32
33 #define HAVE_PLUGINS            1
34 #define PLUGINS_NEED_ADDRESS_TABLE 1
35
36 /* #undef HAVE_SA_LEN */
37
38 #define DATAFILE_DIR "/usr/local/etc"
39
40 /* #undef NEED_SNPRINTF_H */
41
42 /* #undef NEED_STRERROR_H */
43
44 #define NEED_MKSTEMP 1
45
46 #define HAVE_LIBPCAP 1
47
48 /* Define if you have the gethostbyname2 function.  */
49 /* #undef HAVE_GETHOSTBYNAME2 */
50
51 /* Define if you have the getprotobynumber function.  */
52 /* #undef HAVE_GETPROTOBYNUMBER */
53
54 /* Define if you have the <arpa/inet.h> header file.  */
55 /* #undef HAVE_ARPA_INET_H */
56
57 /* Define if you have the <dlfcn.h> header file.  */
58 /* #undef HAVE_DLFCN_H */
59
60 /* Define if you have the <fcntl.h> header file.  */
61 #define HAVE_FCNTL_H 1
62
63 /* Define if you have the <netdb.h> header file.  */
64 /* #undef HAVE_NETDB_H */
65
66 /* Define if you have the <netinet/in.h> header file.  */
67 /* #define HAVE_NETINET_IN_H 1 */
68
69 /* Define if you have the <snmp/snmp.h> header file.  */
70 /* #undef HAVE_SNMP_SNMP_H */
71
72 /* Define if you have the <snmp/version.h> header file.  */
73 /* #undef HAVE_SNMP_VERSION_H */
74
75 /* Define if you have the <stdarg.h> header file.  */
76 #define HAVE_STDARG_H 1
77
78 /* Define if you have the <stddef.h> header file.  */
79 /* #undef HAVE_STDDEF_H */
80
81 /* Define if you have the <sys/ioctl.h> header file.  */
82 /* #undef HAVE_SYS_IOCTL_H */
83
84 /* Define if you have the <sys/socket.h> header file.  */
85 /* #undef HAVE_SYS_SOCKET_H */
86
87 /* Define if you have the <sys/sockio.h> header file.  */
88 /* #undef HAVE_SYS_SOCKIO_H */
89
90 /* Define if you have the <sys/stat.h> header file.  */
91 #define HAVE_SYS_STAT_H 1
92
93 /* Define if you have the <sys/time.h> header file.  */
94 /* #define HAVE_SYS_TIME_H 1 */
95
96 /* Define if you have the <sys/types.h> header file.  */
97 #define HAVE_SYS_TYPES_H 1
98
99 /* Define if you have the <sys/wait.h> header file.  */
100 /* #undef HAVE_SYS_WAIT_H */
101
102 /* Define if you have the <ucd-snmp/snmp.h> header file.  */
103 /* #undef HAVE_UCD_SNMP_SNMP_H */
104
105 /* Define if you have the <ucd-snmp/version.h> header file.  */
106 /* #undef HAVE_UCD_SNMP_VERSION_H */
107
108 /* Define if you have the <unistd.h> header file.  */
109 /* #define HAVE_UNISTD_H 1 */
110
111 /* Define if you have the z library (-lz).  */
112 /*#define HAVE_LIBZ 1*/
113
114 #ifndef WIN32
115 #define WIN32                   1
116 #endif
117
118 #define HAVE_WINDOWS_H          1
119 #define HAVE_WINSOCK_H          1
120 #define HAVE_DIRECT_H           1
121 #define HAVE_IO_H               1
122 #define NEED_INET_ATON_H        1
123 #define NEED_INET_V6DEFS_H      1
124 #define NEED_GETOPT_H           1
125 #define snprintf                _snprintf
126 #define vsnprintf               _vsnprintf
127 #define strcasecmp              stricmp
128 #define strncasecmp             strnicmp
129 #define open                    _open
130 #define close                   _close
131 #define popen                   _popen
132 #define pclose                  _pclose
133
134 /* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
135 /*#define ZLIB_DLL                1
136 #define _WINDOWS                1*/
137
138 /* Name of package */
139 #define PACKAGE "ethereal"
140
141 /* Version number of package */
142 #define VERSION "0.8.14.1"
143
144 /* Plugin installation directory */
145 #define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8.14.1"
146