The CRC is at the end of the frame, not at the end of the captured data
[obnox/wireshark/wip.git] / config.h.win32
1 /* config.h.  Generated automatically by configure.  */
2 /* config.h.in.  Generated automatically from configure.in by autoheader.  */
3
4 /* Define if you have the ANSI C header files.  */
5 #define STDC_HEADERS 1
6
7 /* Define if your processor stores words with the most significant
8    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
9 /* #undef WORDS_BIGENDIAN */
10
11 /* #undef HAVE_SA_LEN */
12
13 #define DATAFILE_DIR "/usr/local/etc"
14 #define PLUGIN_DIR "/usr/local/lib/ethereal/plugins/0.8"
15
16 /* #undef NEED_SNPRINTF_H */
17
18 /* #undef NEED_STRERROR_H */
19
20 #define NEED_MKSTEMP 1
21
22 /* Define if you have the <fcntl.h> header file.  */
23 #define HAVE_FCNTL_H 1
24
25 /* Define if you have the <netinet/in.h> header file.  */
26 /* #define HAVE_NETINET_IN_H 1 */
27
28 /* Define if you have the <snmp/snmp.h> header file.  */
29 /* #undef HAVE_SNMP_SNMP_H */
30
31 /* Define if you have the <stdarg.h> header file.  */
32 #define HAVE_STDARG_H 1
33
34 /* Define if you have the <sys/ioctl.h> header file.  */
35 /* #undef HAVE_SYS_IOCTL_H */
36
37 /* Define if you have the <sys/sockio.h> header file.  */
38 /* #undef HAVE_SYS_SOCKIO_H */
39
40 /* Define if you have the <sys/time.h> header file.  */
41 /* #define HAVE_SYS_TIME_H 1 */
42 /* #undef HAVE_DIRENT_H 1 */
43
44 /* Define if you have the <sys/types.h> header file.  */
45 #define HAVE_SYS_TYPES_H 1
46
47 /* Define if you have the <ucd-snmp/snmp.h> header file.  */
48 /* #undef HAVE_UCD_SNMP_SNMP_H */
49
50 /* Define if you have the <unistd.h> header file.  */
51 /* #define HAVE_UNISTD_H 1 */
52
53 /* Define if you have the pcap library (-lpcap).  */
54 /* #define HAVE_LIBPCAP 1 */
55
56 /* Define if you have the z library (-lz).  */
57 /*#define HAVE_LIBZ 1*/
58
59 /* Name of package */
60 #define PACKAGE "ethereal"
61
62 /* Version number of package */
63 #define VERSION "0.8.1"
64
65 #ifndef WIN32
66 #define WIN32                   1
67 #endif
68
69 #define HAVE_WINDOWS_H          1
70 #define HAVE_WINSOCK_H          1
71 #define HAVE_DIRECT_H           1
72 #define HAVE_IO_H               1
73 #define NEED_INET_V6DEFS_H      1
74 #define snprintf                _snprintf
75 #define vsnprintf               _vsnprintf
76 #define strncasecmp             strnicmp
77 #define open                    _open
78 #define close                   _close
79 #define popen                   _popen
80 #define pclose                  _pclose
81
82 /* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
83 /*#define ZLIB_DLL                1
84 #define _WINDOWS                1*/
85
86 #define HAVE_PLUGINS            1