expat_config.h 2.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. /* expat_config.h.in. Generated from configure.in by autoheader. */
  2. /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
  3. #define BYTEORDER 1234
  4. /* Define to 1 if you have the `bcopy' function. */
  5. #define HAVE_BCOPY
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #define HAVE_DLFCN_H
  8. /* Define to 1 if you have the <fcntl.h> header file. */
  9. #define HAVE_FCNTL_H
  10. /* Define to 1 if you have the `getpagesize' function. */
  11. #define HAVE_GETPAGESIZE
  12. /* Define to 1 if you have the <inttypes.h> header file. */
  13. #define HAVE_INTTYPES_H
  14. /* Define to 1 if you have the `memmove' function. */
  15. #define HAVE_MEMMOVE
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #define HAVE_MEMORY_H
  18. /* Define to 1 if you have a working `mmap' system call. */
  19. #define HAVE_MMAP
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #define HAVE_STDINT_H
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #define HAVE_STDLIB_H
  24. /* Define to 1 if you have the <strings.h> header file. */
  25. #define HAVE_STRINGS_H
  26. /* Define to 1 if you have the <string.h> header file. */
  27. #define HAVE_STRING_H
  28. /* Define to 1 if you have the <sys/stat.h> header file. */
  29. #define HAVE_SYS_STAT_H
  30. /* Define to 1 if you have the <sys/types.h> header file. */
  31. #define HAVE_SYS_TYPES_H
  32. /* Define to 1 if you have the <unistd.h> header file. */
  33. #define HAVE_UNISTD_H
  34. /* Define to 1 if you have the ANSI C header files. */
  35. #define STDC_HEADERS
  36. /* whether byteorder is bigendian */
  37. /* #undef WORDS_BIGENDIAN */
  38. /* Define to specify how much context to retain around the current parse
  39. point. */
  40. #define XML_CONTEXT_BYTES 1024
  41. /* Define to make parameter entity parsing functionality available. */
  42. /* #undef XML_DTD */
  43. /* Define to make XML Namespaces functionality available. */
  44. /* #undef XML_NS */
  45. /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
  46. #ifdef _MSC_VER
  47. # define __func__ __FUNCTION__
  48. #endif
  49. /* Define to `long' if <sys/types.h> does not define. */
  50. /* #undef off_t */
  51. /* Define to `unsigned' if <sys/types.h> does not define. */
  52. /* #undef size_t */