config.h.in 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define if building universal (internal helper macro) */
  3. #undef AC_APPLE_UNIVERSAL_BUILD
  4. /* Architecture is PowerPC */
  5. #undef ARCH_PPC
  6. /* Architecture is x86 */
  7. #undef ARCH_X86
  8. /* Architecture is x86-64 */
  9. #undef ARCH_X86_64
  10. /* Use the Apple OpenGL framework. */
  11. #undef HAVE_APPLE_OPENGL_FRAMEWORK
  12. /* Define to 1 if you have the <dlfcn.h> header file. */
  13. #undef HAVE_DLFCN_H
  14. /* Define to 1 if you have the <GL/glext.h> header file. */
  15. #undef HAVE_GL_GLEXT_H
  16. /* Define to 1 if you have the <GL/glut.h> header file. */
  17. #undef HAVE_GL_GLUT_H
  18. /* Define to 1 if you have the <GL/glu.h> header file. */
  19. #undef HAVE_GL_GLU_H
  20. /* Define to 1 if you have the <GL/gl.h> header file. */
  21. #undef HAVE_GL_GL_H
  22. /* Define to 1 if you have the <inttypes.h> header file. */
  23. #undef HAVE_INTTYPES_H
  24. /* Define to 1 if you have the <memory.h> header file. */
  25. #undef HAVE_MEMORY_H
  26. /* Define to 1 if you have the <stdint.h> header file. */
  27. #undef HAVE_STDINT_H
  28. /* Define to 1 if you have the <stdlib.h> header file. */
  29. #undef HAVE_STDLIB_H
  30. /* Define to 1 if you have the <strings.h> header file. */
  31. #undef HAVE_STRINGS_H
  32. /* Define to 1 if you have the <string.h> header file. */
  33. #undef HAVE_STRING_H
  34. /* Define to 1 if you have the <sys/stat.h> header file. */
  35. #undef HAVE_SYS_STAT_H
  36. /* Define to 1 if you have the <sys/types.h> header file. */
  37. #undef HAVE_SYS_TYPES_H
  38. /* Define to 1 if you have the <unistd.h> header file. */
  39. #undef HAVE_UNISTD_H
  40. /* Define to the sub-directory in which libtool stores uninstalled libraries.
  41. */
  42. #undef LT_OBJDIR
  43. /* Define to 1 if your C compiler doesn't accept -c and -o together. */
  44. #undef NO_MINUS_C_MINUS_O
  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 home page for this package. */
  56. #undef PACKAGE_URL
  57. /* Define to the version of this package. */
  58. #undef PACKAGE_VERSION
  59. /* Platform is Apple */
  60. #undef PLATFORM_APPLE
  61. /* Platform is Linux */
  62. #undef PLATFORM_LINUX
  63. /* Platform is Win32 */
  64. #undef PLATFORM_WIN32
  65. /* Define to 1 if you have the ANSI C header files. */
  66. #undef STDC_HEADERS
  67. /* Version number of package */
  68. #undef VERSION
  69. /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
  70. significant byte first (like Motorola and SPARC, unlike Intel). */
  71. #if defined AC_APPLE_UNIVERSAL_BUILD
  72. # if defined __BIG_ENDIAN__
  73. # define WORDS_BIGENDIAN 1
  74. # endif
  75. #else
  76. # ifndef WORDS_BIGENDIAN
  77. # undef WORDS_BIGENDIAN
  78. # endif
  79. #endif