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