Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.85 and 1.101

version 1.85, 2013/07/21 20:36:36 version 1.101, 2015/10/23 21:43:16
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 48 Line 48
 /* 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 127 Line 124
 /* Define to 1 if you have the `socket' library (-lsocket). */  /* Define to 1 if you have the `socket' library (-lsocket). */
 #undef HAVE_LIBSOCKET  #undef HAVE_LIBSOCKET
   
 /* Define to 1 if you have the `wsock32' library (-lwsock32). */  
 #undef HAVE_LIBWSOCK32  
   
 /* Define to 1 if you have the `xnet' library (-lxnet). */  /* Define to 1 if you have the `xnet' library (-lxnet). */
 #undef HAVE_LIBXNET  #undef HAVE_LIBXNET
   
Line 260 Line 254
 /* 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
   
   /* Define to 1 if you have the <sys/wait.h> header file. */
   #undef HAVE_SYS_WAIT_H
   
 /* 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
   
Line 279 Line 276
 /* Define to 1 if you have the `unsetenv' function. */  /* Define to 1 if you have the `unsetenv' function. */
 #undef HAVE_UNSETENV  #undef HAVE_UNSETENV
   
 /* Define to 1 if you have the <winsock.h> header file. */  
 #undef HAVE_WINSOCK_H  
   
 /* 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
   
Line 353 Line 347
 /* 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 395 Line 392
 /* 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 422 Line 430
 /* 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.85  
changed lines
  Added in v.1.101


E-mail: