config.h.in 2.2 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586
  1. /* xml/config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Define to 1 if you have the <dlfcn.h> header file. */
  5. #undef HAVE_DLFCN_H
  6. /* Define to 1 if you have the <inttypes.h> header file. */
  7. #undef HAVE_INTTYPES_H
  8. /* Define to 1 if you have the <memory.h> header file. */
  9. #undef HAVE_MEMORY_H
  10. /* Define to 1 if you have the <stdint.h> header file. */
  11. #undef HAVE_STDINT_H
  12. /* Define to 1 if you have the <stdlib.h> header file. */
  13. #undef HAVE_STDLIB_H
  14. /* Define to 1 if you have the <strings.h> header file. */
  15. #undef HAVE_STRINGS_H
  16. /* Define to 1 if you have the <string.h> header file. */
  17. #undef HAVE_STRING_H
  18. /* Define to 1 if you have the <sys/stat.h> header file. */
  19. #undef HAVE_SYS_STAT_H
  20. /* Define to 1 if you have the <sys/types.h> header file. */
  21. #undef HAVE_SYS_TYPES_H
  22. /* Define to 1 if you have the <unistd.h> header file. */
  23. #undef HAVE_UNISTD_H
  24. /* 1234 = little, 4321 = big */
  25. #undef LIBSTUDXML_BYTEORDER
  26. /* Use external expat. */
  27. #undef LIBSTUDXML_EXTERNAL_EXPAT
  28. /* Static library interface. */
  29. #undef LIBSTUDXML_STATIC_LIB
  30. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  31. */
  32. #undef LT_OBJDIR
  33. /* Name of package */
  34. #undef PACKAGE
  35. /* Define to the address where bug reports for this package should be sent. */
  36. #undef PACKAGE_BUGREPORT
  37. /* Define to the full name of this package. */
  38. #undef PACKAGE_NAME
  39. /* Define to the full name and version of this package. */
  40. #undef PACKAGE_STRING
  41. /* Define to the one symbol short name of this package. */
  42. #undef PACKAGE_TARNAME
  43. /* Define to the home page for this package. */
  44. #undef PACKAGE_URL
  45. /* Define to the version of this package. */
  46. #undef PACKAGE_VERSION
  47. /* Define to 1 if you have the ANSI C header files. */
  48. #undef STDC_HEADERS
  49. /* Version number of package */
  50. #undef VERSION
  51. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  52. significant byte first (like Motorola and SPARC, unlike Intel). */
  53. #if defined AC_APPLE_UNIVERSAL_BUILD
  54. # if defined __BIG_ENDIAN__
  55. # define WORDS_BIGENDIAN 1
  56. # endif
  57. #else
  58. # ifndef WORDS_BIGENDIAN
  59. # undef WORDS_BIGENDIAN
  60. # endif
  61. #endif