expat_config.h.cmake 2.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091
  1. /* expat_config.h.in. Generated from configure.in by autoheader. */
  2. /* 1234 = LIL_ENDIAN, 4321 = BIGENDIAN */
  3. #cmakedefine BYTEORDER @BYTEORDER@
  4. /* Define to 1 if you have the `bcopy' function. */
  5. #cmakedefine HAVE_BCOPY
  6. /* Define to 1 if you have the <dlfcn.h> header file. */
  7. #cmakedefine HAVE_DLFCN_H
  8. /* Define to 1 if you have the <fcntl.h> header file. */
  9. #cmakedefine HAVE_FCNTL_H
  10. /* Define to 1 if you have the `getpagesize' function. */
  11. #cmakedefine HAVE_GETPAGESIZE
  12. /* Define to 1 if you have the <inttypes.h> header file. */
  13. #cmakedefine HAVE_INTTYPES_H
  14. /* Define to 1 if you have the `memmove' function. */
  15. #cmakedefine HAVE_MEMMOVE
  16. /* Define to 1 if you have the <memory.h> header file. */
  17. #cmakedefine HAVE_MEMORY_H
  18. /* Define to 1 if you have a working `mmap' system call. */
  19. #cmakedefine HAVE_MMAP
  20. /* Define to 1 if you have the <stdint.h> header file. */
  21. #cmakedefine HAVE_STDINT_H
  22. /* Define to 1 if you have the <stdlib.h> header file. */
  23. #cmakedefine HAVE_STDLIB_H
  24. /* Define to 1 if you have the <strings.h> header file. */
  25. #cmakedefine HAVE_STRINGS_H
  26. /* Define to 1 if you have the <string.h> header file. */
  27. #cmakedefine HAVE_STRING_H
  28. /* Define to 1 if you have the <sys/stat.h> header file. */
  29. #cmakedefine HAVE_SYS_STAT_H
  30. /* Define to 1 if you have the <sys/types.h> header file. */
  31. #cmakedefine HAVE_SYS_TYPES_H
  32. /* Define to 1 if you have the <unistd.h> header file. */
  33. #cmakedefine HAVE_UNISTD_H
  34. /* Define to the address where bug reports for this package should be sent. */
  35. #cmakedefine PACKAGE_BUGREPORT
  36. /* Define to the full name of this package. */
  37. #cmakedefine PACKAGE_NAME
  38. /* Define to the full name and version of this package. */
  39. #cmakedefine PACKAGE_STRING
  40. /* Define to the one symbol short name of this package. */
  41. #cmakedefine PACKAGE_TARNAME
  42. /* Define to the version of this package. */
  43. #cmakedefine PACKAGE_VERSION
  44. /* Define to 1 if you have the ANSI C header files. */
  45. #cmakedefine STDC_HEADERS
  46. /* whether byteorder is bigendian */
  47. #cmakedefine WORDS_BIGENDIAN
  48. /* Define to specify how much context to retain around the current parse
  49. point. */
  50. #cmakedefine XML_CONTEXT_BYTES @XML_CONTEXT_BYTES@
  51. /* Define to make parameter entity parsing functionality available. */
  52. #cmakedefine XML_DTD
  53. /* Define to make XML Namespaces functionality available. */
  54. #cmakedefine XML_NS
  55. /* Define to __FUNCTION__ or "" if `__func__' does not conform to ANSI C. */
  56. #ifdef _MSC_VER
  57. # define __func__ __FUNCTION__
  58. #endif
  59. /* Define to `long' if <sys/types.h> does not define. */
  60. #cmakedefine off_t @OFF_T@
  61. /* Define to `unsigned' if <sys/types.h> does not define. */
  62. #cmakedefine size_t @SIZE_T@