Add shutdown flags and install signal handlers at lib init if there are not already...
[catagits/fcgi2.git] / include / fcgi_config.h.in
CommitLineData
4737956c 1/* fcgi_config.h.in. Generated automatically from configure.in by autoheader. */
0198fd3c 2
26c1e8f2 3/* Define if you have the <arpa/inet.h> header file. */
4#undef HAVE_ARPA_INET_H
0198fd3c 5
26c1e8f2 6/* Define if there's a fileno() prototype in stdio.h */
7#undef HAVE_FILENO_PROTO
0198fd3c 8
26c1e8f2 9/* Define if the fpos_t typedef is in stdio.h */
0198fd3c 10#undef HAVE_FPOS
11
4737956c 12/* Define if you have the <inttypes.h> header file. */
13#undef HAVE_INTTYPES_H
14
57185fa4 15/* Define if you have the `dnet_stub' library (-ldnet_stub). */
16#undef HAVE_LIBDNET_STUB
0198fd3c 17
57185fa4 18/* Define if you have the `ieee' library (-lieee). */
19#undef HAVE_LIBIEEE
0198fd3c 20
57185fa4 21/* Define if you have the `nsl' library (-lnsl). */
22#undef HAVE_LIBNSL
0198fd3c 23
26c1e8f2 24/* Define if you have the pthread library */
25#undef HAVE_LIBPTHREAD
26
57185fa4 27/* Define if you have the `resolv' library (-lresolv). */
28#undef HAVE_LIBRESOLV
0198fd3c 29
57185fa4 30/* Define if you have the `socket' library (-lsocket). */
31#undef HAVE_LIBSOCKET
0198fd3c 32
57185fa4 33/* Define if you have the <limits.h> header file. */
0198fd3c 34#undef HAVE_LIMITS_H
35
4737956c 36/* Define if you have the <memory.h> header file. */
37#undef HAVE_MEMORY_H
38
57185fa4 39/* Define if you have the <netdb.h> header file. */
0198fd3c 40#undef HAVE_NETDB_H
41
57185fa4 42/* Define if you have the <netinet/in.h> header file. */
0198fd3c 43#undef HAVE_NETINET_IN_H
44
26c1e8f2 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
4737956c 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
57185fa4 57/* Define if you have the `strerror' function. */
58#undef HAVE_STRERROR
0198fd3c 59
4737956c 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
26c1e8f2 66/* Define if you have the <sys/param.h> header file. */
67#undef HAVE_SYS_PARAM_H
68
57185fa4 69/* Define if you have the <sys/socket.h> header file. */
0198fd3c 70#undef HAVE_SYS_SOCKET_H
71
4737956c 72/* Define if you have the <sys/stat.h> header file. */
73#undef HAVE_SYS_STAT_H
74
57185fa4 75/* Define if you have the <sys/time.h> header file. */
0198fd3c 76#undef HAVE_SYS_TIME_H
4737956c 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
26c1e8f2 84/* Define if va_arg(arg, long double) crashes the compiler */
85#undef HAVE_VA_ARG_LONG_DOUBLE_BUG
86
4737956c 87/* Define if you have the ANSI C header files. */
88#undef STDC_HEADERS
89
26c1e8f2 90/* Define if cross-process locking is required by accept() */
91#undef USE_LOCKING
92
9b4ab995 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
4737956c 100/* Define to `int' if <sys/types.h> does not define. */
101#undef ssize_t