diff options
Diffstat (limited to 'debian/fireflies/fireflies-2.08/libgfx/include/gfx/config-osx.h')
-rw-r--r-- | debian/fireflies/fireflies-2.08/libgfx/include/gfx/config-osx.h | 86 |
1 files changed, 86 insertions, 0 deletions
diff --git a/debian/fireflies/fireflies-2.08/libgfx/include/gfx/config-osx.h b/debian/fireflies/fireflies-2.08/libgfx/include/gfx/config-osx.h new file mode 100644 index 00000000..b8081979 --- /dev/null +++ b/debian/fireflies/fireflies-2.08/libgfx/include/gfx/config-osx.h @@ -0,0 +1,86 @@ +/************************************************************************ + + Configuration header for Mac OS X. Manually derived from config.h + generated by autoconf on OS X Tiger (10.4). + + ************************************************************************/ + +/* Define this if your compiler doesn't support the new C++ 'bool' type */ +#define HAVE_BOOL 1 + +/* Define if your system supports rint() */ +#define HAVE_RINT 1 + +/* Define if your system supports getrusage() */ +#define HAVE_GETRUSAGE 1 + +/* Define if your system does not support getrusage() but supports times() */ +#define HAVE_TIMES 1 + +/* Define if your system supports random() as opposed to just rand() */ +/* #undef HAVE_RANDOM */ + +/* Define if the STL hash_map template is available */ +/* #undef HAVE_HASH_MAP */ + +/* Define if the STL hash_set template is available */ +/* #undef HAVE_HASH_SET */ + +/* GCC v3 puts hash_map and hash_set in an 'ext' directory */ +#define HAVE_EXT_HASH_MAP 1 +#define HAVE_EXT_HASH_SET 1 + +/* Define if the STL valarray template is available */ +#define HAVE_VALARRAY 1 + +/* Define if the ANSI standard <sstream> is available */ +#define HAVE_SSTREAM 1 + +/* Define if the pre-ANSI <strstream> is available */ +#define HAVE_STRSTREAM 1 + +/* Define if the gzstream library (a zlib wrapper) is available */ +/* #undef HAVE_GZSTREAM */ + +/* ***** GUI & Image configuration section ***** */ + +/* Define if the FLTK GUI toolkit is available */ +#define HAVE_FLTK 1 + +/* Define if FLTK OpenGL support is available */ +#define HAVE_FLTK_GL 1 + +/* Define if Sam Leffler's libtiff is available */ +#define HAVE_LIBTIFF 1 + +/* Define the libtiff LZW is available */ +/* #undef HAVE_LIBTIFF_LZW */ + +/* Define if libpng is available */ +#define HAVE_LIBPNG 1 + +/* Define if the Independent JPEG Group's libjpeg is available */ +#define HAVE_LIBJPEG 1 + +/* ***** OpenGL configuration section ***** */ + +/* Define to the name of OpenGL implementation (e.g., "OpenGL" or "Mesa") */ +#define HAVE_OPENGL "OpenGL" + +/* Define if glPolygonOffsetEXT is available */ +/* #undef HAVE_POLYOFFSET_EXT */ + +/* Define if glPolygonOffset is available */ +#define HAVE_POLYOFFSET 1 + +/* Define if <GL/glext.h> header is available */ +/* #undef HAVE_GL_GLEXT_H */ + +/* Define if <GL/glxext.h> header is available */ +/* #undef HAVE_GL_GLXEXT_H */ + +/* Define if <GL/wglext.h> header is available */ +/* #undef HAVE_GL_WGLEXT_H */ + +/* Define if <OpenGL/glext.h> header is available (for Apple) */ +#define HAVE_OPENGL_GLEXT_H 1 |