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