Revision 1.6 |
Revision 1.8 |
/* config.h.in. Generated from configure.ac by autoheader. */ 
|
/* config.h.in. Generated from configure.ac by autoheader. */ 
|
|
/* Disable persistent connections */
#undef DISABLE_KEEPALIVE
|
/* Enable 503 HTTP responses */ #undef ENABLE_503
|
/* Enable 503 HTTP responses */ #undef ENABLE_503
|
Line 116 |
Line 119 |
/* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H
|
/* Define to 1 if you have the <sys/types.h> header file. */ #undef HAVE_SYS_TYPES_H
|
/* TCP_CORK option is available */
#undef HAVE_TCPCORK
|
|
/* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H
|
/* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H
|
Line 144 |
Line 144 |
/* Define to the version of this package. */ #undef PACKAGE_VERSION
|
/* Define to the version of this package. */ #undef PACKAGE_VERSION
|
/* Maximum number of concurrent responses */
#undef RESPONSE_CONCURRENCY
|
|
/* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE
|
/* Define as the return type of signal handlers (`int' or `void'). */ #undef RETSIGTYPE
|
Line 156 |
Line 153 |
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME
|
/* Define to 1 if your <sys/time.h> declares `struct tm'. */ #undef TM_IN_SYS_TIME
|
/* Use TCP_CORK buffering on Linux */
#undef USE_TCPCORK
|
|
/* Version number of package */ #undef VERSION
|
/* Version number of package */ #undef VERSION
|
Line 166 |
Line 160 |
`char[]'. */ #undef YYTEXT_POINTER
|
`char[]'. */ #undef YYTEXT_POINTER
|
/* Define as `__inline' if that's what the C compiler calls it, or to nothing
if it is not supported. */
|
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
|
|
#ifndef __cplusplus
|
#undef inline
|
#undef inline
|
|
#endif
|
/* Define to rpl_realloc if the replacement function should be used. */ #undef realloc
|
/* Define to rpl_realloc if the replacement function should be used. */ #undef realloc
|
Line 176 |
Line 172 |
/* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t
|
/* Define to `unsigned' if <sys/types.h> does not define. */ #undef size_t
|