Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.41 and 1.48

version 1.41, 2004/05/24 10:26:00 version 1.48, 2009/12/04 04:45:27
Line 3 Line 3
 /* using cygwin building environment */  /* using cygwin building environment */
 #undef CYGWIN  #undef CYGWIN
   
   /* FreeBSD4X target platform */
   #undef FREEBSD4
   
 /* Define to 1 if you have the <arpa/inet.h> header file. */  /* Define to 1 if you have the <arpa/inet.h> header file. */
 #undef HAVE_ARPA_INET_H  #undef HAVE_ARPA_INET_H
   
Line 18 Line 21
 /* Define to 1 if you have the <ctype.h> header file. */  /* Define to 1 if you have the <ctype.h> header file. */
 #undef HAVE_CTYPE_H  #undef HAVE_CTYPE_H
   
   /* curl enabled parser */
   #undef HAVE_CURL
   
 /* Define if you have daylight external variable in <time.h> */  /* Define if you have daylight external variable in <time.h> */
 #undef HAVE_DAYLIGHT  #undef HAVE_DAYLIGHT
   
Line 33 Line 39
 /* Define to 1 if you have the <errno.h> header file. */  /* Define to 1 if you have the <errno.h> header file. */
 #undef HAVE_ERRNO_H  #undef HAVE_ERRNO_H
   
   /* Define to 1 if you have the `fchmod' function. */
   #undef HAVE_FCHMOD
   
 /* Define to 1 if you have the `fcntl' function. */  /* Define to 1 if you have the `fcntl' function. */
 #undef HAVE_FCNTL  #undef HAVE_FCNTL
   
Line 119 Line 128
 /* Define to 1 if you have the <signal.h> header file. */  /* Define to 1 if you have the <signal.h> header file. */
 #undef HAVE_SIGNAL_H  #undef HAVE_SIGNAL_H
   
   /* Define to 1 if you have the `sigsetjmp' function. */
   #undef HAVE_SIGSETJMP
   
 /* Define to 1 if you have the <stdarg.h> header file. */  /* Define to 1 if you have the <stdarg.h> header file. */
 #undef HAVE_STDARG_H  #undef HAVE_STDARG_H
   
Line 183 Line 195
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* Define to 1 if you have the `unsetenv' function. */
   #undef HAVE_UNSETENV
   
 /* Define to 1 if you have the <winsock.h> header file. */  /* Define to 1 if you have the <winsock.h> header file. */
 #undef HAVE_WINSOCK_H  #undef HAVE_WINSOCK_H
   
Line 195 Line 210
 /* pa_exec disabled */  /* pa_exec disabled */
 #undef NO_PA_EXECS  #undef NO_PA_EXECS
   
   /* stringstream disabled */
   #undef NO_STRINGSTREAM
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
 #undef PACKAGE_BUGREPORT  #undef PACKAGE_BUGREPORT
   
Line 240 Line 258
 /* xml-abled parser (uses static library) */  /* xml-abled parser (uses static library) */
 #undef XML  #undef XML
   
 /* Define as `__inline' if that's what the C compiler calls it, or to nothing  /* Define to `__inline__' or `__inline' if that's what the C compiler
    if it is not supported. */     calls it, or to nothing if 'inline' is not supported under any name.  */
   #ifndef __cplusplus
 #undef inline  #undef inline
   #endif
   
 /* Define to `long' if <sys/types.h> does not define. */  /* Define to `long' if <sys/types.h> does not define. */
 #undef off_t  #undef off_t

Removed from v.1.41  
changed lines
  Added in v.1.48


E-mail: