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