Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.87 and 1.148

version 1.87, 2013/07/22 15:18:15 version 1.148, 2025/11/30 19:00:26
Line 1 Line 1
 /* src/include/pa_config_auto.h.in.  Generated from configure.in by autoheader.  */  /* src/include/pa_config_auto.h.in.  Generated from configure.ac by autoheader.  */
   
 /* Define if building universal (internal helper macro) */  /* Define if building universal (internal helper macro) */
 #undef AC_APPLE_UNIVERSAL_BUILD  #undef AC_APPLE_UNIVERSAL_BUILD
Line 6 Line 6
 /* using cygwin building environment */  /* using cygwin building environment */
 #undef CYGWIN  #undef CYGWIN
   
 /* FreeBSD4X target platform */  /* FreeBSD1X.X target platform */
   #undef FREEBSD1X
   
   /* FreeBSD4.X target platform */
 #undef FREEBSD4  #undef FREEBSD4
   
 /* Define to 1 if you have the `argz_add' function. */  /* Define to 1 if you have the `argz_add' function. */
Line 48 Line 51
 /* 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
   
 /* Define if you have daylight external variable in <time.h> */  
 #undef HAVE_DAYLIGHT  
   
 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if  /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
    you don't. */     you don't. */
 #undef HAVE_DECL_CYGWIN_CONV_PATH  #undef HAVE_DECL_CYGWIN_CONV_PATH
Line 100 Line 100
 /* Define to 1 if you have the `getrusage' function. */  /* Define to 1 if you have the `getrusage' function. */
 #undef HAVE_GETRUSAGE  #undef HAVE_GETRUSAGE
   
   /* Define if you have gettid() */
   #undef HAVE_GETTID
   
 /* Define to 1 if you have the `gettimeofday' function. */  /* Define to 1 if you have the `gettimeofday' function. */
 #undef HAVE_GETTIMEOFDAY  #undef HAVE_GETTIMEOFDAY
   
Line 109 Line 112
 /* Define to 1 if you have the <io.h> header file. */  /* Define to 1 if you have the <io.h> header file. */
 #undef HAVE_IO_H  #undef HAVE_IO_H
   
   /* Define to 1 if you have the `isfinite' (maybe built-in) math function
      function. */
   #undef HAVE_ISFINITE
   
 /* Define to 1 if you have the `crypt' library (-lcrypt). */  /* Define to 1 if you have the `crypt' library (-lcrypt). */
 #undef HAVE_LIBCRYPT  #undef HAVE_LIBCRYPT
   
Line 160 Line 167
 /* Define to 1 if you have the `opendir' function. */  /* Define to 1 if you have the `opendir' function. */
 #undef HAVE_OPENDIR  #undef HAVE_OPENDIR
   
   /* PCRE2 is available */
   #undef HAVE_PCRE2
   
 /* Define if libtool can extract symbol lists from object files. */  /* Define if libtool can extract symbol lists from object files. */
 #undef HAVE_PRELOADED_SYMBOLS  #undef HAVE_PRELOADED_SYMBOLS
   
 /* Define to 1 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 to 1 if you have the <pthread.h> header file. */
   #undef HAVE_PTHREAD_H
   
 /* Define to 1 if you have the `qsort' function. */  /* Define to 1 if you have the `qsort' function. */
 #undef HAVE_QSORT  #undef HAVE_QSORT
   
Line 225 Line 238
 /* Define to 1 if `d_type' is a member of `struct dirent'. */  /* Define to 1 if `d_type' is a member of `struct dirent'. */
 #undef HAVE_STRUCT_DIRENT_D_TYPE  #undef HAVE_STRUCT_DIRENT_D_TYPE
   
   /* Define to 1 if you have the `syslog' function. */
   #undef HAVE_SYSLOG
   
 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.  /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
    */     */
 #undef HAVE_SYS_DIR_H  #undef HAVE_SYS_DIR_H
