CVS diff for config.h.in between 1.8 and 1.4:

Revision 1.4 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 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 135 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 147 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 
 
/* Send responses with sendfile() */
#undef USE_SENDFILE
 
 
/* Version number of package */ 
#undef VERSION 
 
/* Version number of package */ 
#undef VERSION 
 
Line 157 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 167 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 
 


Legend
Lines deleted from 1.8  
Lines Modified
  Lines added in revision 1.4