config.h.in 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Architecture is PowerPC */
  3. #undef ARCH_PPC
  4. /* Architecture is x86 */
  5. #undef ARCH_X86
  6. /* Architecture is x86-64 */
  7. #undef ARCH_X86_64
  8. /* Define when compiling for MacOS/X */
  9. #undef CS_PLATFORM_MACOSX
  10. /* Define when compiling for Unix and Unix-like (i.e. MacOS/X) */
  11. #undef CS_PLATFORM_UNIX
  12. /* Define when compiling for Win32 */
  13. #undef CS_PLATFORM_WIN32
  14. /* Define to 1 if you have the <dlfcn.h> header file. */
  15. #undef HAVE_DLFCN_H
  16. /* Define to 1 if you have the <inttypes.h> header file. */
  17. #undef HAVE_INTTYPES_H
  18. /* Define to 1 if you have the `mx' library (-lmx). */
  19. #undef HAVE_LIBMX
  20. /* Define to 1 if you have the `nsl' library (-lnsl). */
  21. #undef HAVE_LIBNSL
  22. /* Define to 1 if you have the <memory.h> header file. */
  23. #undef HAVE_MEMORY_H
  24. /* Define to 1 if you have the <stdint.h> header file. */
  25. #undef HAVE_STDINT_H
  26. /* Define to 1 if you have the <stdlib.h> header file. */
  27. #undef HAVE_STDLIB_H
  28. /* Define to 1 if you have the <strings.h> header file. */
  29. #undef HAVE_STRINGS_H
  30. /* Define to 1 if you have the <string.h> header file. */
  31. #undef HAVE_STRING_H
  32. /* Define to 1 if you have the <sys/stat.h> header file. */
  33. #undef HAVE_SYS_STAT_H
  34. /* Define to 1 if you have the <sys/types.h> header file. */
  35. #undef HAVE_SYS_TYPES_H
  36. /* Whether the int32 type is available */
  37. #undef HAVE_TYPE_INT32
  38. /* Define to 1 if you have the <unistd.h> header file. */
  39. #undef HAVE_UNISTD_H
  40. /* Define to 1 if you have the <windows.h> header file. */
  41. #undef HAVE_WINDOWS_H
  42. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  43. */
  44. #undef LT_OBJDIR
  45. /* Name of package */
  46. #undef PACKAGE
  47. /* Define to the address where bug reports for this package should be sent. */
  48. #undef PACKAGE_BUGREPORT
  49. /* Define to the full name of this package. */
  50. #undef PACKAGE_NAME
  51. /* Define to the full name and version of this package. */
  52. #undef PACKAGE_STRING
  53. /* Define to the one symbol short name of this package. */
  54. #undef PACKAGE_TARNAME
  55. /* Define to the version of this package. */
  56. #undef PACKAGE_VERSION
  57. /* Platform is Apple */
  58. #undef PLATFORM_APPLE
  59. /* Platform is Linux */
  60. #undef PLATFORM_LINUX
  61. /* Platform is Win32 */
  62. #undef PLATFORM_WIN32
  63. /* Define to 1 if you have the ANSI C header files. */
  64. #undef STDC_HEADERS
  65. /* Version number of package */
  66. #undef VERSION
  67. /* Define to 1 if your processor stores words with the most significant byte
  68. first (like Motorola and SPARC, unlike Intel and VAX). */
  69. #undef WORDS_BIGENDIAN
  70. /* Define to 1 if the X Window System is missing or not being used. */
  71. #undef X_DISPLAY_MISSING
  72. /* Avoid problem caused by missing <Carbon/CarbonSound.h> */
  73. #undef __CARBONSOUND__