config.in 2.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394
  1. /* config.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 <ctype.h> header file. */
  5. #undef HAVE_CTYPE_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 <stddef.h> header file. */
  11. #undef HAVE_STDDEF_H
  12. /* Define to 1 if you have the <stdint.h> header file. */
  13. #undef HAVE_STDINT_H
  14. /* Define to 1 if you have the <stdio.h> header file. */
  15. #undef HAVE_STDIO_H
  16. /* Define to 1 if you have the <stdlib.h> header file. */
  17. #undef HAVE_STDLIB_H
  18. /* Define to 1 if you have the <strings.h> header file. */
  19. #undef HAVE_STRINGS_H
  20. /* Define to 1 if you have the <string.h> header file. */
  21. #undef HAVE_STRING_H
  22. /* Define to 1 if you have the <sys/stat.h> header file. */
  23. #undef HAVE_SYS_STAT_H
  24. /* Define to 1 if you have the <sys/types.h> header file. */
  25. #undef HAVE_SYS_TYPES_H
  26. /* Define to 1 if you have the <unistd.h> header file. */
  27. #undef HAVE_UNISTD_H
  28. /* Define to the address where bug reports for this package should be sent. */
  29. #undef PACKAGE_BUGREPORT
  30. /* Define to the full name of this package. */
  31. #undef PACKAGE_NAME
  32. /* Define to the full name and version of this package. */
  33. #undef PACKAGE_STRING
  34. /* Define to the one symbol short name of this package. */
  35. #undef PACKAGE_TARNAME
  36. /* Define to the home page for this package. */
  37. #undef PACKAGE_URL
  38. /* Define to the version of this package. */
  39. #undef PACKAGE_VERSION
  40. /* The size of `char', as computed by sizeof. */
  41. #undef SIZEOF_CHAR
  42. /* The size of `int', as computed by sizeof. */
  43. #undef SIZEOF_INT
  44. /* The size of `long', as computed by sizeof. */
  45. #undef SIZEOF_LONG
  46. /* The size of `short', as computed by sizeof. */
  47. #undef SIZEOF_SHORT
  48. /* The size of `void *', as computed by sizeof. */
  49. #undef SIZEOF_VOID_P
  50. /* Define to 1 if you have the ANSI C header files. */
  51. #undef STDC_HEADERS
  52. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  53. significant byte first (like Motorola and SPARC, unlike Intel). */
  54. #if defined AC_APPLE_UNIVERSAL_BUILD
  55. # if defined __BIG_ENDIAN__
  56. # define WORDS_BIGENDIAN 1
  57. # endif
  58. #else
  59. # ifndef WORDS_BIGENDIAN
  60. # undef WORDS_BIGENDIAN
  61. # endif
  62. #endif
  63. /* Define to empty if `const' does not conform to ANSI C. */
  64. #undef const
  65. /* Define to `long int' if <sys/types.h> does not define. */
  66. #undef off_t