Advertisement
Guest User

Untitled

a guest
Nov 18th, 2019
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 7.00 KB | None | 0 0
  1. /* dtool_config.h.  Generated automatically by CMake. */
  2. #ifndef DTOOL_CONFIG_H
  3. #define DTOOL_CONFIG_H
  4.  
  5. /* Define if we have Eigen available. */
  6. #define HAVE_EIGEN
  7. #define LINMATH_ALIGN
  8.  
  9. /* Define if we have Python installed.  */
  10. #define HAVE_PYTHON
  11. /* #undef USE_DEBUG_PYTHON */
  12. /* Define if we have Python as a framework (Mac OS X).  */
  13. /* #undef PYTHON_FRAMEWORK */
  14.  
  15. /* Define if we have OpenAL installed as a framework. */
  16. /* #undef HAVE_OPENAL_FRAMEWORK */
  17.  
  18. /* Define if we have Freetype 2.0 or better available. */
  19. #define HAVE_FREETYPE
  20.  
  21. /* Define if we want to compile in a default font. */
  22. #define COMPILE_IN_DEFAULT_FONT
  23.  
  24. /* Define to use doubles for most numbers, intead of single-precision floats. */
  25. /* #undef STDFLOAT_DOUBLE */
  26.  
  27. /* Define if we have built libRocket available and built with Python support. */
  28. /* #undef HAVE_ROCKET_PYTHON */
  29.  
  30. /* Define if we have ARToolKit available. */
  31. /* #undef HAVE_ARTOOLKIT */
  32.  
  33. /* Define if we have libvorbisfile available. */
  34. #define HAVE_VORBIS
  35.  
  36. /* Define if we have libopus available. */
  37. /* #undef HAVE_OPUS */
  38.  
  39. /* Define if we have OpenSSL installed.  */
  40. #define HAVE_OPENSSL
  41.  
  42. /* Define if we have libjpeg installed.  */
  43. #define HAVE_JPEG
  44.  
  45. /* Define to build video-for-linux. */
  46. /* #undef HAVE_VIDEO4LINUX */
  47.  
  48. /* Define if we have libpng installed.  */
  49. #define HAVE_PNG
  50.  
  51. /* Define if we have libtiff installed.  */
  52. #define HAVE_TIFF
  53.  
  54. /* Define if we have OpenEXR installed.  */
  55. #define HAVE_OPENEXR
  56.  
  57. /* Define if we want to build these other image file formats. */
  58. #define HAVE_SGI_RGB
  59. #define HAVE_TGA
  60. #define HAVE_IMG
  61. #define HAVE_SOFTIMAGE_PIC
  62. #define HAVE_BMP
  63. #define HAVE_PNM
  64.  
  65. /* Define if we have CG installed.  */
  66. #define HAVE_CG
  67.  
  68. /* Define if we have zlib installed.  */
  69. #define HAVE_ZLIB
  70.  
  71. /* Define if we have OpenGL installed and want to build for GL.  */
  72. /* #undef MIN_GL_VERSION_MAJOR */
  73. /* #undef MIN_GL_VERSION_MINOR */
  74.  
  75. /* Define if we have OpenCV installed and want to build for OpenCV.  */
  76. #define HAVE_OPENCV
  77.  
  78. /* The choice of generic vs. the specific dxerr library largely
  79.    depends on which SDK you have installed. */
  80. /* #undef USE_GENERIC_DXERR_LIBRARY */
  81.  
  82. /* Define if we have the SDL library. */
  83. #define HAVE_SDL
  84.  
  85. /* Define if we have X11. */
  86. /* #undef HAVE_X11 */
  87.  
  88. /* Define if we want to compile the threading code.  */
  89. #define HAVE_THREADS
  90.  
  91. /* Define if we want to use fast, user-space simulated threads.  */
  92. /* #undef SIMPLE_THREADS */
  93.  
  94. /* Define to enable deadlock detection, mutex recursion checks, etc. */
  95. /* #undef DEBUG_THREADS */
  96.  
  97. /* Define to implement mutexes and condition variables via a user-space spinlock. */
  98. /* #undef MUTEX_SPINLOCK */
  99.  
  100. /* Define to enable the PandaFileStream implementation of pfstream etc. */
  101. #define USE_PANDAFILESTREAM
  102.  
  103. /* Define if we want to compile the net code.  */
  104. #define HAVE_NET
  105.  
  106. /* Define if we want to compile the audio code.  */
  107. #define HAVE_AUDIO
  108.  
  109. /* Define if we want to use PStats.  */
  110. #define DO_PSTATS
  111.  
  112. /* Define if we want to type-check downcasts.  */
  113. /* #undef DO_DCAST */
  114.  
  115. /* Define if we want to provide collision system recording and
  116.    visualization tools. */
  117. /* #undef DO_COLLISION_RECORDING */
  118.  
  119. /* Define if we want to enable track-memory-usage.  */
  120. /* #undef DO_MEMORY_USAGE */
  121.  
  122. /* Define if we want to enable min-lag and max-lag.  */
  123. /* #undef SIMULATE_NETWORK_DELAY */
  124.  
  125. /* Define if we want to allow immediate mode OpenGL rendering.  */
  126. /* #undef SUPPORT_IMMEDIATE_MODE */
  127.  
  128. /* Define if we want to support fixed-function OpenGL rendering. */
  129. #define SUPPORT_FIXED_FUNCTION
  130.  
  131. /* Define for either of the alternative malloc schemes. */
  132. /* #undef USE_MEMORY_DLMALLOC */
  133. /* #undef USE_MEMORY_PTMALLOC2 */
  134.  
  135. /* Define if we want to compile in support for pipelining.  */
  136. #define DO_PIPELINING
  137.  
  138. /* Define if we want to keep Notify debug messages around, or undefine
  139.    to compile them out.  */
  140. /* #undef NOTIFY_DEBUG */
  141.  
  142. /* The compiled-in character(s) to expect to separate different
  143.    components of a path list (e.g. $PRC_PATH). */
  144. #define DEFAULT_PATHSEP ";"
  145.  
  146. /* Many of the prc variables are exported by
  147.    dtool/src/prc/prc_parameters.h.pp, instead of here.  Only those prc
  148.    variables that must be visible outside of the prc directory are
  149.    exported here. */
  150.  
  151. /* Define if you want to save the descriptions for ConfigVariables. */
  152. #define PRC_SAVE_DESCRIPTIONS
  153.  
  154.  
  155. /* Define if your processor stores words with the most significant
  156.    byte first (like Motorola and SPARC, unlike Intel and VAX).  */
  157. /* #undef WORDS_BIGENDIAN */
  158.  
  159. /* Define if we can trust the compiler not to insert extra bytes in
  160.    structs between base structs and derived structs. */
  161. /* #undef SIMPLE_STRUCT_POINTERS */
  162.  
  163. /* Define if we have Dinkumware STL installed.  */
  164. /* #undef HAVE_DINKUM */
  165.  
  166. /* Define if we have STL hash_map etc. available  */
  167. /* #undef HAVE_STL_HASH */
  168.  
  169. /* Define if you have the getopt function.  */
  170. #define HAVE_GETOPT
  171.  
  172. /* Define if you have the getopt_long_only function.  */
  173. #define HAVE_GETOPT_LONG_ONLY
  174.  
  175. /* Define if getopt appears in getopt.h.  */
  176. #define PHAVE_GETOPT_H
  177.  
  178. /* Do the system headers define key ios typedefs like ios::openmode
  179.    and ios::fmtflags? */
  180. #define HAVE_IOS_TYPEDEFS
  181.  
  182. /* Define if you have the <io.h> header file.  */
  183. #define PHAVE_IO_H
  184.  
  185. /* Define if you have the <iostream> header file.  */
  186. #define PHAVE_IOSTREAM
  187.  
  188. /* Define if you have the <malloc.h> header file.  */
  189. #define PHAVE_MALLOC_H
  190.  
  191. /* Define if you have the <sys/malloc.h> header file.  */
  192. /* #undef PHAVE_SYS_MALLOC_H */
  193.  
  194. /* Define if you have the <alloca.h> header file.  */
  195. /* #undef PHAVE_ALLOCA_H */
  196.  
  197. /* Define if you have the <locale.h> header file.  */
  198. #define PHAVE_LOCALE_H
  199.  
  200. /* Define if you have the <string.h> header file.  */
  201. #define PHAVE_STRING_H
  202.  
  203. /* Define if you have the <stdlib.h> header file.  */
  204. #define PHAVE_STDLIB_H
  205.  
  206. /* Define if you have the <limits.h> header file.  */
  207. #define PHAVE_LIMITS_H
  208.  
  209. /* Define if you have the <sstream> header file.  */
  210. #define PHAVE_SSTREAM
  211.  
  212. /* Define if you have the <new> header file.  */
  213. #define PHAVE_NEW
  214.  
  215. /* Define if you have the <sys/types.h> header file.  */
  216. #define PHAVE_SYS_TYPES_H
  217.  
  218. /* Define if you have the <sys/time.h> header file.  */
  219. #define PHAVE_SYS_TIME_H
  220.  
  221. /* Define if you have the <unistd.h> header file.  */
  222. #define PHAVE_UNISTD_H
  223.  
  224. /* Do we have <linux/input.h> ? This enables us to use raw mouse input. */
  225. /* #undef PHAVE_LINUX_INPUT_H */
  226.  
  227. /* Do we have <stdint.h>? */
  228. #define PHAVE_STDINT_H
  229.  
  230. /* Do we have Posix threads? */
  231. #define HAVE_POSIX_THREADS
  232.  
  233. /* Is the code being compiled with the Tau profiler's instrumentor? */
  234. /* #undef USE_TAU */
  235.  
  236. // To activate the DELETED_CHAIN macros.
  237. #define USE_DELETED_CHAIN
  238.  
  239. // If we are to build the native net interfaces.
  240. #define WANT_NATIVE_NET
  241.  
  242. /* Static linkage instead of the normal dynamic linkage? */
  243. /* #undef LINK_ALL_STATIC */
  244.  
  245. /* Platform-identifying defines. */
  246. /* #undef IS_OSX */
  247. /* #undef IS_LINUX */
  248. /* #undef IS_FREEBSD */
  249. /* #undef BUILD_IPHONE */
  250.  
  251. #endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement