Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.23 and 1.40

version 1.23, 2002/03/11 11:02:57 version 1.40, 2004/03/01 09:39:38
Line 1 Line 1
 /* src/include/pa_config_auto.h.in.  Generated automatically from configure.in by autoheader.  */  /* src/include/pa_config_auto.h.in.  Generated from configure.in by autoheader.  */
   
 /* Define as __inline if that's what the C compiler calls it.  */  /* using cygwin building environment */
 #undef inline  #undef CYGWIN
   
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */  /* Define to 1 if you have the <arpa/inet.h> header file. */
 #undef size_t  #undef HAVE_ARPA_INET_H
   
 /* Define if you have the ANSI C header files.  */  /* Define to 1 if you have the <assert.h> header file. */
 #undef STDC_HEADERS  #undef HAVE_ASSERT_H
   
 /* Define if you can safely include both <sys/time.h> and <time.h>.  */  /* Define to 1 if you have the `crypt' function. */
 #undef TIME_WITH_SYS_TIME  #undef HAVE_CRYPT
   
 /* Define if you have the GNU dld library.  */  /* Define to 1 if you have the <crypt.h> header file. */
 #undef HAVE_DLD  #undef HAVE_CRYPT_H
   
 /* Define if you have the libdl library or equivalent.  */  /* Define to 1 if you have the <ctype.h> header file. */
 #undef HAVE_LIBDL  #undef HAVE_CTYPE_H
   
 /* Define if you have the shl_load function.  */  /* Define if you have daylight external variable in <time.h> */
 #undef HAVE_SHL_LOAD  #undef HAVE_DAYLIGHT
   
 /* Define if you have the _locking function.  */  /* Define to 1 if you have the <direct.h> header file. */
 #undef HAVE__LOCKING  #undef HAVE_DIRECT_H
   
 /* Define if you have the dlerror function.  */  /* Define if you have the GNU dld library */
   #undef HAVE_DLD
   
   /* Define to 1 if you have the `dlerror' function. */
 #undef HAVE_DLERROR  #undef HAVE_DLERROR
   
 /* Define if you have the fcntl function.  */  /* Define to 1 if you have the <errno.h> header file. */
   #undef HAVE_ERRNO_H
   
   /* Define to 1 if you have the `fcntl' function. */
 #undef HAVE_FCNTL  #undef HAVE_FCNTL
   
 /* Define if you have the flock function.  */  /* Define to 1 if you have the <fcntl.h> header file. */
   #undef HAVE_FCNTL_H
   
   /* Define to 1 if you have the `flock' function. */
 #undef HAVE_FLOCK  #undef HAVE_FLOCK
   
 /* Define if you have the getrusage function.  */  /* Define to 1 if you have the `ftruncate' function. */
   #undef HAVE_FTRUNCATE
   
   /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE  #undef HAVE_GETRUSAGE
   
 /* Define if you have the lockf function.  */  /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_LOCKF  #undef HAVE_GETTIMEOFDAY
   
 /* Define if you have the qsort function.  */  /* Define to 1 if you have the <inttypes.h> header file. */
 #undef HAVE_QSORT  #undef HAVE_INTTYPES_H
   
 /* Define if you have the round function.  */  /* Define to 1 if you have the <io.h> header file. */
 #undef HAVE_ROUND  #undef HAVE_IO_H
   
 /* Define if you have the select function.  */  /* Define to 1 if you have the `crypt' library (-lcrypt). */
 #undef HAVE_SELECT  #undef HAVE_LIBCRYPT
   
 /* Define if you have the sign function.  */  /* Define if you have the libdl library or equivalent. */
 #undef HAVE_SIGN  #undef HAVE_LIBDL
   
 /* Define if you have the trunc function.  */  /* Define to 1 if you have the `m' library (-lm). */
 #undef HAVE_TRUNC  #undef HAVE_LIBM
   
 /* Define if you have the <ctype.h> header file.  */  /* Define to 1 if you have the `nsl' library (-lnsl). */
 #undef HAVE_CTYPE_H  #undef HAVE_LIBNSL
   
 /* Define if you have the <direct.h> header file.  */  /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_DIRECT_H  #undef HAVE_LIBSOCKET
   
 /* Define if you have the <errno.h> header file.  */  /* Define to 1 if you have the `wsock32' library (-lwsock32). */
 #undef HAVE_ERRNO_H  #undef HAVE_LIBWSOCK32
   
 /* Define if you have the <fcntl.h> header file.  */  /* Define to 1 if you have the `xnet' library (-lxnet). */
 #undef HAVE_FCNTL_H  #undef HAVE_LIBXNET
   
 /* Define if you have the <io.h> header file.  */  /* Define to 1 if you have the `lockf' function. */
 #undef HAVE_IO_H  #undef HAVE_LOCKF
   
 /* Define if you have the <math.h> header file.  */  /* Define to 1 if you have the <math.h> header file. */
 #undef HAVE_MATH_H  #undef HAVE_MATH_H
   
 /* Define if you have the <memory.h> header file.  */  /* Define to 1 if you have the <memory.h> header file. */
 #undef HAVE_MEMORY_H  #undef HAVE_MEMORY_H
   
 /* Define if you have the <new> header file.  */  /* Define to 1 if you have the <netdb.h> header file. */
 #undef HAVE_NEW  #undef HAVE_NETDB_H
   
   /* Define to 1 if you have the <netinet/in.h> header file. */
   #undef HAVE_NETINET_IN_H
   
 /* Define if you have the <process.h> header file.  */  /* Define to 1 if you have the <process.h> header file. */
 #undef HAVE_PROCESS_H  #undef HAVE_PROCESS_H
   
 /* Define if you have the <setjmp.h> header file.  */  /* Define to 1 if you have the `qsort' function. */
   #undef HAVE_QSORT
   
   /* Define to 1 if you have the `round' (maybe built-in) math function
      function. */
   #undef HAVE_ROUND
   
   /* Define to 1 if you have the <setjmp.h> header file. */
 #undef HAVE_SETJMP_H  #undef HAVE_SETJMP_H
   
 /* Define if you have the <stdarg.h> header file.  */  /* Define if you have the shl_load function. */
   #undef HAVE_SHL_LOAD
   
   /* Define to 1 if you have the `siglongjmp' function. */
   #undef HAVE_SIGLONGJMP
   
   /* Define to 1 if you have the `sign' (maybe built-in) math function function.
      */
   #undef HAVE_SIGN
   
   /* Define to 1 if you have the <signal.h> header file. */
   #undef HAVE_SIGNAL_H
   
   /* Define to 1 if you have the <stdarg.h> header file. */
 #undef HAVE_STDARG_H  #undef HAVE_STDARG_H
   
 /* Define if you have the <stddef.h> header file.  */  /* Define to 1 if you have the <stddef.h> header file. */
 #undef HAVE_STDDEF_H  #undef HAVE_STDDEF_H
   
 /* Define if you have the <stdio.h> header file.  */  /* Define to 1 if you have the <stdint.h> header file. */
   #undef HAVE_STDINT_H
   
   /* Define to 1 if you have the <stdio.h> header file. */
 #undef HAVE_STDIO_H  #undef HAVE_STDIO_H
   
 /* Define if you have the <stdlib.h> header file.  */  /* Define to 1 if you have the <stdlib.h> header file. */
 #undef HAVE_STDLIB_H  #undef HAVE_STDLIB_H
   
 /* Define if you have the <string.h> header file.  */  /* Define to 1 if you have the <strings.h> header file. */
   #undef HAVE_STRINGS_H
   
   /* Define to 1 if you have the <string.h> header file. */
 #undef HAVE_STRING_H  #undef HAVE_STRING_H
   
 /* Define if you have the <sys/file.h> header file.  */  /* Define to 1 if you have the <sys/file.h> header file. */
 #undef HAVE_SYS_FILE_H  #undef HAVE_SYS_FILE_H
   
 /* Define if you have the <sys/locking.h> header file.  */  /* Define to 1 if you have the <sys/locking.h> header file. */
 #undef HAVE_SYS_LOCKING_H  #undef HAVE_SYS_LOCKING_H
   
 /* Define if you have the <sys/resource.h> header file.  */  /* Define to 1 if you have the <sys/resource.h> header file. */
 #undef HAVE_SYS_RESOURCE_H  #undef HAVE_SYS_RESOURCE_H
   
 /* Define if you have the <sys/select.h> header file.  */  /* Define to 1 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/stat.h> header file.  */  /* Define to 1 if you have the <sys/socket.h> header file. */
   #undef HAVE_SYS_SOCKET_H
   
   /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
 /* Define if you have the <sys/time.h> header file.  */  /* Define to 1 if you have the <sys/time.h> header file. */
 #undef HAVE_SYS_TIME_H  #undef HAVE_SYS_TIME_H
   
 /* Define if you have the <sys/types.h> header file.  */  /* Define to 1 if you have the <sys/types.h> header file. */
 #undef HAVE_SYS_TYPES_H  #undef HAVE_SYS_TYPES_H
   
 /* Define if you have the <time.h> header file.  */  /* Define if you have timezone external variable in <time.h> */
   #undef HAVE_TIMEZONE
   
   /* Define to 1 if you have the <time.h> header file. */
 #undef HAVE_TIME_H  #undef HAVE_TIME_H
   
 /* Define if you have the <unistd.h> header file.  */  /* Define if you have tm_gmtoff member of tm structure in <time.h> */
 #undef HAVE_UNISTD_H  #undef HAVE_TM_GMTOFF
   
 /* Define if you have the m library (-lm).  */  /* Define if you have tm_tzadj member of tm structure in <time.h> */
 #undef HAVE_LIBM  #undef HAVE_TM_TZADJ
   
 /* Define if you have the nsl library (-lnsl).  */  /* Define to 1 if you have the `trunc' (maybe built-in) math function
 #undef HAVE_LIBNSL     function. */
   #undef HAVE_TRUNC
   
 /* Define if you have the socket library (-lsocket).  */  /* Define to 1 if you have the <unistd.h> header file. */
 #undef HAVE_LIBSOCKET  #undef HAVE_UNISTD_H
   
 /* Define if you have the wsock32 library (-lwsock32).  */  /* Define to 1 if you have the <winsock.h> header file. */
 #undef HAVE_LIBWSOCK32  #undef HAVE_WINSOCK_H
   
 /* Define if you have the xnet library (-lxnet).  */  /* Define to 1 if you have the `_locking' function. */
 #undef HAVE_LIBXNET  #undef HAVE__LOCKING
   
 /* no string origin tracking */  /* assertions disabled */
 #undef NO_STRING_ORIGIN  #undef NDEBUG
   
 /* pa_exec disabled */  /* pa_exec disabled */
 #undef NO_PA_EXECS  #undef NO_PA_EXECS
   
 /* disabled reading of files of non-process-effective-group */  /* Define to the address where bug reports for this package should be sent. */
 #undef NO_FOREIGN_GROUP_FILES  #undef PACKAGE_BUGREPORT
   
 /* xml-abled parser */  /* Define to the full name of this package. */
 #undef XML  #undef PACKAGE_NAME
   
 /* xml-abled parser */  /* Define to the full name and version of this package. */
 #undef XML  #undef PACKAGE_STRING
   
   /* Define to the one symbol short name of this package. */
   #undef PACKAGE_TARNAME
   
   /* Define to the version of this package. */
   #undef PACKAGE_VERSION
   
   /* parser uses this command instead of user-defined sendmail commands */
   #undef PA_FORCED_SENDMAIL
   
   /* disabled reading of files belonging to group+user other then effective */
   #undef PA_SAFE_MODE
   
   /* one can throw from dynamic library */
   #undef PA_WITH_SJLJ_EXCEPTIONS
   
   /* Define to 1 if you have the ANSI C header files. */
   #undef STDC_HEADERS
   
   /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
   #undef TIME_WITH_SYS_TIME
   
 /* Windows32 target platform */  /* Windows32 target platform */
 #undef WIN32  #undef WIN32
   
 /* compiler supports pragma pack */  /* has \$mail:received (uses static library) */
 #undef HAVE_PRAGMA_PACK  #undef WITH_MAILRECEIVE
   
   /* xml-abled parser (uses static library) */
   #undef XML
   
 /* library has set_new_handler func */  /* Define as `__inline' if that's what the C compiler calls it, or to nothing
 #undef HAVE_SET_NEW_HANDLER     if it is not supported. */
   #undef inline
   
   /* Define to `long' if <sys/types.h> does not define. */
   #undef off_t
   
   /* 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

Removed from v.1.23  
changed lines
  Added in v.1.40


E-mail: