Revision 1.5 |
Revision 1.7 |
/* 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 PUT requests */
#undef ENABLE_PUT
|
/* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H
|
/* Define to 1 if you have the <arpa/inet.h> header file. */ #undef HAVE_ARPA_INET_H
|
Line 150 |
Line 159 |
/* 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
|
/* Send responses with sendfile() */
#undef USE_SENDFILE
|
|
/* Use TCP_CORK buffering on Linux */ #undef USE_TCPCORK
|
/* Use TCP_CORK buffering on Linux */ #undef USE_TCPCORK
|
Line 173 |
Line 179 |
/* 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
|