[BACK]Return to expat_config.h CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / external / mit / expat / lib / libexpat

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/external/mit/expat/lib/libexpat/expat_config.h between version 1.1.2.2 and 1.1.2.2.6.1

version 1.1.2.2, 2012/03/02 18:27:54 version 1.1.2.2.6.1, 2016/05/18 10:45:14
Line 1 
Line 1 
 /* expat_config.h.  Generated by configure.  */  /* expat_config.h.  Generated from expat_config.h.in by configure.  */
 /* expat_config.h.in.  Generated from configure.in by autoheader.  */  /* expat_config.h.in.  Generated from configure.in by autoheader.  */
   
 #include <sys/endian.h>  
   
 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */  /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
 #define BYTEORDER BYTE_ORDER  #define BYTEORDER BYTE_ORDER
   
Line 42 
Line 40 
 /* Define to 1 if you have the <string.h> header file. */  /* Define to 1 if you have the <string.h> header file. */
 #define HAVE_STRING_H 1  #define HAVE_STRING_H 1
   
   /* Define to 1 if you have the <sys/param.h> header file. */
   #define HAVE_SYS_PARAM_H 1
   
 /* Define to 1 if you have the <sys/stat.h> header file. */  /* Define to 1 if you have the <sys/stat.h> header file. */
 #define HAVE_SYS_STAT_H 1  #define HAVE_SYS_STAT_H 1
   
Line 51 
Line 52 
 /* Define to 1 if you have the <unistd.h> header file. */  /* Define to 1 if you have the <unistd.h> header file. */
 #define HAVE_UNISTD_H 1  #define HAVE_UNISTD_H 1
   
   /* Define to the sub-directory in which libtool stores uninstalled libraries.
      */
   #define LT_OBJDIR ".libs/"
   
 /* Define to the address where bug reports for this package should be sent. */  /* Define to the address where bug reports for this package should be sent. */
 #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"  #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
   
Line 58 
Line 63 
 #define PACKAGE_NAME "expat"  #define PACKAGE_NAME "expat"
   
 /* Define to the full name and version of this package. */  /* Define to the full name and version of this package. */
 #define PACKAGE_STRING "expat 2.0.1"  #define PACKAGE_STRING "expat 2.1.1"
   
 /* Define to the one symbol short name of this package. */  /* Define to the one symbol short name of this package. */
 #define PACKAGE_TARNAME "expat"  #define PACKAGE_TARNAME "expat"
   
   /* Define to the home page for this package. */
   #define PACKAGE_URL ""
   
 /* Define to the version of this package. */  /* Define to the version of this package. */
 #define PACKAGE_VERSION "2.0.1"  #define PACKAGE_VERSION "2.1.1"
   
 /* Define to 1 if you have the ANSI C header files. */  /* Define to 1 if you have the ANSI C header files. */
 #define STDC_HEADERS 1  #define STDC_HEADERS 1
Line 88 
Line 96 
 /* Define to empty if `const' does not conform to ANSI C. */  /* Define to empty if `const' does not conform to ANSI C. */
 /* #undef const */  /* #undef const */
   
 /* Define to `long' if <sys/types.h> does not define. */  /* Define to `long int' if <sys/types.h> does not define. */
 /* #undef off_t */  /* #undef off_t */
   
 /* Define to `unsigned' if <sys/types.h> does not define. */  /* Define to `unsigned int' if <sys/types.h> does not define. */
 /* #undef size_t */  /* #undef size_t */

Legend:
Removed from v.1.1.2.2  
changed lines
  Added in v.1.1.2.2.6.1

CVSweb <webmaster@jp.NetBSD.org>