Move fcgiappmisc.h into fcgiapp.h
[catagits/fcgi2.git] / include / fcgi_config.h.in
1 /* include/fcgi_config.h.in.  Generated automatically from configure.in by autoheader.  */
2
3 /* Define if on AIX 3.
4    System headers sometimes define this.
5    We just want to avoid a redefinition error message.  */
6 #ifndef _ALL_SOURCE
7 #undef _ALL_SOURCE
8 #endif
9
10 /* Define if you have the ANSI C header files.  */
11 #undef STDC_HEADERS
12
13 /* Define to type of ssize_t, if not on this platform.  */
14 #undef ssize_t
15
16 /* Define if you have the <sys/select.h> include file */
17 #undef HAVE_SYS_SELECT_H
18
19 /* Define if you don't have fd_set */
20 #undef NO_FD_SET
21
22 /* Define if want to compile with ASSERT() statements */
23 #undef WITH_ASSERT
24
25 /* Define if want to compile with additional debugging code */
26 #undef WITH_DEBUG
27
28 /* Define if want to compile with hooks for testing */
29 #undef WITH_TEST
30
31 /* Define if sockaddr_un in <sys/un.h> contains the sun_len component */
32 #undef HAVE_SOCKADDR_UN_SUN_LEN
33
34 /* Define if <sys/socket.h> defines socklen_t */
35 #undef HAVE_SOCKLEN
36
37 /* Define if we have f{set,get}pos functions */
38 #undef HAVE_FPOS
39
40 /* Define if we have strerror */
41 #undef HAVE_STRERROR
42
43 /* Define if we have strtol */
44 #undef HAVE_STRTOL
45
46 /* Define if we need cross-process locking */
47 #undef USE_LOCKING
48
49 /* Define if va_arg(arg, long double) crashes the compiler. */
50 #undef HAVE_VA_ARG_LONG_DOUBLE_BUG
51
52 /* Don't know what this stuff is for */
53 #undef HAVE_MATHLIB
54 #undef WITH_DOMESTIC
55 #undef WITH_EXPORT
56 #undef WITH_GLOBAL
57
58 /* The number of bytes in a int.  */
59 #undef SIZEOF_INT
60
61 /* The number of bytes in a long.  */
62 #undef SIZEOF_LONG
63
64 /* The number of bytes in a off_t.  */
65 #undef SIZEOF_OFF_T
66
67 /* The number of bytes in a size_t.  */
68 #undef SIZEOF_SIZE_T
69
70 /* The number of bytes in a unsigned int.  */
71 #undef SIZEOF_UNSIGNED_INT
72
73 /* The number of bytes in a unsigned long.  */
74 #undef SIZEOF_UNSIGNED_LONG
75
76 /* The number of bytes in a unsigned short.  */
77 #undef SIZEOF_UNSIGNED_SHORT
78
79 /* Define if you have the <limits.h> header file.  */
80 #undef HAVE_LIMITS_H
81
82 /* Define if you have the <unistd.h> header file.  */
83 #undef HAVE_UNISTD_H
84
85 /* Define if you have the <netdb.h> header file.  */
86 #undef HAVE_NETDB_H
87
88 /* Define if you have the <netinet/in.h> header file.  */
89 #undef HAVE_NETINET_IN_H
90
91 /* Define if you have the <windows.h> header file.  */
92 #undef HAVE_WINDOWS_H
93
94 /* Define if you have the <winsock.h> header file.  */
95 #undef HAVE_WINSOCK_H
96
97 /* Define if you have the <sys/socket.h> header file.  */
98 #undef HAVE_SYS_SOCKET_H
99
100 /* Define if you have the <strings.h> header file.  */
101 #undef HAVE_STRINGS_H
102
103 /* Define if you have the <sys/time.h> header file.  */
104 #undef HAVE_SYS_TIME_H