1 /* fcgi_config.h.  Generated by configure.  */
2 /* fcgi_config.h.in.  Generated from configure.in by autoheader.  */
3 
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
6 
7 /* Define to 1 if you have the <dlfcn.h> header file. */
8 #define HAVE_DLFCN_H 1
9 
10 /* Define if there's a fileno() prototype in stdio.h */
11 #define HAVE_FILENO_PROTO 1
12 
13 /* Define if the fpos_t typedef is in stdio.h */
14 #define HAVE_FPOS 1
15 
16 /* Define to 1 if you have the <inttypes.h> header file. */
17 #define HAVE_INTTYPES_H 1
18 
19 /* Define if cin/cout/cerr has a streambuf assignment operator */
20 /* #undef HAVE_IOSTREAM_WITHASSIGN_STREAMBUF */
21 
22 /* Define to 1 if you have the `nsl' library (-lnsl). */
23 #define HAVE_LIBNSL 1
24 
25 /* Define to 1 if you have the `socket' library (-lsocket). */
26 /* #undef HAVE_LIBSOCKET */
27 
28 /* Define to 1 if you have the <limits.h> header file. */
29 #define HAVE_LIMITS_H 1
30 
31 /* Define to 1 if you have the <memory.h> header file. */
32 #define HAVE_MEMORY_H 1
33 
34 /* Define to 1 if you have the <netdb.h> header file. */
35 #define HAVE_NETDB_H 1
36 
37 /* Define to 1 if you have the <netinet/in.h> header file. */
38 #define HAVE_NETINET_IN_H 1
39 
40 /* Define if you have POSIX threads libraries and header files. */
41 /* #undef HAVE_PTHREAD */
42 
43 /* Define if sockaddr_un in sys/un.h contains a sun_len component */
44 /* #undef HAVE_SOCKADDR_UN_SUN_LEN */
45 
46 /* Define if the socklen_t typedef is in sys/socket.h */
47 /* #undef HAVE_SOCKLEN */
48 
49 /* Define to 1 if you have the <stdint.h> header file. */
50 #define HAVE_STDINT_H 1
51 
52 /* Define to 1 if you have the <stdlib.h> header file. */
53 #define HAVE_STDLIB_H 1
54 
55 /* Define if char_type is defined in the context of streambuf */
56 /* #undef HAVE_STREAMBUF_CHAR_TYPE */
57 
58 /* Define to 1 if you have the `strerror' function. */
59 #define HAVE_STRERROR 1
60 
61 /* Define to 1 if you have the <strings.h> header file. */
62 #define HAVE_STRINGS_H 1
63 
64 /* Define to 1 if you have the <string.h> header file. */
65 #define HAVE_STRING_H 1
66 
67 /* Define to 1 if you have the <sys/param.h> header file. */
68 #define HAVE_SYS_PARAM_H 1
69 
70 /* Define to 1 if you have the <sys/socket.h> header file. */
71 #define HAVE_SYS_SOCKET_H 1
72 
73 /* Define to 1 if you have the <sys/stat.h> header file. */
74 #define HAVE_SYS_STAT_H 1
75 
76 /* Define to 1 if you have the <sys/time.h> header file. */
77 #define HAVE_SYS_TIME_H 1
78 
79 /* Define to 1 if you have the <sys/types.h> header file. */
80 #define HAVE_SYS_TYPES_H 1
81 
82 /* Define to 1 if you have the <unistd.h> header file. */
83 #define HAVE_UNISTD_H 1
84 
85 /* Define if va_arg(arg, long double) crashes the compiler */
86 /* #undef HAVE_VA_ARG_LONG_DOUBLE_BUG */
87 
88 /* Name of package */
89 #define PACKAGE "fcgi"
90 
91 /* Define to the address where bug reports for this package should be sent. */
92 #define PACKAGE_BUGREPORT ""
93 
94 /* Define to the full name of this package. */
95 #define PACKAGE_NAME ""
96 
97 /* Define to the full name and version of this package. */
98 #define PACKAGE_STRING ""
99 
100 /* Define to the one symbol short name of this package. */
101 #define PACKAGE_TARNAME ""
102 
103 /* Define to the version of this package. */
104 #define PACKAGE_VERSION ""
105 
106 /* Define to the necessary symbol if this constant uses a non-standard name on
107    your system. */
108 /* #undef PTHREAD_CREATE_JOINABLE */
109 
110 /* Define to 1 if you have the ANSI C header files. */
111 #define STDC_HEADERS 1
112 
113 /* Define if cross-process locking is required by accept() */
114 /* #undef USE_LOCKING */
115 
116 /* Version number of package */
117 #define VERSION "2.4.0"
118 
119 /* Define to empty if `const' does not conform to ANSI C. */
120 /* #undef const */
121 
122 /* Define as `__inline' if that's what the C compiler calls it, or to nothing
123    if it is not supported. */
124 /* #undef inline */
125 
126 /* Define to `int' if <sys/types.h> does not define. */
127 /* #undef ssize_t */
128