config.h.in
上传用户:center1979
上传日期:2022-07-26
资源大小:50633k
文件大小:6k
源码类别:

OpenGL

开发平台:

Visual C++

  1. /* config.h.in.  Generated from configure.in by autoheader.  */
  2. /* Use Cairo for Splash */
  3. #undef CAIRO
  4. /* Are we debugging ? */
  5. #undef DEBUG
  6. /* Define to 1 if translation of program messages to the user's native
  7.    language is requested. */
  8. #undef ENABLE_NLS
  9. /* Use Gnome Flag */
  10. #undef GNOME
  11. /* Define to 1 if you have the <byteswap.h> header file. */
  12. #undef HAVE_BYTESWAP_H
  13. /* Define to 1 if you have the <Carbon/Carbon.h> header file. */
  14. #undef HAVE_CARBON_CARBON_H
  15. /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
  16.    CoreFoundation framework. */
  17. #undef HAVE_CFLOCALECOPYCURRENT
  18. /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
  19.    the CoreFoundation framework. */
  20. #undef HAVE_CFPREFERENCESCOPYAPPVALUE
  21. /* Define if you have the CoreAudio API */
  22. #undef HAVE_COREAUDIO
  23. /* Define to 1 if you have the <crt_externs.h> header file. */
  24. #undef HAVE_CRT_EXTERNS_H
  25. /* Defines if your system has the crypt function */
  26. #undef HAVE_CRYPT
  27. /* Define if the GNU dcgettext() function is already present or preinstalled.
  28.    */
  29. #undef HAVE_DCGETTEXT
  30. /* Define to 1 if you have the <dlfcn.h> header file. */
  31. #undef HAVE_DLFCN_H
  32. /* Define if the GNU gettext() function is already present or preinstalled. */
  33. #undef HAVE_GETTEXT
  34. /* Define to 1 if you have the <GL/glut.h> header file. */
  35. #undef HAVE_GL_GLUT_H
  36. /* Define to 1 if you have the <GL/glu.h> header file. */
  37. #undef HAVE_GL_GLU_H
  38. /* Define to 1 if you have the <GL/gl.h> header file. */
  39. #undef HAVE_GL_GL_H
  40. /* Define if you have the iconv() function and it works. */
  41. #undef HAVE_ICONV
  42. /* Define to 1 if you have the <inttypes.h> header file. */
  43. #undef HAVE_INTTYPES_H
  44. /* Define to 1 if you have the `GL' library (-lGL). */
  45. #undef HAVE_LIBGL
  46. /* Define to 1 if you have the `GLU' library (-lGLU). */
  47. #undef HAVE_LIBGLU
  48. /* Define to 1 if you have the `glut' library (-lglut). */
  49. #undef HAVE_LIBGLUT
  50. /* Define to 1 if you have the `jpeg' library (-ljpeg). */
  51. #undef HAVE_LIBJPEG
  52. /* Define to 1 if you have the `MesaGL' library (-lMesaGL). */
  53. #undef HAVE_LIBMESAGL
  54. /* Define to 1 if you have the `MesaGLU' library (-lMesaGLU). */
  55. #undef HAVE_LIBMESAGLU
  56. /* Define to 1 if you have the `png' library (-lpng). */
  57. #undef HAVE_LIBPNG
  58. /* Define if you have a working libpthread (will enable threaded code) */
  59. #undef HAVE_LIBPTHREAD
  60. /* Define if you have libz */
  61. #undef HAVE_LIBZ
  62. /* Define to 1 if you have the <memory.h> header file. */
  63. #undef HAVE_MEMORY_H
  64. /* Define if your system needs _NSGetEnviron to set up the environment */
  65. #undef HAVE_NSGETENVIRON
  66. /* Define if you have res_init */
  67. #undef HAVE_RES_INIT
  68. /* Define if you have the res_init prototype */
  69. #undef HAVE_RES_INIT_PROTO
  70. /* Define if you have a STL implementation by SGI */
  71. #undef HAVE_SGI_STL
  72. /* Define to 1 if you have the `snprintf' function. */
  73. #undef HAVE_SNPRINTF
  74. /* Define to 1 if you have the <stdint.h> header file. */
  75. #undef HAVE_STDINT_H
  76. /* Define to 1 if you have the <stdlib.h> header file. */
  77. #undef HAVE_STDLIB_H
  78. /* Define to 1 if you have the <strings.h> header file. */
  79. #undef HAVE_STRINGS_H
  80. /* Define to 1 if you have the <string.h> header file. */
  81. #undef HAVE_STRING_H
  82. /* Define to 1 if you have the <sys/bitypes.h> header file. */
  83. #undef HAVE_SYS_BITYPES_H
  84. /* Define to 1 if you have the <sys/stat.h> header file. */
  85. #undef HAVE_SYS_STAT_H
  86. /* Define to 1 if you have the <sys/types.h> header file. */
  87. #undef HAVE_SYS_TYPES_H
  88. /* Define to 1 if you have the <unistd.h> header file. */
  89. #undef HAVE_UNISTD_H
  90. /* Define to 1 if you have the `vsnprintf' function. */
  91. #undef HAVE_VSNPRINTF
  92. /* Suffix for lib directories */
  93. #undef KDELIBSUFF
  94. /* Name of package */
  95. #undef PACKAGE
  96. /* Define to the address where bug reports for this package should be sent. */
  97. #undef PACKAGE_BUGREPORT
  98. /* Define to the full name of this package. */
  99. #undef PACKAGE_NAME
  100. /* Define to the full name and version of this package. */
  101. #undef PACKAGE_STRING
  102. /* Define to the one symbol short name of this package. */
  103. #undef PACKAGE_TARNAME
  104. /* Define to the version of this package. */
  105. #undef PACKAGE_VERSION
  106. /* The size of `char *', as computed by sizeof. */
  107. #undef SIZEOF_CHAR_P
  108. /* The size of `int', as computed by sizeof. */
  109. #undef SIZEOF_INT
  110. /* The size of `long', as computed by sizeof. */
  111. #undef SIZEOF_LONG
  112. /* The size of `short', as computed by sizeof. */
  113. #undef SIZEOF_SHORT
  114. /* Define to 1 if you have the ANSI C header files. */
  115. #undef STDC_HEADERS
  116. /* Use OGG Theora for video */
  117. #undef THEORA
  118. /* Version number of package */
  119. #undef VERSION
  120. /* Defined if compiling without arts */
  121. #undef WITHOUT_ARTS
  122. /* Define to 1 if your processor stores words with the most significant byte
  123.    first (like Motorola and SPARC, unlike Intel and VAX). */
  124. #undef WORDS_BIGENDIAN
  125. /* Define to 1 if the X Window System is missing or not being used. */
  126. #undef X_DISPLAY_MISSING
  127. /*
  128.  * jpeg.h needs HAVE_BOOLEAN, when the system uses boolean in system
  129.  * headers and I'm too lazy to write a configure test as long as only
  130.  * unixware is related
  131.  */
  132. #ifdef _UNIXWARE
  133. #define HAVE_BOOLEAN
  134. #endif
  135. /*
  136.  * AIX defines FD_SET in terms of bzero, but fails to include <strings.h>
  137.  * that defines bzero.
  138.  */
  139. #if defined(_AIX)
  140. #include <strings.h>
  141. #endif
  142. #if defined(HAVE_NSGETENVIRON) && defined(HAVE_CRT_EXTERNS_H)
  143. # include <sys/time.h>
  144. # include <crt_externs.h>
  145. # define environ (*_NSGetEnviron())
  146. #endif
  147. #if !defined(HAVE_RES_INIT_PROTO)
  148. #ifdef __cplusplus
  149. extern "C" {
  150. #endif
  151. int res_init(void);
  152. #ifdef __cplusplus
  153. }
  154. #endif
  155. #endif
  156. /*
  157.  * On HP-UX, the declaration of vsnprintf() is needed every time !
  158.  */
  159. #if !defined(HAVE_VSNPRINTF) || defined(hpux)
  160. #if __STDC__
  161. #include <stdarg.h>
  162. #include <stdlib.h>
  163. #else
  164. #include <varargs.h>
  165. #endif
  166. #ifdef __cplusplus
  167. extern "C"
  168. #endif
  169. int vsnprintf(char *str, size_t n, char const *fmt, va_list ap);
  170. #ifdef __cplusplus
  171. extern "C"
  172. #endif
  173. int snprintf(char *str, size_t n, char const *fmt, ...);
  174. #endif
  175. #if defined(__SVR4) && !defined(__svr4__)
  176. #define __svr4__ 1
  177. #endif
  178. /* type to use in place of socklen_t if not defined */
  179. #undef kde_socklen_t
  180. /* type to use in place of socklen_t if not defined (deprecated, use
  181.    kde_socklen_t) */
  182. #undef ksize_t