Diff for /parser3/src/include/pa_config_auto.h.in between versions 1.83 and 1.102

version 1.83, 2013/07/21 14:06:15 version 1.102, 2015/10/29 15:26:29
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 151 Line 145
 /* Define to 1 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 to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
   #undef HAVE_NDIR_H
   
 /* Define to 1 if you have the <netdb.h> header file. */  /* Define to 1 if you have the <netdb.h> header file. */
 #undef HAVE_NETDB_H  #undef HAVE_NETDB_H
   
Line 222 Line 219
 /* Define to 1 if you have the `strlcpy' function. */  /* Define to 1 if you have the `strlcpy' function. */
 #undef HAVE_STRLCPY  #undef HAVE_STRLCPY
   
   /* Define to 1 if `d_type' is a member of `struct dirent'. */
   #undef HAVE_STRUCT_DIRENT_D_TYPE
   
   /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
      */
   #undef HAVE_SYS_DIR_H
   
 /* Define to 1 if you have the <sys/dl.h> header file. */  /* Define to 1 if you have the <sys/dl.h> header file. */
 #undef HAVE_SYS_DL_H  #undef HAVE_SYS_DL_H
   
Line 231 Line 235
 /* Define to 1 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 to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
      */
   #undef HAVE_SYS_NDIR_H
   
 /* Define to 1 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
   
Line 246 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 265 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 339 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 381 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 408 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.83  
changed lines
  Added in v.1.102


E-mail: