Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.21 and 1.33.2.1

version 1.21, 2002/02/22 11:09:12 version 1.33.2.1, 2002/12/15 14:22:17
Line 3 Line 3
 /* Define as __inline if that's what the C compiler calls it.  */  /* Define as __inline if that's what the C compiler calls it.  */
 #undef inline  #undef inline
   
   /* Define to `long' if <sys/types.h> doesn't define.  */
   #undef off_t
   
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */  /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t  #undef size_t
   
Line 21 Line 24
 /* Define if you have the shl_load function.  */  /* Define if you have the shl_load function.  */
 #undef HAVE_SHL_LOAD  #undef HAVE_SHL_LOAD
   
   /* Define to `unsigned int' if <sys/types.h> does not define. */
   #undef size_t
   
   /* Define to `int' if <sys/types.h> does not define. */
   #undef ssize_t
   
   /* Define if you have daylight external variable in <time.h> */
   #undef HAVE_DAYLIGHT
   
   /* Define if you have timezone external variable in <time.h> */
   #undef HAVE_TIMEZONE
   
   /* Define if you have tm_gmtoff member of tm structure in <time.h> */
   #undef HAVE_TM_GMTOFF
   
   /* Define if you have tm_tzadj member of tm structure in <time.h> */
   #undef HAVE_TM_TZADJ
   
 /* Define if you have the _locking function.  */  /* Define if you have the _locking function.  */
 #undef HAVE__LOCKING  #undef HAVE__LOCKING
   
   /* Define if you have the crypt function.  */
   #undef HAVE_CRYPT
   
 /* Define if you have the dlerror function.  */  /* Define if you have the dlerror function.  */
 #undef HAVE_DLERROR  #undef HAVE_DLERROR
   
Line 33 Line 57
 /* Define if you have the flock function.  */  /* Define if you have the flock function.  */
 #undef HAVE_FLOCK  #undef HAVE_FLOCK
   
   /* Define if you have the ftruncate function.  */
   #undef HAVE_FTRUNCATE
   
 /* Define if you have the getrusage function.  */  /* Define if you have the getrusage function.  */
 #undef HAVE_GETRUSAGE  #undef HAVE_GETRUSAGE
   
   /* Define if you have the gettimeofday function.  */
   #undef HAVE_GETTIMEOFDAY
   
 /* Define if you have the lockf function.  */  /* Define if you have the lockf function.  */
 #undef HAVE_LOCKF  #undef HAVE_LOCKF
   
Line 48 Line 78
 /* Define if you have the select function.  */  /* Define if you have the select function.  */
 #undef HAVE_SELECT  #undef HAVE_SELECT
   
   /* Define if you have the siglongjmp function.  */
   #undef HAVE_SIGLONGJMP
   
 /* Define if you have the sign function.  */  /* Define if you have the sign function.  */
 #undef HAVE_SIGN  #undef HAVE_SIGN
   
   /* Define if you have the sigsetjmp function.  */
   #undef HAVE_SIGSETJMP
   
 /* Define if you have the trunc function.  */  /* Define if you have the trunc function.  */
 #undef HAVE_TRUNC  #undef HAVE_TRUNC
   
   /* Define if you have the <arpa/inet.h> header file.  */
   #undef HAVE_ARPA_INET_H
   
   /* Define if you have the <crypt.h> header file.  */
   #undef HAVE_CRYPT_H
   
 /* Define if you have the <ctype.h> header file.  */  /* Define if you have the <ctype.h> header file.  */
 #undef HAVE_CTYPE_H  #undef HAVE_CTYPE_H
   
Line 75 Line 117
 /* Define if you have the <memory.h> header file.  */  /* Define if you have the <memory.h> header file.  */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
   
   /* Define if you have the <netdb.h> header file.  */
   #undef HAVE_NETDB_H
   
   /* Define if you have the <netinet/in.h> header file.  */
   #undef HAVE_NETINET_IN_H
   
 /* Define if you have the <new> header file.  */  /* Define if you have the <new> header file.  */
 #undef HAVE_NEW  #undef HAVE_NEW
   
Line 84 Line 132
 /* Define if you have the <setjmp.h> header file.  */  /* Define if you have the <setjmp.h> header file.  */
 #undef HAVE_SETJMP_H  #undef HAVE_SETJMP_H
   
   /* Define if you have the <signal.h> header file.  */
   #undef HAVE_SIGNAL_H
   
 /* Define if you have the <stdarg.h> header file.  */  /* Define if you have the <stdarg.h> header file.  */
 #undef HAVE_STDARG_H  #undef HAVE_STDARG_H
   
Line 111 Line 162
 /* Define if you have the <sys/select.h> header file.  */  /* Define if you have the <sys/select.h> header file.  */
 #undef HAVE_SYS_SELECT_H  #undef HAVE_SYS_SELECT_H
   
   /* Define if you have the <sys/socket.h> header file.  */
   #undef HAVE_SYS_SOCKET_H
   
 /* Define if you have the <sys/stat.h> header file.  */  /* Define if you have the <sys/stat.h> header file.  */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
Line 126 Line 180
 /* Define if you have the <unistd.h> header file.  */  /* Define if you have the <unistd.h> header file.  */
 #undef HAVE_UNISTD_H  #undef HAVE_UNISTD_H
   
   /* Define if you have the <winsock.h> header file.  */
   #undef HAVE_WINSOCK_H
   
   /* Define if you have the crypt library (-lcrypt).  */
   #undef HAVE_LIBCRYPT
   
 /* Define if you have the m library (-lm).  */  /* Define if you have the m library (-lm).  */
 #undef HAVE_LIBM  #undef HAVE_LIBM
   
Line 144 Line 204
 /* no string origin tracking */  /* no string origin tracking */
 #undef NO_STRING_ORIGIN  #undef NO_STRING_ORIGIN
   
 /* xml-abled parser */  /* pa_exec disabled */
   #undef NO_PA_EXECS
   
   /* disabled reading and executing files of non-process-effective-group */
   #undef NO_FOREIGN_GROUP_FILES
   
   /* one can throw from dynamic library */
   #undef PA_WITH_SJLJ_EXCEPTIONS
   
   /* xml-abled parser (uses shared library) */
 #undef XML  #undef XML
   
 /* xml-abled parser */  /* xml-abled parser (uses static library) */
 #undef XML  #undef XML
   
   /* has $mail:received (uses shared library) */
   #undef WITH_MAILRECEIVE
   
   /* has $mail:received (uses static library) */
   #undef WITH_MAILRECEIVE
   
   /* parser uses this command instead of user-defined sendmail commands */
   #undef PA_FORCED_SENDMAIL
   
 /* Windows32 target platform */  /* Windows32 target platform */
 #undef WIN32  #undef WIN32
   

Removed from v.1.21  
changed lines
  Added in v.1.33.2.1


E-mail: