Back to home page

EIC code displayed by LXR

 
 

    


File indexing completed on 2024-05-18 08:29:50

0001 /* fcgi_config.h.  Generated from fcgi_config.h.in by configure.  */
0002 /* fcgi_config.h.in.  Generated from configure.ac by autoheader.  */
0003 
0004 /* Define to 1 if you have the <arpa/inet.h> header file. */
0005 #define HAVE_ARPA_INET_H 1
0006 
0007 /* Define to 1 if you have the <dlfcn.h> header file. */
0008 #define HAVE_DLFCN_H 1
0009 
0010 /* Define if there's a fileno() prototype in stdio.h */
0011 #define HAVE_FILENO_PROTO 1
0012 
0013 /* Define if the fpos_t typedef is in stdio.h */
0014 #define HAVE_FPOS 1
0015 
0016 /* Define to 1 if you have the <inttypes.h> header file. */
0017 #define HAVE_INTTYPES_H 1
0018 
0019 /* Define if cin/cout/cerr has a streambuf assignment operator */
0020 /* #undef HAVE_IOSTREAM_WITHASSIGN_STREAMBUF */
0021 
0022 /* Define to 1 if you have the `nsl' library (-lnsl). */
0023 #define HAVE_LIBNSL 1
0024 
0025 /* Define to 1 if you have the `socket' library (-lsocket). */
0026 /* #undef HAVE_LIBSOCKET */
0027 
0028 /* Define to 1 if you have the <limits.h> header file. */
0029 #define HAVE_LIMITS_H 1
0030 
0031 /* Define to 1 if you have the <memory.h> header file. */
0032 #define HAVE_MEMORY_H 1
0033 
0034 /* Define to 1 if you have the <netdb.h> header file. */
0035 #define HAVE_NETDB_H 1
0036 
0037 /* Define to 1 if you have the <netinet/in.h> header file. */
0038 #define HAVE_NETINET_IN_H 1
0039 
0040 /* Define if you have POSIX threads libraries and header files. */
0041 /* #undef HAVE_PTHREAD */
0042 
0043 /* Define if sockaddr_un in sys/un.h contains a sun_len component */
0044 /* #undef HAVE_SOCKADDR_UN_SUN_LEN */
0045 
0046 /* Define if the socklen_t typedef is in sys/socket.h */
0047 /* #undef HAVE_SOCKLEN */
0048 
0049 /* Define to 1 if you have the <stdint.h> header file. */
0050 #define HAVE_STDINT_H 1
0051 
0052 /* Define to 1 if you have the <stdlib.h> header file. */
0053 #define HAVE_STDLIB_H 1
0054 
0055 /* Define if char_type is defined in the context of streambuf */
0056 #define HAVE_STREAMBUF_CHAR_TYPE 1
0057 
0058 /* Define to 1 if you have the `strerror' function. */
0059 #define HAVE_STRERROR 1
0060 
0061 /* Define to 1 if you have the <strings.h> header file. */
0062 #define HAVE_STRINGS_H 1
0063 
0064 /* Define to 1 if you have the <string.h> header file. */
0065 #define HAVE_STRING_H 1
0066 
0067 /* Define to 1 if you have the <sys/param.h> header file. */
0068 #define HAVE_SYS_PARAM_H 1
0069 
0070 /* Define to 1 if you have the <sys/socket.h> header file. */
0071 #define HAVE_SYS_SOCKET_H 1
0072 
0073 /* Define to 1 if you have the <sys/stat.h> header file. */
0074 #define HAVE_SYS_STAT_H 1
0075 
0076 /* Define to 1 if you have the <sys/time.h> header file. */
0077 #define HAVE_SYS_TIME_H 1
0078 
0079 /* Define to 1 if you have the <sys/types.h> header file. */
0080 #define HAVE_SYS_TYPES_H 1
0081 
0082 /* Define to 1 if you have the <unistd.h> header file. */
0083 #define HAVE_UNISTD_H 1
0084 
0085 /* Define if va_arg(arg, long double) crashes the compiler */
0086 /* #undef HAVE_VA_ARG_LONG_DOUBLE_BUG */
0087 
0088 /* Define to the sub-directory where libtool stores uninstalled libraries. */
0089 #define LT_OBJDIR ".libs/"
0090 
0091 /* Name of package */
0092 #define PACKAGE "fcgi"
0093 
0094 /* Define to the address where bug reports for this package should be sent. */
0095 #define PACKAGE_BUGREPORT ""
0096 
0097 /* Define to the full name of this package. */
0098 #define PACKAGE_NAME "fcgi"
0099 
0100 /* Define to the full name and version of this package. */
0101 #define PACKAGE_STRING "fcgi 2.4.2"
0102 
0103 /* Define to the one symbol short name of this package. */
0104 #define PACKAGE_TARNAME "fcgi"
0105 
0106 /* Define to the home page for this package. */
0107 #define PACKAGE_URL ""
0108 
0109 /* Define to the version of this package. */
0110 #define PACKAGE_VERSION "2.4.2"
0111 
0112 /* Define to the necessary symbol if this constant uses a non-standard name on
0113    your system. */
0114 /* #undef PTHREAD_CREATE_JOINABLE */
0115 
0116 /* Define to 1 if you have the ANSI C header files. */
0117 #define STDC_HEADERS 1
0118 
0119 /* Define if cross-process locking is required by accept() */
0120 /* #undef USE_LOCKING */
0121 
0122 /* Version number of package */
0123 #define VERSION "2.4.2"
0124 
0125 /* Define to empty if `const' does not conform to ANSI C. */
0126 /* #undef const */
0127 
0128 /* Define to `__inline__' or `__inline' if that's what the C compiler
0129    calls it, or to nothing if 'inline' is not supported under any name.  */
0130 #ifndef __cplusplus
0131 /* #undef inline */
0132 #endif
0133 
0134 /* Define to `int' if <sys/types.h> does not define. */
0135 /* #undef ssize_t */