1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
6/* Define to 1 if you have the <bzlib.h> header file. */
7#undef HAVE_BZLIB_H
8
9/* Define to 1 if you have the <dlfcn.h> header file. */
10#undef HAVE_DLFCN_H
11
12/* DPMS exists. */
13#undef HAVE_DPMS_EXT
14
15/* Define to 1 if you have the `getopt' function. */
16#undef HAVE_GETOPT
17
18/* Define to 1 if you have the <getopt.h> header file. */
19#undef HAVE_GETOPT_H
20
21/* Define to 1 if you have the `gettimeofday' function. */
22#undef HAVE_GETTIMEOFDAY
23
24/* QuesoGLC is available for use. */
25#undef HAVE_GLC
26
27/* GLEW is available for use. */
28#undef HAVE_GLEW
29
30/* Define to 1 if you have the <GL/glew.h> header file. */
31#undef HAVE_GL_GLEW_H
32
33/* Define to 1 if you have the <inttypes.h> header file. */
34#undef HAVE_INTTYPES_H
35
36/* libbz2 exists. */
37#undef HAVE_LIBBZ2
38
39/* Define to 1 if you have the `GL' library (-lGL). */
40#undef HAVE_LIBGL
41
42/* Define to 1 if you have the `GLU' library (-lGLU). */
43#undef HAVE_LIBGLU
44
45/* Define to 1 if you have the `m' library (-lm). */
46#undef HAVE_LIBM
47
48/* Define to 1 if you have the `MesaGL' library (-lMesaGL). */
49#undef HAVE_LIBMESAGL
50
51/* Define to 1 if you have the `MesaGLU' library (-lMesaGLU). */
52#undef HAVE_LIBMESAGLU
53
54/* Define to 1 if you have the `rt' library (-lrt). */
55#undef HAVE_LIBRT
56
57/* Define to 1 if you have the <memory.h> header file. */
58#undef HAVE_MEMORY_H
59
60/* Define to 1 if you have the `nanosleep' function. */
61#undef HAVE_NANOSLEEP
62
63/* Define to 1 if you have the `nrand48' function. */
64#undef HAVE_NRAND48
65
66/* OpenAL is available for use. */
67#undef HAVE_OPENAL
68
69/* Define to 1 if you have the `pthread_create' function. */
70#undef HAVE_PTHREAD_CREATE
71
72/* Define to 1 if you have the <pthread.h> header file. */
73#undef HAVE_PTHREAD_H
74
75/* Define to 1 if you have the `random_r' function. */
76#undef HAVE_RANDOM_R
77
78/* Define to 1 if you have the <stdint.h> header file. */
79#undef HAVE_STDINT_H
80
81/* Define to 1 if you have the <stdlib.h> header file. */
82#undef HAVE_STDLIB_H
83
84/* Define to 1 if you have the <strings.h> header file. */
85#undef HAVE_STRINGS_H
86
87/* Define to 1 if you have the <string.h> header file. */
88#undef HAVE_STRING_H
89
90/* Define to 1 if you have the <sys/stat.h> header file. */
91#undef HAVE_SYS_STAT_H
92
93/* Define to 1 if you have the <sys/types.h> header file. */
94#undef HAVE_SYS_TYPES_H
95
96/* Define to 1 if you have the <unistd.h> header file. */
97#undef HAVE_UNISTD_H
98
99/* Define to the sub-directory in which libtool stores uninstalled libraries.
100   */
101#undef LT_OBJDIR
102
103/* QuesoGLC not available. */
104#undef MISSING_GLC
105
106/* Define to 1 if your C compiler doesn't accept -c and -o together. */
107#undef NO_MINUS_C_MINUS_O
108
109/* Name of package */
110#undef PACKAGE
111
112/* Define to the address where bug reports for this package should be sent. */
113#undef PACKAGE_BUGREPORT
114
115/* Define to the full name of this package. */
116#undef PACKAGE_NAME
117
118/* Define to the full name and version of this package. */
119#undef PACKAGE_STRING
120
121/* Define to the one symbol short name of this package. */
122#undef PACKAGE_TARNAME
123
124/* Define to the home page for this package. */
125#undef PACKAGE_URL
126
127/* Define to the version of this package. */
128#undef PACKAGE_VERSION
129
130/* Define to 1 if you have the ANSI C header files. */
131#undef STDC_HEADERS
132
133/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
134#undef TIME_WITH_SYS_TIME
135
136/* Enable extensions on AIX 3, Interix.  */
137#ifndef _ALL_SOURCE
138# undef _ALL_SOURCE
139#endif
140/* Enable GNU extensions on systems that have them.  */
141#ifndef _GNU_SOURCE
142# undef _GNU_SOURCE
143#endif
144/* Enable threading extensions on Solaris.  */
145#ifndef _POSIX_PTHREAD_SEMANTICS
146# undef _POSIX_PTHREAD_SEMANTICS
147#endif
148/* Enable extensions on HP NonStop.  */
149#ifndef _TANDEM_SOURCE
150# undef _TANDEM_SOURCE
151#endif
152/* Enable general extensions on Solaris.  */
153#ifndef __EXTENSIONS__
154# undef __EXTENSIONS__
155#endif
156
157
158/* Version number of package */
159#undef VERSION
160
161/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
162   significant byte first (like Motorola and SPARC, unlike Intel). */
163#if defined AC_APPLE_UNIVERSAL_BUILD
164# if defined __BIG_ENDIAN__
165#  define WORDS_BIGENDIAN 1
166# endif
167#else
168# ifndef WORDS_BIGENDIAN
169#  undef WORDS_BIGENDIAN
170# endif
171#endif
172
173/* Define to 1 if the X Window System is missing or not being used. */
174#undef X_DISPLAY_MISSING
175
176/* Define to 1 if on MINIX. */
177#undef _MINIX
178
179/* Define to 2 if the system does not provide POSIX.1 features except with
180   this defined. */
181#undef _POSIX_1_SOURCE
182
183/* Define to 1 if you need to in order for `stat' and other things to work. */
184#undef _POSIX_SOURCE
185
186/* Define to empty if `const' does not conform to ANSI C. */
187#undef const
188
189/* Define to `__inline__' or `__inline' if that's what the C compiler
190   calls it, or to nothing if 'inline' is not supported under any name.  */
191#ifndef __cplusplus
192#undef inline
193#endif
194