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

Revision 1.1 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 28 Line 37
/* Define to 1 if you have the <inttypes.h> header file. */ 
#undef HAVE_INTTYPES_H 
 
/* Define to 1 if you have the <inttypes.h> header file. */ 
#undef HAVE_INTTYPES_H 
 
 
/* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
#undef HAVE_LIBDMALLOC
 
/* Define to 1 if you have the <limits.h> header file. */ 
#undef HAVE_LIMITS_H
/* Define to 1 if you have the <limits.h> header file. */ 
#undef HAVE_LIMITS_H
/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
   to 0 otherwise. */
#undef HAVE_MALLOC 
 
 
/* Define to 1 if you have the <memory.h> header file. */ 
#undef HAVE_MEMORY_H 
 
/* Define to 1 if you have the <memory.h> header file. */ 
#undef HAVE_MEMORY_H 
Line 118 Line 126
   slash. */ 
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK 
 
   slash. */ 
#undef LSTAT_FOLLOWS_SLASHED_SYMLINK 
 
 
/* Name of package */
#undef PACKAGE
 
/* Define to the address where bug reports for this package should be sent. */ 
#undef PACKAGE_BUGREPORT 
 
/* Define to the address where bug reports for this package should be sent. */ 
#undef PACKAGE_BUGREPORT 
 
Line 142 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 
 
 
/* Version number of package */
#undef VERSION
 
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 
`char[]'. */ 
#undef YYTEXT_POINTER 
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a 
`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_malloc if the replacement function should be used. */
#undef malloc
 
 
/* 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 159 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.1