1 /* config.h. Generated from config.h.in by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* Define to 1 if you have the <arpa/inet.h> header file. */
5 #define HAVE_ARPA_INET_H 1
7 /* Define to 1 if your system has a working `chown' function. */
8 /* #undef HAVE_CHOWN */
10 /* Define to 1 if you have the `dup2' function. */
13 /* Define to 1 if you have the <errno.h> header file. */
14 #define HAVE_ERRNO_H 1
16 /* Define to 1 if you have the <fcntl.h> header file. */
17 #define HAVE_FCNTL_H 1
19 /* Define to 1 if you have the `fork' function. */
22 /* Define to 1 if you have the <getopt.h> header file. */
23 #define HAVE_GETOPT_H 1
25 /* Define to 1 if you have the <grp.h> header file. */
28 /* Define to 1 if you have the `inet_pton' function. */
29 #define HAVE_INET_PTON 1
31 /* Define to 1 if you have the <inttypes.h> header file. */
32 #define HAVE_INTTYPES_H 1
34 /* Whether to enable IPv6 support */
37 /* Define to 1 if you have the `issetugid' function. */
38 /* #undef HAVE_ISSETUGID */
40 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
44 /* Define to 1 if you have the <memory.h> header file. */
45 #define HAVE_MEMORY_H 1
47 /* Define to 1 if you have the `memset' function. */
50 /* Define to 1 if you have the <netdb.h> header file. */
51 #define HAVE_NETDB_H 1
53 /* Define to 1 if you have the <netinet/in.h> header file. */
54 #define HAVE_NETINET_IN_H 1
56 /* Define to 1 if you have the <netinet/tcp.h> header file. */
57 #define HAVE_NETINET_TCP_H 1
59 /* Define to 1 if you have the `putenv' function. */
62 /* Define to 1 if you have the <pwd.h> header file. */
65 /* Define to 1 if you have the `select' function. */
68 /* Define to 1 if you have the `socket' function. */
71 /* Define to 1 if the system has the type `socklen_t'. */
72 #define HAVE_SOCKLEN_T 1
74 /* Define to 1 if `stat' has the bug that it succeeds when given the
75 zero-length file name argument. */
76 #define HAVE_STAT_EMPTY_STRING_BUG 1
78 /* Define to 1 if you have the <stdint.h> header file. */
79 #define HAVE_STDINT_H 1
81 /* Define to 1 if you have the <stdio.h> header file. */
82 #define HAVE_STDIO_H 1
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #define HAVE_STDLIB_H 1
87 /* Define to 1 if you have the `strerror' function. */
88 #define HAVE_STRERROR 1
90 /* Define to 1 if you have the <strings.h> header file. */
91 #define HAVE_STRINGS_H 1
93 /* Define to 1 if you have the <string.h> header file. */
94 #define HAVE_STRING_H 1
96 /* Define to 1 if you have the `strtol' function. */
99 /* Define to 1 if you have the <sys/ioctl.h> header file. */
100 #define HAVE_SYS_IOCTL_H 1
102 /* Define to 1 if you have the <sys/select.h> header file. */
103 #define HAVE_SYS_SELECT_H 1
105 /* Define to 1 if you have the <sys/socket.h> header file. */
106 #define HAVE_SYS_SOCKET_H 1
108 /* Define to 1 if you have the <sys/stat.h> header file. */
109 #define HAVE_SYS_STAT_H 1
111 /* Define to 1 if you have the <sys/time.h> header file. */
112 #define HAVE_SYS_TIME_H 1
114 /* Define to 1 if you have the <sys/types.h> header file. */
115 #define HAVE_SYS_TYPES_H 1
117 /* Define to 1 if you have the <sys/un.h> header file. */
118 #define HAVE_SYS_UN_H 1
120 /* Define to 1 if you have the <sys/wait.h> header file. */
121 #define HAVE_SYS_WAIT_H 1
123 /* Define to 1 if you have the <unistd.h> header file. */
124 #define HAVE_UNISTD_H 1
126 /* Define to 1 if you have the `vfork' function. */
129 /* Define to 1 if you have the <vfork.h> header file. */
130 /* #undef HAVE_VFORK_H */
132 /* Define to 1 if `fork' works. */
133 #define HAVE_WORKING_FORK 1
135 /* Define to 1 if `vfork' works. */
136 #define HAVE_WORKING_VFORK 1
138 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
140 /* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
142 /* Name of package */
143 #define PACKAGE "spawn-fcgi"
145 /* Define to the address where bug reports for this package should be sent. */
146 #define PACKAGE_BUGREPORT ""
148 /* Define to the full name of this package. */
149 #define PACKAGE_NAME "spawn-fcgi"
151 /* Define to the full name and version of this package. */
152 #define PACKAGE_STRING "spawn-fcgi 1.6.3"
154 /* Define to the one symbol short name of this package. */
155 #define PACKAGE_TARNAME "spawn-fcgi"
157 /* Define to the home page for this package. */
158 #define PACKAGE_URL ""
160 /* Define to the version of this package. */
161 #define PACKAGE_VERSION "1.6.3"
163 /* Define to the type of arg 1 for `select'. */
164 #define SELECT_TYPE_ARG1 int
166 /* Define to the type of args 2, 3 and 4 for `select'. */
167 #define SELECT_TYPE_ARG234 (fd_set *)
169 /* Define to the type of arg 5 for `select'. */
170 #define SELECT_TYPE_ARG5 (struct timeval *)
172 /* Define to 1 if you have the ANSI C header files. */
173 #define STDC_HEADERS 1
175 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
176 #define TIME_WITH_SYS_TIME 1
178 /* Version number of package */
179 #define VERSION "1.6.3"
181 /* Define to empty if `const' does not conform to ANSI C. */
184 /* Define to `int' if <sys/types.h> doesn't define. */
187 /* Define to rpl_malloc if the replacement function should be used. */
190 /* Define to `int' if <sys/types.h> does not define. */
193 /* Define to `int' if <sys/types.h> doesn't define. */
196 /* Define as `fork' if `vfork' does not work. */