123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364 |
- /* config.h.in. Generated from configure.ac by autoheader. */
- /* Command to open a browser on a URL */
- #undef BROWSER
- /* Define for any Darwin-based OS. */
- #undef DARWIN
- /* Define for Darwin-style shared library names. */
- #undef DARWIN_DYLIB
- /* Default DPI. */
- #undef DEFAULT_DPI
- /* Define if you want DIGCOLA */
- #undef DIGCOLA
- /* Define if you want on-demand plugin loading */
- #undef ENABLE_LTDL
- /* Define for DLLs on Windows. */
- #undef GVDLL
- /* Filename for plugin configuration file. */
- #undef GVPLUGIN_CONFIG_FILE
- /* Compatibility version number for plugins. */
- #undef GVPLUGIN_VERSION
- /* Define to 1 if you have the `argz_add' function. */
- #undef HAVE_ARGZ_ADD
- /* Define to 1 if you have the `argz_append' function. */
- #undef HAVE_ARGZ_APPEND
- /* Define to 1 if you have the `argz_count' function. */
- #undef HAVE_ARGZ_COUNT
- /* Define to 1 if you have the `argz_create_sep' function. */
- #undef HAVE_ARGZ_CREATE_SEP
- /* Define to 1 if you have the <argz.h> header file. */
- #undef HAVE_ARGZ_H
- /* Define to 1 if you have the `argz_insert' function. */
- #undef HAVE_ARGZ_INSERT
- /* Define to 1 if you have the `argz_next' function. */
- #undef HAVE_ARGZ_NEXT
- /* Define to 1 if you have the `argz_stringify' function. */
- #undef HAVE_ARGZ_STRINGIFY
- /* Define to 1 if you have the `closedir' function. */
- #undef HAVE_CLOSEDIR
- /* define if the compiler supports basic C++17 syntax */
- #undef HAVE_CXX17
- /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
- you don't. */
- #undef HAVE_DECL_CYGWIN_CONV_PATH
- /* Define if you have the DevIL library */
- #undef HAVE_DEVIL
- /* Define to 1 if you have the <dirent.h> header file. */
- #undef HAVE_DIRENT_H
- /* Define if you have the GNU dld library. */
- #undef HAVE_DLD
- /* Define to 1 if you have the <dld.h> header file. */
- #undef HAVE_DLD_H
- /* Define to 1 if you have the `dlerror' function. */
- #undef HAVE_DLERROR
- /* Define to 1 if you have the <dlfcn.h> header file. */
- #undef HAVE_DLFCN_H
- /* Define to 1 if you have the <dl.h> header file. */
- #undef HAVE_DL_H
- /* Define to 1 if you have the `dl_iterate_phdr' function. */
- #undef HAVE_DL_ITERATE_PHDR
- /* Define to 1 if you have the `drand48' function. */
- #undef HAVE_DRAND48
- /* Define if you have the _dyld_func_lookup function. */
- #undef HAVE_DYLD
- /* Define to 1 if the system has the type `error_t'. */
- #undef HAVE_ERROR_T
- /* Define if you have the expat library */
- #undef HAVE_EXPAT
- /* Define to 1 if you have the <expat.h> header file. */
- #undef HAVE_EXPAT_H
- /* Define if you have the GDI+ framework for Windows */
- #undef HAVE_GDIPLUS
- /* Define if you have the gdlib library */
- #undef HAVE_GDLIB
- /* Define if the GD library supports FONTCONFIG */
- #undef HAVE_GD_FONTCONFIG
- /* Define if the GD library supports FREETYPE */
- #undef HAVE_GD_FREETYPE
- /* Define if the GD library supports GIF */
- #undef HAVE_GD_GIF
- /* Define if the GD library supports JPEG */
- #undef HAVE_GD_JPEG
- /* Define if the GD library supports PNG */
- #undef HAVE_GD_PNG
- /* Define if the GD library supports XPM */
- #undef HAVE_GD_XPM
- /* Define if you have the GLUT library */
- #undef HAVE_GLUT
- /* Define if you have the gs library */
- #undef HAVE_GS
- /* Define if you have the gtk library */
- #undef HAVE_GTK
- /* Define if you have the gtkgl library */
- #undef HAVE_GTKGL
- /* Define if you have the gts library */
- #undef HAVE_GTS
- /* Define to 1 if you have the <IL/il.h> header file. */
- #undef HAVE_IL_IL_H
- /* Define to 1 if you have the `inotify_init1' function. */
- #undef HAVE_INOTIFY_INIT1
- /* Define to 1 if you have the <inttypes.h> header file. */
- #undef HAVE_INTTYPES_H
- /* Define if you have the lasi library */
- #undef HAVE_LASI
- /* Define if you have the libdl library or equivalent. */
- #undef HAVE_LIBDL
- /* Define if libdlloader will be built on this platform */
- #undef HAVE_LIBDLLOADER
- /* Define if you have the GD library */
- #undef HAVE_LIBGD
- /* Define to 1 if you have the `ltdl' library (-lltdl). */
- #undef HAVE_LIBLTDL
- /* Define if you have the Z library */
- #undef HAVE_LIBZ
- /* Define to 1 if you have the `lrand48' function. */
- #undef HAVE_LRAND48
- /* Define this if a modern libltdl is already installed */
- #undef HAVE_LTDL
- /* Define to 1 if you have the <mach-o/dyld.h> header file. */
- #undef HAVE_MACH_O_DYLD_H
- /* Define to 1 if you have the <memory.h> header file. */
- #undef HAVE_MEMORY_H
- /* Define to 1 if you have the `memrchr' function. */
- #undef HAVE_MEMRCHR
- /* Define to 1 if you have the `opendir' function. */
- #undef HAVE_OPENDIR
- /* Define if you have the pangocairo library */
- #undef HAVE_PANGOCAIRO
- /* Define to 1 if you have the `pango_fc_font_lock_face' function. */
- #undef HAVE_PANGO_FC_FONT_LOCK_FACE
- /* Define if you have the poppler library */
- #undef HAVE_POPPLER
- /* Define if libtool can extract symbol lists from object files. */
- #undef HAVE_PRELOADED_SYMBOLS
- /* Define to 1 if you have the `readdir' function. */
- #undef HAVE_READDIR
- /* Define to 1 if you have the `select' function. */
- #undef HAVE_SELECT
- /* Define to 1 if you have the `setenv' function. */
- #undef HAVE_SETENV
- /* Define to 1 if you have the `setmode' function. */
- #undef HAVE_SETMODE
- /* Define if you have the shl_load function. */
- #undef HAVE_SHL_LOAD
- /* Define to 1 if you have the `srand48' function. */
- #undef HAVE_SRAND48
- /* Define to 1 if you have the <stdint.h> header file. */
- #undef HAVE_STDINT_H
- /* Define to 1 if you have the <stdlib.h> header file. */
- #undef HAVE_STDLIB_H
- /* Define to 1 if you have the `strcasestr' function. */
- #undef HAVE_STRCASESTR
- /* Define to 1 if you have the <strings.h> header file. */
- #undef HAVE_STRINGS_H
- /* Define to 1 if you have the <string.h> header file. */
- #undef HAVE_STRING_H
- /* Define to 1 if you have the `strlcat' function. */
- #undef HAVE_STRLCAT
- /* Define to 1 if you have the `strlcpy' function. */
- #undef HAVE_STRLCPY
- /* Define to 1 if you have the <sys/dl.h> header file. */
- #undef HAVE_SYS_DL_H
- /* Define to 1 if you have the <sys/inotify.h> header file. */
- #undef HAVE_SYS_INOTIFY_H
- /* Define to 1 if you have the <sys/ioctl.h> header file. */
- #undef HAVE_SYS_IOCTL_H
- /* Define to 1 if you have the <sys/mman.h> header file. */
- #undef HAVE_SYS_MMAN_H
- /* Define to 1 if you have the <sys/select.h> header file. */
- #undef HAVE_SYS_SELECT_H
- /* Define to 1 if you have the <sys/stat.h> header file. */
- #undef HAVE_SYS_STAT_H
- /* Define to 1 if you have the <sys/time.h> header file. */
- #undef HAVE_SYS_TIME_H
- /* Define to 1 if you have the <sys/types.h> header file. */
- #undef HAVE_SYS_TYPES_H
- /* Define if you have the tcl library */
- #undef HAVE_TCL
- /* Define if triangle.[ch] are available. */
- #undef HAVE_TRIANGLE
- /* Define to 1 if you have the <unistd.h> header file. */
- #undef HAVE_UNISTD_H
- /* Define if you have the webp library */
- #undef HAVE_WEBP
- /* This value is set to 1 to indicate that the system argz facility works */
- #undef HAVE_WORKING_ARGZ
- /* Define if you want IPSEPCOLA */
- #undef IPSEPCOLA
- /* Define if the OS needs help to load dependent libraries for dlopen(). */
- #undef LTDL_DLOPEN_DEPLIBS
- /* Define to the system default library search path. */
- #undef LT_DLSEARCH_PATH
- /* The archive extension */
- #undef LT_LIBEXT
- /* The archive prefix */
- #undef LT_LIBPREFIX
- /* Define to the extension used for runtime loadable modules, say, ".so". */
- #undef LT_MODULE_EXT
- /* Define to the name of the environment variable that determines the run-time
- module search path. */
- #undef LT_MODULE_PATH_VAR
- /* Define to the sub-directory where libtool stores uninstalled libraries. */
- #undef LT_OBJDIR
- /* Define to the shared library suffix, say, ".dylib". */
- #undef LT_SHARED_EXT
- /* Define to the shared archive member specification, say "(shr.o)". */
- #undef LT_SHARED_LIB_MEMBER
- /* Define if dlsym() requires a leading underscore in symbol names. */
- #undef NEED_USCORE
- /* Define if you want ORTHO */
- #undef ORTHO
- /* Define to the address where bug reports for this package should be sent. */
- #undef PACKAGE_BUGREPORT
- /* Define to the full name of this package. */
- #undef PACKAGE_NAME
- /* Define to the full name and version of this package. */
- #undef PACKAGE_STRING
- /* Define to the one symbol short name of this package. */
- #undef PACKAGE_TARNAME
- /* Define to the home page for this package. */
- #undef PACKAGE_URL
- /* Define to the version of this package. */
- #undef PACKAGE_VERSION
- /* Define if you want SFDP */
- #undef SFDP
- /* Define to 1 if you have the ANSI C header files. */
- #undef STDC_HEADERS
- /* Historical artifact - always true */
- #undef WITH_CGRAPH
- /* Define to 1 if the X Window System is missing or not being used. */
- #undef X_DISPLAY_MISSING
- /* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
- `char[]'. */
- #undef YYTEXT_POINTER
- /* Define so that glibc/gnulib argp.h does not typedef error_t. */
- #undef __error_t_defined
- /* Define to a type to use for 'error_t' if it is not otherwise available. */
- #undef error_t
- /* Define to `__inline__' or `__inline' if that's what the C compiler
- calls it, or to nothing if 'inline' is not supported under any name. */
- #ifndef __cplusplus
- #undef inline
- #endif
- /* Define to `int' if <sys/types.h> does not define. */
- #undef pid_t
- /* Define to `int' if <sys/types.h> does not define. */
- #undef ssize_t
|