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

Revision 1.7 Revision 1.8
Line 119 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 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 159 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 169 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 179 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.7