Sat Feb 26 13:15:19 2022 UTC ()
remove stray #if 0


(christos)
diff -r1.10 -r1.11 src/external/mit/expat/lib/libexpat/expat_config.h

cvs diff -r1.10 -r1.11 src/external/mit/expat/lib/libexpat/expat_config.h (switch to unified diff)

--- src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/26 10:16:35 1.10
+++ src/external/mit/expat/lib/libexpat/expat_config.h 2022/02/26 13:15:18 1.11
@@ -1,138 +1,137 @@ @@ -1,138 +1,137 @@
1/* expat_config.h. Generated from expat_config.h.in by configure. */ 1/* expat_config.h. Generated from expat_config.h.in by configure. */
2/* expat_config.h.in. Generated from configure.ac by autoheader. */ 2/* expat_config.h.in. Generated from configure.ac by autoheader. */
3 3
4/* Define if building universal (internal helper macro) */ 4/* Define if building universal (internal helper macro) */
5/* #undef AC_APPLE_UNIVERSAL_BUILD */ 5/* #undef AC_APPLE_UNIVERSAL_BUILD */
6 6
7/* 1234 = LILENDIAN, 4321 = BIGENDIAN */ 7/* 1234 = LILENDIAN, 4321 = BIGENDIAN */
8#include <endian.h> 8#include <endian.h>
9#define BYTEORDER _BYTE_ORDER 9#define BYTEORDER _BYTE_ORDER
10 10
11/* Define to 1 if you have the `arc4random' function. */ 11/* Define to 1 if you have the `arc4random' function. */
12/* #undef HAVE_ARC4RANDOM */ 12/* #undef HAVE_ARC4RANDOM */
13 13
14/* Define to 1 if you have the `arc4random_buf' function. */ 14/* Define to 1 if you have the `arc4random_buf' function. */
15#define HAVE_ARC4RANDOM_BUF 1 15#define HAVE_ARC4RANDOM_BUF 1
16 16
17/* Define to 1 if you have the <dlfcn.h> header file. */ 17/* Define to 1 if you have the <dlfcn.h> header file. */
18#define HAVE_DLFCN_H 1 18#define HAVE_DLFCN_H 1
19 19
20/* Define to 1 if you have the <fcntl.h> header file. */ 20/* Define to 1 if you have the <fcntl.h> header file. */
21#define HAVE_FCNTL_H 1 21#define HAVE_FCNTL_H 1
22 22
23/* Define to 1 if you have the `getpagesize' function. */ 23/* Define to 1 if you have the `getpagesize' function. */
24#define HAVE_GETPAGESIZE 1 24#define HAVE_GETPAGESIZE 1
25 25
26/* Define to 1 if you have the `getrandom' function. */ 26/* Define to 1 if you have the `getrandom' function. */
27/* #define HAVE_GETRANDOM 1 */ 27/* #define HAVE_GETRANDOM 1 */
28 28
29/* Define to 1 if you have the <inttypes.h> header file. */ 29/* Define to 1 if you have the <inttypes.h> header file. */
30#define HAVE_INTTYPES_H 1 30#define HAVE_INTTYPES_H 1
31 31
32/* Define to 1 if you have the `bsd' library (-lbsd). */ 32/* Define to 1 if you have the `bsd' library (-lbsd). */
33/* #undef HAVE_LIBBSD */ 33/* #undef HAVE_LIBBSD */
34 34
35/* Define to 1 if you have a working `mmap' system call. */ 35/* Define to 1 if you have a working `mmap' system call. */
36#define HAVE_MMAP 1 36#define HAVE_MMAP 1
37 37
38/* Define to 1 if you have the <stdint.h> header file. */ 38/* Define to 1 if you have the <stdint.h> header file. */
39#define HAVE_STDINT_H 1 39#define HAVE_STDINT_H 1
40 40
41/* Define to 1 if you have the <stdio.h> header file. */ 41/* Define to 1 if you have the <stdio.h> header file. */
42#define HAVE_STDIO_H 1 42#define HAVE_STDIO_H 1
43 43
44/* Define to 1 if you have the <stdlib.h> header file. */ 44/* Define to 1 if you have the <stdlib.h> header file. */
45#define HAVE_STDLIB_H 1 45#define HAVE_STDLIB_H 1
46 46
47/* Define to 1 if you have the <strings.h> header file. */ 47/* Define to 1 if you have the <strings.h> header file. */
48#define HAVE_STRINGS_H 1 48#define HAVE_STRINGS_H 1
49 49
50/* Define to 1 if you have the <string.h> header file. */ 50/* Define to 1 if you have the <string.h> header file. */
51#define HAVE_STRING_H 1 51#define HAVE_STRING_H 1
52 52
53/* Define to 1 if you have `syscall' and `SYS_getrandom'. */ 53/* Define to 1 if you have `syscall' and `SYS_getrandom'. */
54#define HAVE_SYSCALL_GETRANDOM 1 54#define HAVE_SYSCALL_GETRANDOM 1
55 55
56/* Define to 1 if you have the <sys/param.h> header file. */ 56/* Define to 1 if you have the <sys/param.h> header file. */
57#define HAVE_SYS_PARAM_H 1 57#define HAVE_SYS_PARAM_H 1
58 58
59/* Define to 1 if you have the <sys/stat.h> header file. */ 59/* Define to 1 if you have the <sys/stat.h> header file. */
60#define HAVE_SYS_STAT_H 1 60#define HAVE_SYS_STAT_H 1
61 61
62/* Define to 1 if you have the <sys/types.h> header file. */ 62/* Define to 1 if you have the <sys/types.h> header file. */
63#define HAVE_SYS_TYPES_H 1 63#define HAVE_SYS_TYPES_H 1
64 64
65/* Define to 1 if you have the <unistd.h> header file. */ 65/* Define to 1 if you have the <unistd.h> header file. */
66#define HAVE_UNISTD_H 1 66#define HAVE_UNISTD_H 1
67 67
68/* Define to the sub-directory where libtool stores uninstalled libraries. */ 68/* Define to the sub-directory where libtool stores uninstalled libraries. */
69#define LT_OBJDIR ".libs/" 69#define LT_OBJDIR ".libs/"
70 70
71/* Name of package */ 71/* Name of package */
72#define PACKAGE "expat" 72#define PACKAGE "expat"
73 73
74/* Define to the address where bug reports for this package should be sent. */ 74/* Define to the address where bug reports for this package should be sent. */
75#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org" 75#define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
76 76
77/* Define to the full name of this package. */ 77/* Define to the full name of this package. */
78#define PACKAGE_NAME "expat" 78#define PACKAGE_NAME "expat"
79 79
80/* Define to the full name and version of this package. */ 80/* Define to the full name and version of this package. */
81#define PACKAGE_STRING "expat 2.4.6" 81#define PACKAGE_STRING "expat 2.4.6"
82 82
83/* Define to the one symbol short name of this package. */ 83/* Define to the one symbol short name of this package. */
84#define PACKAGE_TARNAME "expat" 84#define PACKAGE_TARNAME "expat"
85 85
86/* Define to the home page for this package. */ 86/* Define to the home page for this package. */
87#define PACKAGE_URL "" 87#define PACKAGE_URL ""
88 88
89/* Define to the version of this package. */ 89/* Define to the version of this package. */
90#define PACKAGE_VERSION "2.4.6" 90#define PACKAGE_VERSION "2.4.6"
91 91
92/* Define to 1 if all of the C90 standard headers exist (not just the ones 92/* Define to 1 if all of the C90 standard headers exist (not just the ones
93 required in a freestanding environment). This macro is provided for 93 required in a freestanding environment). This macro is provided for
94 backward compatibility; new code need not use it. */ 94 backward compatibility; new code need not use it. */
95#define STDC_HEADERS 1 95#define STDC_HEADERS 1
96 96
97/* Version number of package */ 97/* Version number of package */
98#define VERSION "2.4.6" 98#define VERSION "2.4.6"
99 99
100/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most 100/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
101 significant byte first (like Motorola and SPARC, unlike Intel). */ 101 significant byte first (like Motorola and SPARC, unlike Intel). */
102#if 0 
103#if defined AC_APPLE_UNIVERSAL_BUILD 102#if defined AC_APPLE_UNIVERSAL_BUILD
104# if defined __BIG_ENDIAN__ 103# if defined __BIG_ENDIAN__
105# define WORDS_BIGENDIAN 1 104# define WORDS_BIGENDIAN 1
106# endif 105# endif
107#else 106#else
108# ifndef WORDS_BIGENDIAN 107# ifndef WORDS_BIGENDIAN
109/* # undef WORDS_BIGENDIAN */ 108/* # undef WORDS_BIGENDIAN */
110# endif 109# endif
111#endif 110#endif
112#endif 111#endif
113 112
114/* Define to allow retrieving the byte offsets for attribute names and values. 113/* Define to allow retrieving the byte offsets for attribute names and values.
115 */ 114 */
116/* #undef XML_ATTR_INFO */ 115/* #undef XML_ATTR_INFO */
117 116
118/* Define to specify how much context to retain around the current parse 117/* Define to specify how much context to retain around the current parse
119 point. */ 118 point. */
120#define XML_CONTEXT_BYTES 1024 119#define XML_CONTEXT_BYTES 1024
121 120
122/* Define to include code reading entropy from `/dev/urandom'. */ 121/* Define to include code reading entropy from `/dev/urandom'. */
123#define XML_DEV_URANDOM 1 122#define XML_DEV_URANDOM 1
124 123
125/* Define to make parameter entity parsing functionality available. */ 124/* Define to make parameter entity parsing functionality available. */
126#define XML_DTD 1 125#define XML_DTD 1
127 126
128/* Define to make XML Namespaces functionality available. */ 127/* Define to make XML Namespaces functionality available. */
129#define XML_NS 1 128#define XML_NS 1
130 129
131/* Define to empty if `const' does not conform to ANSI C. */ 130/* Define to empty if `const' does not conform to ANSI C. */
132/* #undef const */ 131/* #undef const */
133 132
134/* Define to `long int' if <sys/types.h> does not define. */ 133/* Define to `long int' if <sys/types.h> does not define. */
135/* #undef off_t */ 134/* #undef off_t */
136 135
137/* Define to `unsigned int' if <sys/types.h> does not define. */ 136/* Define to `unsigned int' if <sys/types.h> does not define. */
138/* #undef size_t */ 137/* #undef size_t */