Move fcgiappmisc.h into fcgiapp.h
[catagits/fcgi2.git] / include / fcgi_config_x86.h
CommitLineData
0198fd3c 1/* include/fcgi_config.h. Generated automatically by configure. */
2/* include/fcgi_config.h.in. Generated automatically from configure.in by autoheader. */
3
4/* Define if on AIX 3.
5 System headers sometimes define this.
6 We just want to avoid a redefinition error message. */
7#ifndef _ALL_SOURCE
8/* #undef _ALL_SOURCE */
9#endif
10
11/* Define if you have the ANSI C header files. */
12#define STDC_HEADERS 1
13
14/* Define to type of ssize_t, if not on this platform. */
15#define ssize_t int
16
17/* Define if you have the <sys/select.h> include file */
18/* #undef HAVE_SYS_SELECT_H */
19
20/* Define if you don't have fd_set */
21#define NO_FD_SET 1
22
23/* Define if want to compile with ASSERT() statements */
24#define WITH_ASSERT 1
25
26/* Define if want to compile with additional debugging code */
27#define WITH_DEBUG 1
28
29/* Define if want to compile with hooks for testing */
30#define WITH_TEST 1
31
32/* Define if sockaddr_un in <sys/un.h> contains the sun_len component */
33/* #undef HAVE_SOCKADDR_UN_SUN_LEN */
34
35/* Define if we have f{set,get}pos functions */
36#define HAVE_FPOS 1
37
38/* Define if we need cross-process locking */
39/* #undef USE_LOCKING */
40
41/* Define if va_arg(arg, long double) crashes the compiler. */
42/* #undef HAVE_VA_ARG_LONG_DOUBLE_BUG */
43
44/* Don't know what this stuff is for */
45#define HAVE_MATHLIB 1
46/* #undef WITH_DOMESTIC */
47/* #undef WITH_EXPORT */
48/* #undef WITH_GLOBAL */
49
50/* The number of bytes in a int. */
51#define SIZEOF_INT 4
52
53/* The number of bytes in a long. */
54#define SIZEOF_LONG 4
55
56/* The number of bytes in a off_t. */
57#define SIZEOF_OFF_T 0
58
59/* The number of bytes in a size_t. */
60#define SIZEOF_SIZE_T 4
61
62/* The number of bytes in a unsigned int. */
63#define SIZEOF_UNSIGNED_INT 4
64
65/* The number of bytes in a unsigned long. */
66#define SIZEOF_UNSIGNED_LONG 4
67
68/* The number of bytes in a unsigned short. */
69#define SIZEOF_UNSIGNED_SHORT 2
70
71/* Define if you have the <limits.h> header file. */
72#define HAVE_LIMITS_H 1
73
74/* Define if you have the <unistd.h> header file. */
75/* #undef HAVE_UNISTD_H */
76
77/* Define if you have the <netdb.h> header file. */
78/* #undef HAVE_NETDB_H */
79
80/* Define if you have the <netinet/in.h> header file. */
81/* #undef HAVE_NETINET_IN_H */
82
83/* Define if you have the <windows.h> header file. */
84#define HAVE_WINDOWS_H 1
85
86/* Define if you have the <winsock.h> header file. */
87#define HAVE_WINSOCK_H 1
88
89/* Define if you have the <sys/socket.h> header file. */
90/* #undef HAVE_SYS_SOCKET_H */
91
92/* Define if you have the <strings.h> header file. */
93/* #undef HAVE_STRINGS_H */
94
95/* Define if you have the <sys/time.h> header file. */
96/* #undef HAVE_SYS_TIME_H */
97