SAX based XML parser

Dependents:   giken9_HTMLServer_Temp_Sample

Committer:
andrewbonney
Date:
Thu May 26 10:03:14 2011 +0000
Revision:
1:e96b2af301dd
Parent:
0:07919e3d6c56
Update to reduce buffer sizes

Who changed what in which revision?

UserRevisionLine numberNew contents of line
andrewbonney 0:07919e3d6c56 1 /* expat_config.h. Generated from expat_config.h.in by configure. */
andrewbonney 0:07919e3d6c56 2 /* expat_config.h.in. Generated from configure.in by autoheader. */
andrewbonney 0:07919e3d6c56 3
andrewbonney 0:07919e3d6c56 4 /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
andrewbonney 0:07919e3d6c56 5 #define BYTEORDER 1234
andrewbonney 0:07919e3d6c56 6
andrewbonney 0:07919e3d6c56 7 /* Define to 1 if you have the `bcopy' function. */
andrewbonney 0:07919e3d6c56 8 #define HAVE_BCOPY 1
andrewbonney 0:07919e3d6c56 9
andrewbonney 0:07919e3d6c56 10 /* Define to 1 if you have the <dlfcn.h> header file. */
andrewbonney 0:07919e3d6c56 11 #define HAVE_DLFCN_H 1
andrewbonney 0:07919e3d6c56 12
andrewbonney 0:07919e3d6c56 13 /* Define to 1 if you have the <fcntl.h> header file. */
andrewbonney 0:07919e3d6c56 14 #define HAVE_FCNTL_H 1
andrewbonney 0:07919e3d6c56 15
andrewbonney 0:07919e3d6c56 16 /* Define to 1 if you have the `getpagesize' function. */
andrewbonney 0:07919e3d6c56 17 #define HAVE_GETPAGESIZE 1
andrewbonney 0:07919e3d6c56 18
andrewbonney 0:07919e3d6c56 19 /* Define to 1 if you have the <inttypes.h> header file. */
andrewbonney 0:07919e3d6c56 20 #define HAVE_INTTYPES_H 1
andrewbonney 0:07919e3d6c56 21
andrewbonney 0:07919e3d6c56 22 /* Define to 1 if you have the `memmove' function. */
andrewbonney 0:07919e3d6c56 23 #define HAVE_MEMMOVE 1
andrewbonney 0:07919e3d6c56 24
andrewbonney 0:07919e3d6c56 25 /* Define to 1 if you have the <memory.h> header file. */
andrewbonney 0:07919e3d6c56 26 #define HAVE_MEMORY_H 1
andrewbonney 0:07919e3d6c56 27
andrewbonney 0:07919e3d6c56 28 /* Define to 1 if you have a working `mmap' system call. */
andrewbonney 0:07919e3d6c56 29 /* #undef HAVE_MMAP */
andrewbonney 0:07919e3d6c56 30
andrewbonney 0:07919e3d6c56 31 /* Define to 1 if you have the <stdint.h> header file. */
andrewbonney 0:07919e3d6c56 32 #define HAVE_STDINT_H 1
andrewbonney 0:07919e3d6c56 33
andrewbonney 0:07919e3d6c56 34 /* Define to 1 if you have the <stdlib.h> header file. */
andrewbonney 0:07919e3d6c56 35 #define HAVE_STDLIB_H 1
andrewbonney 0:07919e3d6c56 36
andrewbonney 0:07919e3d6c56 37 /* Define to 1 if you have the <strings.h> header file. */
andrewbonney 0:07919e3d6c56 38 #define HAVE_STRINGS_H 1
andrewbonney 0:07919e3d6c56 39
andrewbonney 0:07919e3d6c56 40 /* Define to 1 if you have the <string.h> header file. */
andrewbonney 0:07919e3d6c56 41 #define HAVE_STRING_H 1
andrewbonney 0:07919e3d6c56 42
andrewbonney 0:07919e3d6c56 43 /* Define to 1 if you have the <sys/stat.h> header file. */
andrewbonney 0:07919e3d6c56 44 #define HAVE_SYS_STAT_H 1
andrewbonney 0:07919e3d6c56 45
andrewbonney 0:07919e3d6c56 46 /* Define to 1 if you have the <sys/types.h> header file. */
andrewbonney 0:07919e3d6c56 47 #define HAVE_SYS_TYPES_H 1
andrewbonney 0:07919e3d6c56 48
andrewbonney 0:07919e3d6c56 49 /* Define to 1 if you have the <unistd.h> header file. */
andrewbonney 0:07919e3d6c56 50 #define HAVE_UNISTD_H 1
andrewbonney 0:07919e3d6c56 51
andrewbonney 0:07919e3d6c56 52 /* Define to the address where bug reports for this package should be sent. */
andrewbonney 0:07919e3d6c56 53 #define PACKAGE_BUGREPORT "expat-bugs@libexpat.org"
andrewbonney 0:07919e3d6c56 54
andrewbonney 0:07919e3d6c56 55 /* Define to the full name of this package. */
andrewbonney 0:07919e3d6c56 56 #define PACKAGE_NAME "expat"
andrewbonney 0:07919e3d6c56 57
andrewbonney 0:07919e3d6c56 58 /* Define to the full name and version of this package. */
andrewbonney 0:07919e3d6c56 59 #define PACKAGE_STRING "expat 2.0.1"
andrewbonney 0:07919e3d6c56 60
andrewbonney 0:07919e3d6c56 61 /* Define to the one symbol short name of this package. */
andrewbonney 0:07919e3d6c56 62 #define PACKAGE_TARNAME "expat"
andrewbonney 0:07919e3d6c56 63
andrewbonney 0:07919e3d6c56 64 /* Define to the version of this package. */
andrewbonney 0:07919e3d6c56 65 #define PACKAGE_VERSION "2.0.1"
andrewbonney 0:07919e3d6c56 66
andrewbonney 0:07919e3d6c56 67 /* Define to 1 if you have the ANSI C header files. */
andrewbonney 0:07919e3d6c56 68 #define STDC_HEADERS 1
andrewbonney 0:07919e3d6c56 69
andrewbonney 0:07919e3d6c56 70 /* whether byteorder is bigendian */
andrewbonney 0:07919e3d6c56 71 /* #undef WORDS_BIGENDIAN */
andrewbonney 0:07919e3d6c56 72
andrewbonney 0:07919e3d6c56 73 /* Define to specify how much context to retain around the current parse
andrewbonney 0:07919e3d6c56 74 point. */
andrewbonney 0:07919e3d6c56 75 #define XML_CONTEXT_BYTES 1024
andrewbonney 0:07919e3d6c56 76
andrewbonney 0:07919e3d6c56 77 /* Define to make parameter entity parsing functionality available. */
andrewbonney 0:07919e3d6c56 78 //#define XML_DTD 1
andrewbonney 0:07919e3d6c56 79
andrewbonney 0:07919e3d6c56 80 /* Define to make XML Namespaces functionality available. */
andrewbonney 0:07919e3d6c56 81 //#define XML_NS 1
andrewbonney 0:07919e3d6c56 82
andrewbonney 0:07919e3d6c56 83 /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
andrewbonney 0:07919e3d6c56 84 /* #undef __func__ */
andrewbonney 0:07919e3d6c56 85
andrewbonney 0:07919e3d6c56 86 /* Define to empty if `const' does not conform to ANSI C. */
andrewbonney 0:07919e3d6c56 87 /* #undef const */
andrewbonney 0:07919e3d6c56 88
andrewbonney 0:07919e3d6c56 89 /* Define to `long' if <sys/types.h> does not define. */
andrewbonney 0:07919e3d6c56 90 /* #undef off_t */
andrewbonney 0:07919e3d6c56 91
andrewbonney 0:07919e3d6c56 92 /* Define to `unsigned' if <sys/types.h> does not define. */
andrewbonney 0:07919e3d6c56 93 /* #undef size_t */