1/* config.h.in.  Generated from configure.in by autoheader.  */
2/********************************************************************\
3 * acconfig.h -- configuration defines for gle                      *
4 * Copyright (C) 2000 Linas Vepstas (linas@linas.org)               *
5\********************************************************************/
6
7
8#ifndef __GLE_CONFIG_H__
9#define __GLE_CONFIG_H__
10
11/* Package name and version number */
12#undef PACKAGE
13#undef VERSION
14
15/* Standard C headers present */
16#undef STDC_HEADERS
17
18/* limits.h header present */
19#undef HAVE_LIMITS_H
20
21/* Build for OpenGL by default, and not for old IrisGL aka GL 3.2 */
22#define  OPENGL_10 1
23#undef   GL_32
24
25/* Disable debugging stuff (debugging replaces GL output with printfs) */
26#undef   DEBUG_OUTPUT
27
28/* Do we have a lenient tesselator? */
29#undef  LENIENT_TESSELATOR
30#define DELICATE_TESSELATOR 1
31
32/* Enable texture mapping by default. */
33#define AUTO_TEXTURE 1
34
35/* assume a modern C compiler */
36#undef FUNKY_C
37
38
39#endif
40
41/* Define to 1 if you have the <dlfcn.h> header file. */
42#undef HAVE_DLFCN_H
43
44/* Define to 1 if you have the <inttypes.h> header file. */
45#undef HAVE_INTTYPES_H
46
47/* Define to 1 if you have the `memcpy' function. */
48#undef HAVE_MEMCPY
49
50/* Define to 1 if you have the <memory.h> header file. */
51#undef HAVE_MEMORY_H
52
53/* Define to 1 if you have the <stdint.h> header file. */
54#undef HAVE_STDINT_H
55
56/* Define to 1 if you have the <stdlib.h> header file. */
57#undef HAVE_STDLIB_H
58
59/* Define to 1 if you have the <strings.h> header file. */
60#undef HAVE_STRINGS_H
61
62/* Define to 1 if you have the <string.h> header file. */
63#undef HAVE_STRING_H
64
65/* Define to 1 if you have the <sys/stat.h> header file. */
66#undef HAVE_SYS_STAT_H
67
68/* Define to 1 if you have the <sys/types.h> header file. */
69#undef HAVE_SYS_TYPES_H
70
71/* Define to 1 if you have the <unistd.h> header file. */
72#undef HAVE_UNISTD_H
73
74/* Name of package */
75#undef PACKAGE
76
77/* Define to the address where bug reports for this package should be sent. */
78#undef PACKAGE_BUGREPORT
79
80/* Define to the full name of this package. */
81#undef PACKAGE_NAME
82
83/* Define to the full name and version of this package. */
84#undef PACKAGE_STRING
85
86/* Define to the one symbol short name of this package. */
87#undef PACKAGE_TARNAME
88
89/* Define to the version of this package. */
90#undef PACKAGE_VERSION
91
92/* Define to 1 if you have the ANSI C header files. */
93#undef STDC_HEADERS
94
95/* Version number of package */
96#undef VERSION
97
98/* Define to 1 if the X Window System is missing or not being used. */
99#undef X_DISPLAY_MISSING
100