Line 254 Line 270
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #undef HAVE_SYS_STAT_H  #undef HAVE_SYS_STAT_H
   
   /* Define to 1 if you have the <sys/time.h> header file. */
   #undef HAVE_SYS_TIME_H
   
 /* Define to 1 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
   
Line 263 Line 282
 /* Define if you have timezone external variable in <time.h> */  /* Define if you have timezone external variable in <time.h> */
 #undef HAVE_TIMEZONE  #undef HAVE_TIMEZONE
   
   /* Define to 1 if you have the <time.h> header file. */
   #undef HAVE_TIME_H
   
   /* Define if you have Thread-Local Storage */
   #undef HAVE_TLS
   
 /* Define if you have tm_gmtoff member of tm structure in <time.h> */  /* Define if you have tm_gmtoff member of tm structure in <time.h> */
 #undef HAVE_TM_GMTOFF  #undef HAVE_TM_GMTOFF
   
Line 282 Line 307
 /* This value is set to 1 to indicate that the system argz facility works */  /* This value is set to 1 to indicate that the system argz facility works */
 #undef HAVE_WORKING_ARGZ  #undef HAVE_WORKING_ARGZ
   
 /* Define to 1 if you have the `_locking' function. */  
 #undef HAVE__LOCKING  
   
 /* Define if the OS needs help to load dependent libraries for dlopen(). */  /* Define if the OS needs help to load dependent libraries for dlopen(). */
 #undef LTDL_DLOPEN_DEPLIBS  #undef LTDL_DLOPEN_DEPLIBS
   
Line 350 Line 372
 /* compile for sparc processor */  /* compile for sparc processor */
 #undef PA_BIG_ENDIAN  #undef PA_BIG_ENDIAN
   
   /* Define if you have 0..9999 year date range support */
   #undef PA_DATE64
   
 /* 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
   
Line 365 Line 390
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #undef STDC_HEADERS  #undef STDC_HEADERS
   
 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */  /* system-wide auto.p */
 #undef TIME_WITH_SYS_TIME  #undef SYSTEM_CONFIG_FILE
   
 /* Version number of package */  /* Version number of package */
 #undef VERSION  #undef VERSION
Line 374 Line 399
 /* Windows32 target platform */  /* Windows32 target platform */
 #undef WIN32  #undef WIN32
   
   /* has amqp */
   #undef WITH_AMQP
   
 /* has \$mail:received */  /* has \$mail:received */
 #undef WITH_MAILRECEIVE  #undef WITH_MAILRECEIVE
   
Line 392 Line 420
 /* xml-abled parser */  /* xml-abled parser */
 #undef XML  #undef XML
   
   /* Enable large inode numbers on Mac OS X 10.5.  */
   #ifndef _DARWIN_USE_64_BIT_INODE
   # define _DARWIN_USE_64_BIT_INODE 1
   #endif
   
   /* Number of bits in a file offset, on hosts where this is settable. */
   #undef _FILE_OFFSET_BITS
   
   /* Define for large files, on AIX-style hosts. */
   #undef _LARGE_FILES
   
 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,  /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the     <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
    #define below would cause a syntax error. */     #define below would cause a syntax error. */
Line 413 Line 452
 /* Define to a type to use for `error_t' if it is not otherwise available. */  /* Define to a type to use for `error_t' if it is not otherwise available. */
 #undef error_t  #undef error_t
   
   /* Define to the type of a signed integer type of width exactly 64 bits if
      such a type exists and the standard includes do not define it. */
   #undef int64_t
   
 /* Define to `unsigned int' if <sys/types.h> does not define. */  /* Define to `unsigned int' if <sys/types.h> does not define. */
 #undef size_t  #undef size_t
   
 /* Define to `int' if <sys/types.h> does not define. */  /* Define to `int' if <sys/types.h> does not define. */
 #undef ssize_t  #undef ssize_t
   
   /* Define to the type of an unsigned integer type of width exactly 16 bits if
      such a type exists and the standard includes do not define it. */
   #undef uint16_t
   
 /* Define to the type of an unsigned integer type of width exactly 32 bits if  /* Define to the type of an unsigned integer type of width exactly 32 bits if
    such a type exists and the standard includes do not define it. */     such a type exists and the standard includes do not define it. */
 #undef uint32_t  #undef uint32_t

Removed from v.1.87  
changed lines
  Added in v.1.148


E-mail: