Clean up white space.
[obnox/wireshark/wip.git] / wiretap / config.h.win32
1 /* $Id: config.h.win32,v 1.6 2000/11/22 07:20:27 guy 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 you have the <unistd.h> header file.  */
27 /* #define HAVE_UNISTD_H */
28
29 /* Define if you have the z library (-lz).  */
30 /*#define HAVE_LIBZ 1*/
31
32 /* Define if you have the <sys/stat.h> header file.  */
33 #define HAVE_SYS_STAT_H 1
34
35 /* Define if you have the <sys/types.h> header file.  */
36 #define HAVE_SYS_TYPES_H 1
37
38 /* Define if you have the <fcntl.h> header file.  */
39 #define HAVE_FCNTL_H 1
40
41 /* Name of package */
42 #define PACKAGE "libwtap.a"
43
44 /* Version number of package */
45 #define VERSION "0.0.0"
46
47 #define HAVE_WINSOCK_H          1
48 #define HAVE_IO_H               1
49 #define open                    _open
50 #define close                   _close
51
52 /* Needed for zlib, according to http://www.winimage.com/zLibDll/ */
53 /*#define ZLIB_DLL              1
54 #define _WINDOWS                1*/