Add
[catagits/fcgi2.git] / include / fcgi_config_x86.h
CommitLineData
c1076c75 1/*
2 * Default fcgi_config.h when building on WinNT (configure is not run).
3 */
0198fd3c 4
c1076c75 5/* Define if you have the <arpa/inet.h> header file. */
6#undef HAVE_ARPA_INET_H
0198fd3c 7
c1076c75 8/* Define if there's a fileno() prototype in stdio.h */
9#undef HAVE_FILENO_PROTO
0198fd3c 10
c1076c75 11/* Define if you have the <inttypes.h> header file. */
12#undef HAVE_INTTYPES_H
0198fd3c 13
c1076c75 14/* Define if we have f{set,get}pos functions */
15#define HAVE_FPOS 1
0198fd3c 16
c1076c75 17/* Define if you have the `dnet_stub' library (-ldnet_stub). */
18#undef HAVE_LIBDNET_STUB
0198fd3c 19
c1076c75 20/* Define if you have the `ieee' library (-lieee). */
21#undef HAVE_LIBIEEE
0198fd3c 22
c1076c75 23/* Define if you have the `nsl' library (-lnsl). */
24#undef HAVE_LIBNSL
0198fd3c 25
c1076c75 26/* Define if you have the pthread library */
27#undef HAVE_LIBPTHREAD
0198fd3c 28
c1076c75 29/* Define if you have the `resolv' library (-lresolv). */
30#undef HAVE_LIBRESOLV
0198fd3c 31
c1076c75 32/* Define if you have the `socket' library (-lsocket). */
33#undef HAVE_LIBSOCKET
34
35/* Define if you have the <limits.h> header file. */
36#define HAVE_LIMITS_H 1
0198fd3c 37
38/* Define if we need cross-process locking */
c1076c75 39#undef USE_LOCKING
0198fd3c 40
c1076c75 41/* Define if you have the <memory.h> header file. */
42#undef HAVE_MEMORY_H
0198fd3c 43
c1076c75 44/* Define if you have the <netdb.h> header file. */
45#undef HAVE_NETDB_H
0198fd3c 46
c1076c75 47/* Define if you have the <netinet/in.h> header file. */
48#undef HAVE_NETINET_IN_H
0198fd3c 49
c1076c75 50/* Define if sockaddr_un in sys/un.h contains a sun_len component */
51#undef HAVE_SOCKADDR_UN_SUN_LEN
0198fd3c 52
c1076c75 53/* Define if the socklen_t typedef is in sys/socket.h */
54#undef HAVE_SOCKLEN
0198fd3c 55
c1076c75 56/* Define if you have the <stdint.h> header file. */
57#undef HAVE_STDINT_H
0198fd3c 58
c1076c75 59/* Define if you have the <stdlib.h> header file. */
60#undef HAVE_STDLIB_H
0198fd3c 61
c1076c75 62/* Define if you have the `strerror' function. */
63#define HAVE_STRERROR 1
0198fd3c 64
c1076c75 65/* Define if you have the <strings.h> header file. */
66#undef HAVE_STRINGS_H
0198fd3c 67
c1076c75 68/* Define if you have the <string.h> header file. */
69#undef HAVE_STRING_H
70
71/* Define if you have the <sys/param.h> header file. */
72#undef HAVE_SYS_PARAM_H
73
74/* Define if you have the <sys/socket.h> header file. */
75#undef HAVE_SYS_SOCKET_H
0198fd3c 76
c1076c75 77/* Define if you have the <sys/stat.h> header file. */
78#undef HAVE_SYS_STAT_H
0198fd3c 79
c1076c75 80/* Define if you have the <sys/time.h> header file. */
81#undef HAVE_SYS_TIME_H
0198fd3c 82
c1076c75 83/* Define if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
0198fd3c 85
c1076c75 86/* Define if you have the <unistd.h> header file. */
87#undef HAVE_UNISTD_H
0198fd3c 88
c1076c75 89/* Define if va_arg(arg, long double) crashes the compiler */
90#undef HAVE_VA_ARG_LONG_DOUBLE_BUG
0198fd3c 91
c1076c75 92/* Define if you have the ANSI C header files. */
93#undef STDC_HEADERS
0198fd3c 94
c1076c75 95/* Define to empty if `const' does not conform to ANSI C. */
96#undef const
0198fd3c 97
c1076c75 98/* Define as `__inline' if that's what the C compiler calls it, or to nothing
99 if it is not supported. */
100#undef inline
0198fd3c 101
c1076c75 102/* Define to `int' if <sys/types.h> does not define. */
103#undef ssize_t