1 /************************************************************************
2 
3  Configuration header for Mac OS X.  Manually derived from config.h
4  generated by autoconf on OS X Tiger (10.4).
5 
6  ************************************************************************/
7 
8 /* Define this if your compiler doesn't support the new C++ 'bool' type */
9 #define HAVE_BOOL 1
10 
11 /* Define if your system supports rint() */
12 #define HAVE_RINT 1
13 
14 /* Define if your system supports getrusage() */
15 #define HAVE_GETRUSAGE 1
16 
17 /* Define if your system does not support getrusage() but supports times() */
18 #define HAVE_TIMES 1
19 
20 /* Define if your system supports random() as opposed to just rand() */
21 /* #undef HAVE_RANDOM */
22 
23 /* Define if the STL hash_map template is available */
24 /* #undef HAVE_HASH_MAP */
25 
26 /* Define if the STL hash_set template is available */
27 /* #undef HAVE_HASH_SET */
28 
29 /* GCC v3 puts hash_map and hash_set in an 'ext' directory */
30 #define HAVE_EXT_HASH_MAP 1
31 #define HAVE_EXT_HASH_SET 1
32 
33 /* Define if the STL valarray  template is available */
34 #define HAVE_VALARRAY 1
35 
36 /* Define if the ANSI standard <sstream> is available */
37 #define HAVE_SSTREAM 1
38 
39 /* Define if the pre-ANSI <strstream> is available */
40 #define HAVE_STRSTREAM 1
41 
42 /* Define if the gzstream library (a zlib wrapper) is available */
43 /* #undef HAVE_GZSTREAM */
44 
45 /* ***** GUI & Image configuration section ***** */
46 
47 /* Define if the FLTK GUI toolkit is available */
48 #define HAVE_FLTK 1
49 
50 /* Define if FLTK OpenGL support is available */
51 #define HAVE_FLTK_GL 1
52 
53 /* Define if Sam Leffler's libtiff is available */
54 #define HAVE_LIBTIFF 1
55 
56 /* Define the libtiff LZW is available */
57 /* #undef HAVE_LIBTIFF_LZW */
58 
59 /* Define if libpng is available */
60 #define HAVE_LIBPNG 1
61 
62 /* Define if the Independent JPEG Group's libjpeg is available */
63 #define HAVE_LIBJPEG 1
64 
65 /* ***** OpenGL configuration section ***** */
66 
67 /* Define to the name of OpenGL implementation (e.g., "OpenGL" or "Mesa") */
68 #define HAVE_OPENGL "OpenGL"
69 
70 /* Define if glPolygonOffsetEXT is available */
71 /* #undef HAVE_POLYOFFSET_EXT */
72 
73 /* Define if glPolygonOffset is available */
74 #define HAVE_POLYOFFSET 1
75 
76 /* Define if <GL/glext.h> header is available */
77 /* #undef HAVE_GL_GLEXT_H */
78 
79 /* Define if <GL/glxext.h> header is available */
80 /* #undef HAVE_GL_GLXEXT_H */
81 
82 /* Define if <GL/wglext.h> header is available */
83 /* #undef HAVE_GL_WGLEXT_H */
84 
85 /* Define if <OpenGL/glext.h> header is available (for Apple) */
86 #define HAVE_OPENGL_GLEXT_H 1
87