From 76ead5c74029a5ceea61dd6c7600dc1931c275cf Mon Sep 17 00:00:00 2001 From: arif Date: Sun, 1 Mar 2009 18:47:23 +0000 Subject: [PATCH] precreated config.h for windows VS builds, --- windows/config.h | 609 +++++++++++++++++++++++++++++++++-------------- 1 file changed, 432 insertions(+), 177 deletions(-) diff --git a/windows/config.h b/windows/config.h index 1bbc65b1a..0865ab441 100644 --- a/windows/config.h +++ b/windows/config.h @@ -1,105 +1,126 @@ -/* $Id$ $Revision$ */ -/* vim:set shiftwidth=4 ts=8: */ - -/********************************************************** -* This software is part of the graphviz package * -* http://www.graphviz.org/ * -* * -* Copyright (c) 1994-2004 AT&T Corp. * -* and is licensed under the * -* Common Public License, Version 1.0 * -* by AT&T Corp. * -* * -* Information and Software Systems Research * -* AT&T Research, Florham Park NJ * -**********************************************************/ - -#ifdef __cplusplus -extern "C" { -#endif - -#ifndef GVIZ_CONFIG -#define GVIZ_CONFIG - -/* Define if you have the cbrt function. */ -/* #define HAVE_CBRT 1 */ - -/* Define if you have the setenv function. */ -/* #define HAVE_SETENV 1 */ - -/* Define if errno is declared in system include files. */ -#define HAVE_ERRNO_DECL 1 - -/* Specify internal structure of FILE. Pick one. */ -/* This is used to determine if more characters are waiting in the stream. */ -/* Define if FILE has _r field */ -/* #define HAVE_FILE_R 1 */ -/* Define if FILE has _IO_read_end field */ -/* #define HAVE_FILE_IO_READ_END 1 */ -/* Define if FILE has _cnt field */ -#define HAVE_FILE_CNT 1 -/* Define if FILE has next field */ -#define HAVE_FILE_NEXT 1 +/* config.h. Generated from config.h.in by configure. */ +/* config.h.in. Generated from configure.ac by autoheader. */ -/* Define if intptr_t is declared */ -/* #define HAVE_INTPTR_T 1 */ +/* Command to open a browser on a URL */ +#define BROWSER "xdg-open" +#define GVPLUGIN_CONFIG_FILE "config" -/* Define to 1 if you have the header file. */ -/* #define HAVE_INTTYPES_H 1 */ +#define HAVE_ARGZ_APPEND 0 -/* Define if you have the vsnprintf function. */ -/* #define HAVE_VSNPRINTF 1 */ +/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP + systems. This function is required for `alloca.c' support on those systems. + */ +/* #undef CRAY_STACKSEG_END */ -/* Define if you have the setmode function. */ -#define HAVE_SETMODE 1 +/* Define to 1 if using `alloca.c'. */ +/* #undef C_ALLOCA */ -/* Define if you have the iconv function. */ -/* #define HAVE_ICONV 1 */ +/* Define for Darwin-style shared library names. */ +/* #undef DARWIN_DYLIB */ -/* Define if defines iconv_t. */ -/* #define HAVE_ICONV_T_DEF 1 */ +/* Default DPI. */ +#define DEFAULT_DPI 96 -/* Define if you have the lsqrt function. */ -#define HAVE_LSQRT 1 +/* Path to TrueType fonts. */ +#define DEFAULT_FONTPATH "C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts" -/* Define if you have the drand48 function. */ -/* #define HAVE_DRAND48 1 */ +/* Define if you want DIGCOLA */ +#define DIGCOLA 1 -/* Define if you have the feenableexcept function. */ -/* #define HAVE_FEENABLEEXCEPT 1 */ +/* Define if you want on-demand plugin loading */ +#define ENABLE_LTDL 1 -/* Define if you have the lrand48 function. */ -#define HAVE_LRAND48 1 -/* Define if you have the srand48 function. */ -/* #define HAVE_SRAND48 1 */ -/* Define if you have the sincos function. */ -/* #define HAVE_SINCOS 1 */ -/* Define if you have the strcasecmp function. */ -/* #define HAVE_STRCASECMP 1 */ +/* Compatibility version number for plugins. */ +#define GVPLUGIN_VERSION 5 -/* Define if you have the strncasecmp function. */ -/* #define HAVE_STRNCASECMP 1 */ +/* Define to 1 if you have `alloca', as a function or macro. */ +#define HAVE_ALLOCA 1 -/* Define if you have the strerror function. */ -#define HAVE_STRERROR 1 +/* Define to 1 if you have and it should be used (not on Ultrix). + */ +/* #undef HAVE_ALLOCA_H */ + +/* Define to 1 if compiler supports bool */ +#define HAVE_BOOL 1 + +/* Define to 1 if you have the `cbrt' function. */ +//#define HAVE_CBRT 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_CRT_EXTERNS_H */ + +/* Define to 1 if you have the `deflateBound' function. */ +/* #undef HAVE_DEFLATEBOUND */ + +/* Define if you have the DevIL library */ +/* #undef HAVE_DEVIL */ + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +#define HAVE_DIRENT_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_DLFCN_H */ + +/* Define to 1 if you have the `drand48' function. */ +/* #undef HAVE_DRAND48 */ -/* Define to 1 if you have struct dioattr in . */ -/* #define HAVE_STRUCT_DIOATTR 1 */ +/* Define if errno externs are declared */ +/* #undef HAVE_ERRNO_DECL */ -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ #define HAVE_ERRNO_H 1 -/* Define if you have the header file. */ -/* #define HAVE_FENV_H 1 */ +/* Define if you have the expat library */ +#define HAVE_EXPAT 1 -/* Define if you have the header file. */ -/* #define HAVE_FPU_CONTROL_H 1 */ +/* Define to 1 if you have the header file. */ +#define HAVE_EXPAT_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_FT2BUILD_H 1 +/* Define to 1 if you have the `feenableexcept' function. */ +/* #undef HAVE_FEENABLEEXCEPT */ + +/* Define to 1 if you have the header file. */ +#define HAVE_FENV_H 1 + +/* Define to 1 if you have the `fesetenv' function. */ +#define HAVE_FESETENV 1 + +/* Define if FILE structure provides _cnt */ +#define HAVE_FILE_CNT 1 + +/* Define if FILE structure provides _IO_read_end */ +/* #undef HAVE_FILE_IO_READ_END */ + +/* Define if FILE structure provides _next */ +/* #undef HAVE_FILE_NEXT */ + +/* Define if FILE structure provides _r */ +/* #undef HAVE_FILE_R */ + +/* Define to 1 if you have the header file. */ +#define HAVE_FLOAT_H 1 + +/* Define if you have the fontconfig library */ +#define HAVE_FONTCONFIG 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_FPU_CONTROL_H */ + +/* Define if you have the freetype2 library */ +#define HAVE_FREETYPE2 1 + +/* Define if you have the GDI+ framework for Windows */ +/* #undef HAVE_GDIPLUS */ + +/* Define if you have the gdk_pixbuf library */ +/* #undef HAVE_GDK_PIXBUF */ + +/* Define if the GD library has the GD_FONTCONFIG feature */ +#define HAVE_GD_FONTCONFIG 1 /* Define if the GD library has the GD_FREETYPE feature */ #define HAVE_GD_FREETYPE 1 @@ -107,164 +128,398 @@ extern "C" { /* Define if the GD library has the GD_GIF feature */ #define HAVE_GD_GIF 1 +/* Define if the GD library supports GIFANIM */ +/* #undef HAVE_GD_GIFANIM */ + /* Define if the GD library has the GD_JPEG feature */ #define HAVE_GD_JPEG 1 +/* Define if the GD library supports OPENPOLYGON */ +/* #undef HAVE_GD_OPENPOLYGON */ + /* Define if the GD library has the GD_PNG feature */ #define HAVE_GD_PNG 1 +/* Define if the GD library supports XPM */ +/* #undef HAVE_GD_XPM */ + +/* Define to 1 if you have the `getenv' function. */ +#define HAVE_GETENV 1 + +/* Define if getopt externs are declared */ +#define HAVE_GETOPT_DECL 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_GETOPT_H 1 + +/* Define to 1 if you have the `getrusage' function. */ +/* #undef HAVE_GETRUSAGE */ + +/* Define if you have the glade library */ +#define HAVE_GLADE 1 + +/* Define if you have the glitz library */ +/* #undef HAVE_GLITZ */ + +/* 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 gtkglext library */ +#define HAVE_GTKGLEXT 1 + +/* Define if you have the gts library */ +#define HAVE_GTS 1 + +/* Define if you have the iconv() function. */ +#define HAVE_ICONV 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_ICONV_H 1 + +/* Define if defines iconv_t. */ +#define HAVE_ICONV_T_DEF 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_IL_IL_H */ + +/* Define if intptr_t is declared */ +#define HAVE_INTPTR_T 1 + +/* Define to 1 if you have the header file. */ +//#define HAVE_INTTYPES_H 1 + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_LANGINFO_H */ + +/* Define if you have the lasi library */ +/* #undef HAVE_LASI */ + +/* Define if either internal or external GD library is availabel */ #define HAVE_LIBGD 1 -/* Define if you have the header file. */ -/* #define HAVE_ICONV_H 1 */ +/* Define if the LIBGEN library has the basename feature */ +/* #undef HAVE_LIBGEN */ -/* Define if you have the header file. */ -/* #define HAVE_SYS_FPU_H 1 */ +/* Define to 1 if you have the header file. */ +#define HAVE_LIBINTL_H 1 -/* Define if you have the header file. */ -#define HAVE_STDARG_H 1 +/* Define if you have the JPEG library */ +#define HAVE_LIBJPEG 1 -/* Define to 1 if you have the header file. */ -#define HAVE_STDDEF_H 1 +/* Define if you have the PNG library */ +#define HAVE_LIBPNG 1 -/* Define to 1 if you have the header file. */ -/* #define HAVE_STDINT_H 1 */ +/* Define if you have the XPM library */ +/* #undef HAVE_LIBXPMFORLEFTY */ -/* Define if you have the header file. */ -#define HAVE_STDLIB_H 1 +/* Define if you have the Z library */ +#define HAVE_LIBZ 1 -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ +#define HAVE_LIMITS_H 1 + +/* Define to 1 if you have the `lrand48' function. */ +/* #undef HAVE_LRAND48 */ + +/* Define to 1 if you have the `lsqrt' function. */ +/* #undef HAVE_LSQRT */ + +/* Define to 1 if you have the header file. */ #define HAVE_MALLOC_H 1 /* Define to 1 if you have the header file. */ #define HAVE_MEMORY_H 1 -/* Define if you have the header file. */ -/* #define HAVE_DIRENT_H 1 */ +/* Define to 1 if you have the `memset' function. */ +#define HAVE_MEMSET 1 -/* Define to 1 if you have the header file. */ -/* #define HAVE_DLFCN_H 1 */ +/* Define if you have the ming library for SWF support */ +/* #undef HAVE_MING */ + +/* Define to 1 if you have the header file, and it defines `DIR'. */ +/* #undef HAVE_NDIR_H */ + +/* Define to 1 if you have the `nl_langinfo' function. */ +/* #undef HAVE_NL_LANGINFO */ + +/* Define if you have the pangocairo library */ +#define HAVE_PANGOCAIRO 1 + +/* 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 header file. */ -/* #define HAVE_GETOPT_H 1 */ +/* Define to 1 if you have the `pango_fc_font_unlock_face' function. */ +/* #undef HAVE_PANGO_FC_FONT_UNLOCK_FACE */ -/* Define if you have the header file. */ -#define HAVE_NDIR_H 1 +/* Define to 1 if you have the `pow' function. */ +#define HAVE_POW 1 -/* Define if you have the header file. */ +/* Define to 1 if you have the header file. */ +/* #undef HAVE_PTHREAD_H */ + +/* Define if you have the Quartz framework for Mac OS X */ +/* #undef HAVE_QUARTZ */ + +/* Define if you have the rsvg library */ +#define HAVE_RSVG 1 + +/* Define to 1 if you have the header file. */ #define HAVE_SEARCH_H 1 -/* Define if you have the header file. */ -/* #define HAVE_STRINGS_H 1 */ +/* Define to 1 if you have the `setenv' function. */ +/* #undef HAVE_SETENV */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SETJMP_H 1 + +/* Define to 1 if you have the `setmode' function. */ +#define HAVE_SETMODE 1 + +/* Define if libm provides a *working* sincos function */ +/* #undef HAVE_SINCOS */ + +/* Define to 1 if you have the `sqrt' function. */ +#define HAVE_SQRT 1 + +/* Define to 1 if you have the `srand48' function. */ +/* #undef HAVE_SRAND48 */ + +/* Define to 1 if you have the header file. */ +#define HAVE_STDARG_H 1 + +/* Define to 1 if stdbool.h conforms to C99. */ +//#define HAVE_STDBOOL_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDDEF_H 1 + +/* Define to 1 if you have the header file. */ +//#define HAVE_STDINT_H 1 + +/* Define to 1 if you have the header file. */ +#define HAVE_STDLIB_H 1 + +/* Define to 1 if you have the `strcasecmp' function. */ +//#define HAVE_STRCASECMP 1 + +/* Define to 1 if you have the `strchr' function. */ +#define HAVE_STRCHR 1 + +/* Define to 1 if you have the `strdup' function. */ +#define HAVE_STRDUP 1 + +/* Define to 1 if you have the `strerror' function. */ +#define HAVE_STRERROR 1 + +/* Define to 1 if you have the header file. */ +//#define HAVE_STRINGS_H 1 /* Define to 1 if you have the header file. */ #define HAVE_STRING_H 1 -/* Define if you have the header file. */ -/* #define HAVE_SYS_NDIR_H 1 */ +/* Define to 1 if you have the `strncasecmp' function. */ +//#define HAVE_STRNCASECMP 1 + +/* Define to 1 if you have the `strstr' function. */ +#define HAVE_STRSTR 1 + +/* Define to 1 if you have the `strtoll' function. */ +#define HAVE_STRTOLL 1 + +/* Define to 1 if you have the `strtoul' function. */ +#define HAVE_STRTOUL 1 + +/* Define to 1 if you have the `strtoull' function. */ +#define HAVE_STRTOULL 1 + +/* Define to 1 if you have struct dioattr */ +/* #undef HAVE_STRUCT_DIOATTR */ + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_DIR_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_FPU_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_INOTIFY_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_IOCTL_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_MMAN_H */ + +/* Define to 1 if you have the header file, and it defines `DIR'. + */ +/* #undef HAVE_SYS_NDIR_H */ /* Define to 1 if you have the header file. */ -/* #define HAVE_SYS_SELECT_H 1 */ +/* #undef HAVE_SYS_SELECT_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_SOCKET_H */ /* Define to 1 if you have the header file. */ #define HAVE_SYS_STAT_H 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_SYS_TIMES_H */ + +/* Define to 1 if you have the header file. */ +#define HAVE_SYS_TIME_H 1 + /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define if you have the header file. */ -/* #define HAVE_TERMIOS_H 1 */ +/* Define if you have the tcl library */ +/* #undef HAVE_TCL */ -/* Define if you have the header file. */ -/* #define HAVE_UNISTD_H 1 */ +/* Define to 1 if you have the header file. */ +/* #undef HAVE_TERMIOS_H */ -/* Define if you have the header file. */ -/* #define HAVE_VALUES_H 1 */ +/* Define to 1 if you have the header file. */ +#define HAVE_TIME_H 1 -/* Define if you have the header file. */ -#define HAVE_LIMITS_H 1 +/* Define to 1 if you have the header file. */ +/* #undef HAVE_TKINT_H */ + +/* Define to 1 if you have the header file. */ +/* #undef HAVE_TK_H */ + +/* Define if triangle.[ch] are available. */ +/* #undef HAVE_TRIANGLE */ + +/* Define to 1 if you have the `uname' function. */ +/* #undef HAVE_UNAME */ + +/* Define to 1 if you have the header file. */ +//#define HAVE_UNISTD_H 1 + +/* Define to 1 if you have the header file. */ +//#define HAVE_VALUES_H 1 + +/* Define to 1 if you have the `vsnprintf' function. */ +#define HAVE_VSNPRINTF 1 /* Define to 1 if you have the header file. */ -/* #define HAVE_X11_INTRINSIC_H 1 */ +/* #undef HAVE_X11_INTRINSIC_H */ /* Define to 1 if you have the header file. */ -/* #define HAVE_X11_XAW_TEXT_H 1 */ +/* #undef HAVE_X11_XAW_TEXT_H */ -/* Define if you have the jpeg library (-ljpeg). */ -#define HAVE_LIBJPEG 1 +/* Define to 1 if the system has the type `_Bool'. */ +#define HAVE__BOOL 1 -/* Define to 1 if you have the `m' library (-lm). */ -/* #define HAVE_LIBM 1 */ +/* Define to 1 if you have the `_NSGetEnviron' function. */ +/* #undef HAVE__NSGETENVIRON */ -/* Define if you have the png library (-lpng). */ -#define HAVE_LIBPNG 1 +/* Define to 1 if you have the `_sysconf' function. */ +/* #undef HAVE__SYSCONF */ -/* Define if you have the freetype library (-lfreetype), */ -#define HAVE_LIBFREETYPE 1 -#define HAVE_FREETYPE2 1 +/* Define to 1 if you have the `__freadable' function. */ +/* #undef HAVE___FREADABLE */ -/* Define if you have the XAW library */ -/* #define HAVE_LIBXAW 1 */ +/* Define as const if the declaration of iconv() needs const. */ +#define ICONV_CONST const -/* Define if you have the z library (-lz). */ -#define HAVE_LIBZ 1 +/* Define if you want IPSEPCOLA */ +/* #undef IPSEPCOLA */ +#define IPSEPCOLA 1 +/* Define if no fpu error exception handling is required. */ +#define NO_FPERR 1 -/* Define to 1 if you have the `__freadable' function. */ -/* #define HAVE___FREADABLE 1 */ - -/* Define if you have the expat library (-lexpat). */ -#define HAVE_LIBEXPAT 1 - -/* Define if you have the xpm library (-lXpm). */ -/* At present, the xpm library isn't really used */ -/* #define HAVE_LIBXPM 1 */ - -#ifndef DEFAULT_FONTPATH -# ifdef _UWIN -# define DEFAULT_FONTPATH "/win/fonts" -# define PATHSEPARATOR ":" -# else -# ifdef MSWIN32 -# define DEFAULT_FONTPATH "C:/WINDOWS/FONTS;C:/WINNT/Fonts;C:/winnt/fonts" -# define PATHSEPARATOR ";" -# else -# define DEFAULT_FONTPATH "/usr/share/ttf:/usr/local/share/ttf:/usr/share/fonts/ttf:/usr/local/share/fonts/ttf:/usr/lib/fonts:/usr/local/lib/fonts:/usr/lib/fonts/ttf:/usr/local/lib/fonts/ttf:/usr/common/share/fonts/ttf:/usr/common/graphviz/lib/fonts/ttf:/windows/fonts:/dos/windows/fonts:/usr/add-on/share/ttf:/usr/openwin/lib/X11/fonts/TrueType:." -# define PATHSEPARATOR ":" -# endif -# endif -#endif - -/* No X display on Windows */ -#define X_DISPLAY_MISSING 1 +/* Postscript fontnames. */ +#define NO_POSTSCRIPT_ALIAS 1 + +/* Define if you want ORTHO */ +/* #undef ORTHO */ + +/* Name of package */ +#define PACKAGE "graphviz" + +/* Define to the address where bug reports for this package should be sent. */ +#define PACKAGE_BUGREPORT "http://www.graphviz.org/" + +/* Define to the full name of this package. */ +#define PACKAGE_NAME "graphviz" + +/* Define to the full name and version of this package. */ +#define PACKAGE_STRING "graphviz 2.21.20090107.1610" + +/* Define to the one symbol short name of this package. */ +#define PACKAGE_TARNAME "graphviz" + +/* Define to the version of this package. */ +#define PACKAGE_VERSION "2.21.20090107.1610" + +/* Path separator character. */ +#define PATHSEPARATOR ":" + +/* Define if you want SFDP */ +/* #undef SFDP */ + +/* Define if you want SMYRNA */ +/* #undef SMYRNA */ + +/* If using the C implementation of alloca, define if you know the + direction of stack growth for your system; otherwise it will be + automatically deduced at runtime. + STACK_DIRECTION > 0 => grows toward higher addresses + STACK_DIRECTION < 0 => grows toward lower addresses + STACK_DIRECTION = 0 => direction of growth unknown */ +/* #undef STACK_DIRECTION */ /* Define to 1 if you have the ANSI C header files. */ -/* */ #define STDC_HEADERS 1 -/* Define to 1 if you the old codegens */ +/* Define to 1 if you can safely include both and . */ +#define TIME_WITH_SYS_TIME 1 + +/* Version number of package */ +#define VERSION "2.21.20090107.1610" + +/* Define if you want CGRAPH */ +/* #undef WITH_CGRAPH */ + +/* Define if you want the old codegens */ #define WITH_CODEGENS 1 -/* Define if you don't want on-demand plugin loading */ -#define DISABLE_LTDL 1 +/* Define to 1 if the X Window System is missing or not being used. */ +#define X_DISPLAY_MISSING 1 -/* Define if you want the gd renderers (png, gif, etc ) */ -#define GD_RENDER 1 +/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a + `char[]'. */ +/* #undef YYTEXT_POINTER */ -/* Define if you want the DIGCOLA features */ -#define DIGCOLA 1 +/* Define to empty if `const' does not conform to ANSI C. */ +/* #undef const */ -/* Define if you want the IPSEPCOLA features */ -/* #define IPSEPCOLA 1 */ +/* Define to `int' if doesn't define. */ +#define gid_t int -/* Default DPI. */ -#define DEFAULT_DPI 96 +/* Define to `int' if does not define. */ +/* #undef mode_t */ + +/* Define to `int' if does not define. */ +/* #undef pid_t */ + +/* Define to `unsigned int' if does not define. */ +/* #undef size_t */ + +/* Define to unsigned if socklet_t is missing */ +#define socklen_t unsigned -/* Defines for GD */ -#define NONDLL 1 -#define DISABLE_THREADS 1 +/* Define to `int' if does not define. */ +//#define ssize_t int -#endif +/* Define to `int' if doesn't define. */ +#define uid_t int -#ifdef __cplusplus -} -#endif -- 2.40.0