config.h 9.9 KB

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