Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(463)

Side by Side Diff: third_party/expat/files/lib/amigaconfig.h

Issue 2761253002: Update expat to 2.2.0 to fix CVE vulnerability. (Closed)
Patch Set: update README.chromium Created 3 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « third_party/expat/files/README ('k') | third_party/expat/files/lib/expat.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 #ifndef AMIGACONFIG_H 1 #ifndef AMIGACONFIG_H
2 #define AMIGACONFIG_H 2 #define AMIGACONFIG_H
3 3
4 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */ 4 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
5 #define BYTEORDER 4321 5 #define BYTEORDER 4321
6 6
7 /* Define to 1 if you have the `bcopy' function. */ 7 /* Define to 1 if you have the `bcopy' function. */
8 #define HAVE_BCOPY 1 8 #define HAVE_BCOPY 1
9 9
10 /* Define to 1 if you have the <check.h> header file. */
11 #undef HAVE_CHECK_H
12
13 /* Define to 1 if you have the `memmove' function. */ 10 /* Define to 1 if you have the `memmove' function. */
14 #define HAVE_MEMMOVE 1 11 #define HAVE_MEMMOVE 1
15 12
16 /* Define to 1 if you have the <unistd.h> header file. */ 13 /* Define to 1 if you have the <unistd.h> header file. */
17 #define HAVE_UNISTD_H 1 14 #define HAVE_UNISTD_H 1
18 15
19 /* whether byteorder is bigendian */ 16 /* whether byteorder is bigendian */
20 #define WORDS_BIGENDIAN 17 #define WORDS_BIGENDIAN
21 18
22 /* Define to specify how much context to retain around the current parse 19 /* Define to specify how much context to retain around the current parse
23 point. */ 20 point. */
24 #define XML_CONTEXT_BYTES 1024 21 #define XML_CONTEXT_BYTES 1024
25 22
26 /* Define to make parameter entity parsing functionality available. */ 23 /* Define to make parameter entity parsing functionality available. */
27 #define XML_DTD 24 #define XML_DTD
28 25
29 /* Define to make XML Namespaces functionality available. */ 26 /* Define to make XML Namespaces functionality available. */
30 #define XML_NS 27 #define XML_NS
31 28
32 #endif /* AMIGACONFIG_H */ 29 #endif /* AMIGACONFIG_H */
OLDNEW
« no previous file with comments | « third_party/expat/files/README ('k') | third_party/expat/files/lib/expat.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698