Add
[catagits/fcgi2.git] / include / fcgi_config_x86.h
1 /* 
2  *  Default fcgi_config.h when building on WinNT (configure is not run). 
3  */
4
5 /* Define if you have the <arpa/inet.h> header file. */
6 #undef HAVE_ARPA_INET_H
7
8 /* Define if there's a fileno() prototype in stdio.h */
9 #undef HAVE_FILENO_PROTO
10
11 /* Define if you have the <inttypes.h> header file. */
12 #undef HAVE_INTTYPES_H
13
14 /* Define if we have f{set,get}pos functions */
15 #define HAVE_FPOS 1
16
17 /* Define if you have the `dnet_stub' library (-ldnet_stub). */
18 #undef HAVE_LIBDNET_STUB
19
20 /* Define if you have the `ieee' library (-lieee). */
21 #undef HAVE_LIBIEEE
22
23 /* Define if you have the `nsl' library (-lnsl). */
24 #undef HAVE_LIBNSL
25
26 /* Define if you have the pthread library */
27 #undef HAVE_LIBPTHREAD
28
29 /* Define if you have the `resolv' library (-lresolv). */
30 #undef HAVE_LIBRESOLV
31
32 /* Define if you have the `socket' library (-lsocket). */
33 #undef HAVE_LIBSOCKET
34
35 /* Define if you have the <limits.h> header file. */
36 #define HAVE_LIMITS_H 1
37
38 /* Define if we need cross-process locking */
39 #undef USE_LOCKING
40
41 /* Define if you have the <memory.h> header file. */
42 #undef HAVE_MEMORY_H
43
44 /* Define if you have the <netdb.h> header file. */
45 #undef HAVE_NETDB_H
46
47 /* Define if you have the <netinet/in.h> header file. */
48 #undef HAVE_NETINET_IN_H
49
50 /* Define if sockaddr_un in sys/un.h contains a sun_len component */
51 #undef HAVE_SOCKADDR_UN_SUN_LEN
52
53 /* Define if the socklen_t typedef is in sys/socket.h */
54 #undef HAVE_SOCKLEN
55
56 /* Define if you have the <stdint.h> header file. */
57 #undef HAVE_STDINT_H
58
59 /* Define if you have the <stdlib.h> header file. */
60 #undef HAVE_STDLIB_H
61
62 /* Define if you have the `strerror' function. */
63 #define HAVE_STRERROR 1
64
65 /* Define if you have the <strings.h> header file. */
66 #undef HAVE_STRINGS_H
67
68 /* Define if you have the <string.h> header file. */
69 #undef HAVE_STRING_H
70
71 /* Define if you have the <sys/param.h> header file. */
72 #undef HAVE_SYS_PARAM_H
73
74 /* Define if you have the <sys/socket.h> header file. */
75 #undef HAVE_SYS_SOCKET_H
76
77 /* Define if you have the <sys/stat.h> header file. */
78 #undef HAVE_SYS_STAT_H
79
80 /* Define if you have the <sys/time.h> header file. */
81 #undef HAVE_SYS_TIME_H
82
83 /* Define if you have the <sys/types.h> header file. */
84 #undef HAVE_SYS_TYPES_H
85
86 /* Define if you have the <unistd.h> header file. */
87 #undef HAVE_UNISTD_H
88
89 /* Define if va_arg(arg, long double) crashes the compiler */
90 #undef HAVE_VA_ARG_LONG_DOUBLE_BUG
91
92 /* Define if you have the ANSI C header files. */
93 #undef STDC_HEADERS
94
95 /* Define to empty if `const' does not conform to ANSI C. */
96 #undef const
97
98 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
99    if it is not supported. */
100 #undef inline
101
102 /* Define to `int' if <sys/types.h> does not define. */
103 #undef ssize_t