Revision 1.4 |
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 110 |
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 147 |
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
|
/* Version number of package */ #undef VERSION
|
/* Version number of package */ #undef VERSION
|
Line 167 |
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
|