config.h.in 5.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
  3. systems. This function is required for `alloca.c' support on those systems.
  4. */
  5. #undef CRAY_STACKSEG_END
  6. /* Define to 1 if using `alloca.c'. */
  7. #undef C_ALLOCA
  8. /* Define to 1 if you have `alloca', as a function or macro. */
  9. #undef HAVE_ALLOCA
  10. /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
  11. */
  12. #undef HAVE_ALLOCA_H
  13. /* Define to 1 if you have the `atexit' function. */
  14. #undef HAVE_ATEXIT
  15. /* define if the Boost library is available */
  16. #undef HAVE_BOOST
  17. /* Define to 1 if you have the <boost/algorithm/string/find.hpp> header file.
  18. */
  19. #undef HAVE_BOOST_ALGORITHM_STRING_FIND_HPP
  20. /* Define to 1 if you have the <boost/algorithm/string.hpp> header file. */
  21. #undef HAVE_BOOST_ALGORITHM_STRING_HPP
  22. /* Define to 1 if you have the <boost/algorithm/string/replace.hpp> header
  23. file. */
  24. #undef HAVE_BOOST_ALGORITHM_STRING_REPLACE_HPP
  25. /* Define to 1 if you have the <boost/assign/std/vector.hpp> header file. */
  26. #undef HAVE_BOOST_ASSIGN_STD_VECTOR_HPP
  27. /* Define to 1 if you have the <boost/bind.hpp> header file. */
  28. #undef HAVE_BOOST_BIND_HPP
  29. /* define if the Boost::Filesystem library is available */
  30. #undef HAVE_BOOST_FILESYSTEM
  31. /* Define to 1 if you have the <boost/filesystem.hpp> header file. */
  32. #undef HAVE_BOOST_FILESYSTEM_HPP
  33. /* Define to 1 if you have the <boost/filesystem/operations.hpp> header file.
  34. */
  35. #undef HAVE_BOOST_FILESYSTEM_OPERATIONS_HPP
  36. /* Define to 1 if you have the <boost/function.hpp> header file. */
  37. #undef HAVE_BOOST_FUNCTION_HPP
  38. /* define if the Boost::System library is available */
  39. #undef HAVE_BOOST_SYSTEM
  40. /* define if the Boost::Thread library is available */
  41. #undef HAVE_BOOST_THREAD
  42. /* Define to 1 if you have the <dlfcn.h> header file. */
  43. #undef HAVE_DLFCN_H
  44. /* Define to 1 if you have the <fcntl.h> header file. */
  45. #undef HAVE_FCNTL_H
  46. /* Define to 1 if you have the <inttypes.h> header file. */
  47. #undef HAVE_INTTYPES_H
  48. /* Define to 1 if you have the `lua' library (-llua). */
  49. #undef HAVE_LIBLUA
  50. /* Define to 1 if you have the `SDL_image' library (-lSDL_image). */
  51. #undef HAVE_LIBSDL_IMAGE
  52. /* Define to 1 if you have the `SDL_mixer' library (-lSDL_mixer). */
  53. #undef HAVE_LIBSDL_MIXER
  54. /* Define to 1 if you have the `SDL_ttf' library (-lSDL_ttf). */
  55. #undef HAVE_LIBSDL_TTF
  56. /* Define to 1 if you have the `stdc++' library (-lstdc++). */
  57. #undef HAVE_LIBSTDC__
  58. /* Define to 1 if you have the `lua_calchash' function. */
  59. #undef HAVE_LUA_CALCHASH
  60. /* Define to 1 if you have the `lua_pushhstring' function. */
  61. #undef HAVE_LUA_PUSHHSTRING
  62. /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
  63. to 0 otherwise. */
  64. #undef HAVE_MALLOC
  65. /* Define to 1 if you have the <memory.h> header file. */
  66. #undef HAVE_MEMORY_H
  67. /* Define to 1 if you have the `memset' function. */
  68. #undef HAVE_MEMSET
  69. /* Define to 1 if you have the `pow' function. */
  70. #undef HAVE_POW
  71. /* Define to 1 if you have the `select' function. */
  72. #undef HAVE_SELECT
  73. /* Define to 1 if you have the `sqrt' function. */
  74. #undef HAVE_SQRT
  75. /* Define to 1 if stdbool.h conforms to C99. */
  76. #undef HAVE_STDBOOL_H
  77. /* Define to 1 if you have the <stdint.h> header file. */
  78. #undef HAVE_STDINT_H
  79. /* Define to 1 if you have the <stdlib.h> header file. */
  80. #undef HAVE_STDLIB_H
  81. /* Define to 1 if you have the <strings.h> header file. */
  82. #undef HAVE_STRINGS_H
  83. /* Define to 1 if you have the <string.h> header file. */
  84. #undef HAVE_STRING_H
  85. /* Define to 1 if you have the <sys/select.h> header file. */
  86. #undef HAVE_SYS_SELECT_H
  87. /* Define to 1 if you have the <sys/socket.h> header file. */
  88. #undef HAVE_SYS_SOCKET_H
  89. /* Define to 1 if you have the <sys/stat.h> header file. */
  90. #undef HAVE_SYS_STAT_H
  91. /* Define to 1 if you have the <sys/types.h> header file. */
  92. #undef HAVE_SYS_TYPES_H
  93. /* Define to 1 if you have the <unistd.h> header file. */
  94. #undef HAVE_UNISTD_H
  95. /* Define to 1 if the system has the type `_Bool'. */
  96. #undef HAVE__BOOL
  97. /* Name of package */
  98. #undef PACKAGE
  99. /* Define to the address where bug reports for this package should be sent. */
  100. #undef PACKAGE_BUGREPORT
  101. /* Define to the full name of this package. */
  102. #undef PACKAGE_NAME
  103. /* Define to the full name and version of this package. */
  104. #undef PACKAGE_STRING
  105. /* Define to the one symbol short name of this package. */
  106. #undef PACKAGE_TARNAME
  107. /* Define to the version of this package. */
  108. #undef PACKAGE_VERSION
  109. /* Define to the type of arg 1 for `select'. */
  110. #undef SELECT_TYPE_ARG1
  111. /* Define to the type of args 2, 3 and 4 for `select'. */
  112. #undef SELECT_TYPE_ARG234
  113. /* Define to the type of arg 5 for `select'. */
  114. #undef SELECT_TYPE_ARG5
  115. /* If using the C implementation of alloca, define if you know the
  116. direction of stack growth for your system; otherwise it will be
  117. automatically deduced at runtime.
  118. STACK_DIRECTION > 0 => grows toward higher addresses
  119. STACK_DIRECTION < 0 => grows toward lower addresses
  120. STACK_DIRECTION = 0 => direction of growth unknown */
  121. #undef STACK_DIRECTION
  122. /* Define to 1 if you have the ANSI C header files. */
  123. #undef STDC_HEADERS
  124. /* Version number of package */
  125. #undef VERSION
  126. /* Define to empty if `const' does not conform to ANSI C. */
  127. #undef const
  128. /* Define to `__inline__' or `__inline' if that's what the C compiler
  129. calls it, or to nothing if 'inline' is not supported under any name. */
  130. #ifndef __cplusplus
  131. #undef inline
  132. #endif
  133. /* Define to rpl_malloc if the replacement function should be used. */
  134. #undef malloc