New run of autoheader - really this time.
[catagits/fcgi2.git] / include / fcgi_config.h.in
CommitLineData
4737956c 1/* fcgi_config.h.in. Generated automatically from configure.in by autoheader. */
2/* acconfig.h - Used by autoheader to generate include/fcgi_config.h. */
0198fd3c 3
57185fa4 4/* Define if socklen_t exists. */
5#undef HAVE_SOCKLEN
0198fd3c 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
0198fd3c 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
0198fd3c 19
57185fa4 20/* Define if you have the <arpa/inet.h> header file. */
21#undef HAVE_ARPA_INET_H
0198fd3c 22
4737956c 23/* Define if you have the <inttypes.h> header file. */
24#undef HAVE_INTTYPES_H
25
57185fa4 26/* Define if you have the `dnet_stub' library (-ldnet_stub). */
27#undef HAVE_LIBDNET_STUB
0198fd3c 28
57185fa4 29/* Define if you have the `ieee' library (-lieee). */
30#undef HAVE_LIBIEEE
0198fd3c 31
57185fa4 32/* Define if you have the `nsl' library (-lnsl). */
33#undef HAVE_LIBNSL
0198fd3c 34
57185fa4 35/* Define if you have the `resolv' library (-lresolv). */
36#undef HAVE_LIBRESOLV
0198fd3c 37
57185fa4 38/* Define if you have the `socket' library (-lsocket). */
39#undef HAVE_LIBSOCKET
0198fd3c 40
57185fa4 41/* Define if you have the <limits.h> header file. */
0198fd3c 42#undef HAVE_LIMITS_H
43
4737956c 44/* Define if you have the <memory.h> header file. */
45#undef HAVE_MEMORY_H
46
57185fa4 47/* Define if you have the <netdb.h> header file. */
0198fd3c 48#undef HAVE_NETDB_H
49
57185fa4 50/* Define if you have the <netinet/in.h> header file. */
0198fd3c 51#undef HAVE_NETINET_IN_H
52
4737956c 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
57185fa4 59/* Define if you have the `strerror' function. */
60#undef HAVE_STRERROR
0198fd3c 61
4737956c 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
57185fa4 68/* Define if you have the <sys/socket.h> header file. */
0198fd3c 69#undef HAVE_SYS_SOCKET_H
70
4737956c 71/* Define if you have the <sys/stat.h> header file. */
72#undef HAVE_SYS_STAT_H
73
57185fa4 74/* Define if you have the <sys/time.h> header file. */
0198fd3c 75#undef HAVE_SYS_TIME_H
4737956c 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
9b4ab995 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
4737956c 93/* Define to `int' if <sys/types.h> does not define. */
94#undef ssize_t