config.h.in 9.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364
  1. /* config.h.in. Generated from configure.ac by autoheader. */
  2. /* Command to open a browser on a URL */
  3. #undef BROWSER
  4. /* Define for any Darwin-based OS. */
  5. #undef DARWIN
  6. /* Define for Darwin-style shared library names. */
  7. #undef DARWIN_DYLIB
  8. /* Default DPI. */
  9. #undef DEFAULT_DPI
  10. /* Define if you want DIGCOLA */
  11. #undef DIGCOLA
  12. /* Define if you want on-demand plugin loading */
  13. #undef ENABLE_LTDL
  14. /* Define for DLLs on Windows. */
  15. #undef GVDLL
  16. /* Filename for plugin configuration file. */
  17. #undef GVPLUGIN_CONFIG_FILE
  18. /* Compatibility version number for plugins. */
  19. #undef GVPLUGIN_VERSION
  20. /* Define to 1 if you have the `argz_add' function. */
  21. #undef HAVE_ARGZ_ADD
  22. /* Define to 1 if you have the `argz_append' function. */
  23. #undef HAVE_ARGZ_APPEND
  24. /* Define to 1 if you have the `argz_count' function. */
  25. #undef HAVE_ARGZ_COUNT
  26. /* Define to 1 if you have the `argz_create_sep' function. */
  27. #undef HAVE_ARGZ_CREATE_SEP
  28. /* Define to 1 if you have the <argz.h> header file. */
  29. #undef HAVE_ARGZ_H
  30. /* Define to 1 if you have the `argz_insert' function. */
  31. #undef HAVE_ARGZ_INSERT
  32. /* Define to 1 if you have the `argz_next' function. */
  33. #undef HAVE_ARGZ_NEXT
  34. /* Define to 1 if you have the `argz_stringify' function. */
  35. #undef HAVE_ARGZ_STRINGIFY
  36. /* Define to 1 if you have the `closedir' function. */
  37. #undef HAVE_CLOSEDIR
  38. /* define if the compiler supports basic C++17 syntax */
  39. #undef HAVE_CXX17
  40. /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
  41. you don't. */
  42. #undef HAVE_DECL_CYGWIN_CONV_PATH
  43. /* Define if you have the DevIL library */
  44. #undef HAVE_DEVIL
  45. /* Define to 1 if you have the <dirent.h> header file. */
  46. #undef HAVE_DIRENT_H
  47. /* Define if you have the GNU dld library. */
  48. #undef HAVE_DLD
  49. /* Define to 1 if you have the <dld.h> header file. */
  50. #undef HAVE_DLD_H
  51. /* Define to 1 if you have the `dlerror' function. */
  52. #undef HAVE_DLERROR
  53. /* Define to 1 if you have the <dlfcn.h> header file. */
  54. #undef HAVE_DLFCN_H
  55. /* Define to 1 if you have the <dl.h> header file. */
  56. #undef HAVE_DL_H
  57. /* Define to 1 if you have the `dl_iterate_phdr' function. */
  58. #undef HAVE_DL_ITERATE_PHDR
  59. /* Define to 1 if you have the `drand48' function. */
  60. #undef HAVE_DRAND48
  61. /* Define if you have the _dyld_func_lookup function. */
  62. #undef HAVE_DYLD
  63. /* Define to 1 if the system has the type `error_t'. */
  64. #undef HAVE_ERROR_T
  65. /* Define if you have the expat library */
  66. #undef HAVE_EXPAT
  67. /* Define to 1 if you have the <expat.h> header file. */
  68. #undef HAVE_EXPAT_H
  69. /* Define if you have the GDI+ framework for Windows */
  70. #undef HAVE_GDIPLUS
  71. /* Define if you have the gdlib library */
  72. #undef HAVE_GDLIB
  73. /* Define if the GD library supports FONTCONFIG */
  74. #undef HAVE_GD_FONTCONFIG
  75. /* Define if the GD library supports FREETYPE */
  76. #undef HAVE_GD_FREETYPE
  77. /* Define if the GD library supports GIF */
  78. #undef HAVE_GD_GIF
  79. /* Define if the GD library supports JPEG */
  80. #undef HAVE_GD_JPEG
  81. /* Define if the GD library supports PNG */
  82. #undef HAVE_GD_PNG
  83. /* Define if the GD library supports XPM */
  84. #undef HAVE_GD_XPM
  85. /* Define if you have the GLUT library */
  86. #undef HAVE_GLUT
  87. /* Define if you have the gs library */
  88. #undef HAVE_GS
  89. /* Define if you have the gtk library */
  90. #undef HAVE_GTK
  91. /* Define if you have the gtkgl library */
  92. #undef HAVE_GTKGL
  93. /* Define if you have the gts library */
  94. #undef HAVE_GTS
  95. /* Define to 1 if you have the <IL/il.h> header file. */
  96. #undef HAVE_IL_IL_H
  97. /* Define to 1 if you have the `inotify_init1' function. */
  98. #undef HAVE_INOTIFY_INIT1
  99. /* Define to 1 if you have the <inttypes.h> header file. */
  100. #undef HAVE_INTTYPES_H
  101. /* Define if you have the lasi library */
  102. #undef HAVE_LASI
  103. /* Define if you have the libdl library or equivalent. */
  104. #undef HAVE_LIBDL
  105. /* Define if libdlloader will be built on this platform */
  106. #undef HAVE_LIBDLLOADER
  107. /* Define if you have the GD library */
  108. #undef HAVE_LIBGD
  109. /* Define to 1 if you have the `ltdl' library (-lltdl). */
  110. #undef HAVE_LIBLTDL
  111. /* Define if you have the Z library */
  112. #undef HAVE_LIBZ
  113. /* Define to 1 if you have the `lrand48' function. */
  114. #undef HAVE_LRAND48
  115. /* Define this if a modern libltdl is already installed */
  116. #undef HAVE_LTDL
  117. /* Define to 1 if you have the <mach-o/dyld.h> header file. */
  118. #undef HAVE_MACH_O_DYLD_H
  119. /* Define to 1 if you have the <memory.h> header file. */
  120. #undef HAVE_MEMORY_H
  121. /* Define to 1 if you have the `memrchr' function. */
  122. #undef HAVE_MEMRCHR
  123. /* Define to 1 if you have the `opendir' function. */
  124. #undef HAVE_OPENDIR
  125. /* Define if you have the pangocairo library */
  126. #undef HAVE_PANGOCAIRO
  127. /* Define to 1 if you have the `pango_fc_font_lock_face' function. */
  128. #undef HAVE_PANGO_FC_FONT_LOCK_FACE
  129. /* Define if you have the poppler library */
  130. #undef HAVE_POPPLER
  131. /* Define if libtool can extract symbol lists from object files. */
  132. #undef HAVE_PRELOADED_SYMBOLS
  133. /* Define to 1 if you have the `readdir' function. */
  134. #undef HAVE_READDIR
  135. /* Define to 1 if you have the `select' function. */
  136. #undef HAVE_SELECT
  137. /* Define to 1 if you have the `setenv' function. */
  138. #undef HAVE_SETENV
  139. /* Define to 1 if you have the `setmode' function. */
  140. #undef HAVE_SETMODE
  141. /* Define if you have the shl_load function. */
  142. #undef HAVE_SHL_LOAD
  143. /* Define to 1 if you have the `srand48' function. */
  144. #undef HAVE_SRAND48
  145. /* Define to 1 if you have the <stdint.h> header file. */
  146. #undef HAVE_STDINT_H
  147. /* Define to 1 if you have the <stdlib.h> header file. */
  148. #undef HAVE_STDLIB_H
  149. /* Define to 1 if you have the `strcasestr' function. */
  150. #undef HAVE_STRCASESTR
  151. /* Define to 1 if you have the <strings.h> header file. */
  152. #undef HAVE_STRINGS_H
  153. /* Define to 1 if you have the <string.h> header file. */
  154. #undef HAVE_STRING_H
  155. /* Define to 1 if you have the `strlcat' function. */
  156. #undef HAVE_STRLCAT
  157. /* Define to 1 if you have the `strlcpy' function. */
  158. #undef HAVE_STRLCPY
  159. /* Define to 1 if you have the <sys/dl.h> header file. */
  160. #undef HAVE_SYS_DL_H
  161. /* Define to 1 if you have the <sys/inotify.h> header file. */
  162. #undef HAVE_SYS_INOTIFY_H
  163. /* Define to 1 if you have the <sys/ioctl.h> header file. */
  164. #undef HAVE_SYS_IOCTL_H
  165. /* Define to 1 if you have the <sys/mman.h> header file. */
  166. #undef HAVE_SYS_MMAN_H
  167. /* Define to 1 if you have the <sys/select.h> header file. */
  168. #undef HAVE_SYS_SELECT_H
  169. /* Define to 1 if you have the <sys/stat.h> header file. */
  170. #undef HAVE_SYS_STAT_H
  171. /* Define to 1 if you have the <sys/time.h> header file. */
  172. #undef HAVE_SYS_TIME_H
  173. /* Define to 1 if you have the <sys/types.h> header file. */
  174. #undef HAVE_SYS_TYPES_H
  175. /* Define if you have the tcl library */
  176. #undef HAVE_TCL
  177. /* Define if triangle.[ch] are available. */
  178. #undef HAVE_TRIANGLE
  179. /* Define to 1 if you have the <unistd.h> header file. */
  180. #undef HAVE_UNISTD_H
  181. /* Define if you have the webp library */
  182. #undef HAVE_WEBP
  183. /* This value is set to 1 to indicate that the system argz facility works */
  184. #undef HAVE_WORKING_ARGZ
  185. /* Define if you want IPSEPCOLA */
  186. #undef IPSEPCOLA
  187. /* Define if the OS needs help to load dependent libraries for dlopen(). */
  188. #undef LTDL_DLOPEN_DEPLIBS
  189. /* Define to the system default library search path. */
  190. #undef LT_DLSEARCH_PATH
  191. /* The archive extension */
  192. #undef LT_LIBEXT
  193. /* The archive prefix */
  194. #undef LT_LIBPREFIX
  195. /* Define to the extension used for runtime loadable modules, say, ".so". */
  196. #undef LT_MODULE_EXT
  197. /* Define to the name of the environment variable that determines the run-time
  198. module search path. */
  199. #undef LT_MODULE_PATH_VAR
  200. /* Define to the sub-directory where libtool stores uninstalled libraries. */
  201. #undef LT_OBJDIR
  202. /* Define to the shared library suffix, say, ".dylib". */
  203. #undef LT_SHARED_EXT
  204. /* Define to the shared archive member specification, say "(shr.o)". */
  205. #undef LT_SHARED_LIB_MEMBER
  206. /* Define if dlsym() requires a leading underscore in symbol names. */
  207. #undef NEED_USCORE
  208. /* Define if you want ORTHO */
  209. #undef ORTHO
  210. /* Define to the address where bug reports for this package should be sent. */
  211. #undef PACKAGE_BUGREPORT
  212. /* Define to the full name of this package. */
  213. #undef PACKAGE_NAME
  214. /* Define to the full name and version of this package. */
  215. #undef PACKAGE_STRING
  216. /* Define to the one symbol short name of this package. */
  217. #undef PACKAGE_TARNAME
  218. /* Define to the home page for this package. */
  219. #undef PACKAGE_URL
  220. /* Define to the version of this package. */
  221. #undef PACKAGE_VERSION
  222. /* Define if you want SFDP */
  223. #undef SFDP
  224. /* Define to 1 if you have the ANSI C header files. */
  225. #undef STDC_HEADERS
  226. /* Historical artifact - always true */
  227. #undef WITH_CGRAPH
  228. /* Define to 1 if the X Window System is missing or not being used. */
  229. #undef X_DISPLAY_MISSING
  230. /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
  231. `char[]'. */
  232. #undef YYTEXT_POINTER
  233. /* Define so that glibc/gnulib argp.h does not typedef error_t. */
  234. #undef __error_t_defined
  235. /* Define to a type to use for 'error_t' if it is not otherwise available. */
  236. #undef error_t
  237. /* Define to `__inline__' or `__inline' if that's what the C compiler
  238. calls it, or to nothing if 'inline' is not supported under any name. */
  239. #ifndef __cplusplus
  240. #undef inline
  241. #endif
  242. /* Define to `int' if <sys/types.h> does not define. */
  243. #undef pid_t
  244. /* Define to `int' if <sys/types.h> does not define. */
  245. #undef ssize_t