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

version 1.37.2.2.2.1, 2003/03/26 13:46:58 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
   
   /* Define to 1 if you have the <assert.h> header file. */
   #undef HAVE_ASSERT_H
   
 /* Define to 1 if you have the `crypt' function. */  /* Define to 1 if you have the `crypt' function. */
 #undef HAVE_CRYPT  #undef HAVE_CRYPT
   
Line 15 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 30 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 100 Line 112
    function. */     function. */
 #undef HAVE_ROUND  #undef HAVE_ROUND
   
 /* Define to 1 if you have the `select' function. */  
 #undef HAVE_SELECT  
   
 /* Define to 1 if you have the <setjmp.h> header file. */  /* Define to 1 if you have the <setjmp.h> header file. */
 #undef HAVE_SETJMP_H  #undef HAVE_SETJMP_H
   
Line 186 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
   
 /* Define to 1 if you have the `_locking' function. */  /* Define to 1 if you have the `_locking' function. */
 #undef HAVE__LOCKING  #undef HAVE__LOCKING
   
   /* assertions disabled */
   #undef NDEBUG
   
 /* 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 210 Line 228
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #undef PACKAGE_VERSION  #undef PACKAGE_VERSION
   
   /* compile for sparc processor */
   #undef PA_BIG_ENDIAN
   
 /* parser uses this command instead of user-defined sendmail commands */  /* parser uses this command instead of user-defined sendmail commands */
 #undef PA_FORCED_SENDMAIL  #undef PA_FORCED_SENDMAIL
   
   /* compile for intel processor or compatible */
   #undef PA_LITTLE_ENDIAN
   
 /* disabled reading of files belonging to group+user other then effective */  /* disabled reading of files belonging to group+user other then effective */
 #undef PA_SAFE_MODE  #undef PA_SAFE_MODE
   
Line 234 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.37.2.2.2.1  
changed lines
  Added in v.1.48


E-mail: