1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4#ifndef SOQT_INTERNAL
5#error this is a private header file
6#endif
7
8
9/* Open Inventor extensions */
10#undef COIN_IV_EXTENSIONS
11
12/* Version string for Qt */
13#undef GUI_TOOLKIT_VERSION
14
15/* The CPP compiler has a variable containing the current function name */
16#undef HAVE_CPP_COMPILER_FUNCTION_NAME_VAR
17
18/* The C compiler has a variable containing the current function name */
19#undef HAVE_C_COMPILER_FUNCTION_NAME_VAR
20
21/* Define to 1 if you have the <dlfcn.h> header file. */
22#undef HAVE_DLFCN_H
23
24/* Define to use GetEnvironmentVariable() instead of getenv() */
25#undef HAVE_GETENVIRONMENTVARIABLE
26
27/* define if you have GLX X11 OpenGL bindings */
28#undef HAVE_GLX
29
30/* define if the GLU header should be included as GL/glu.h */
31#undef HAVE_GL_GLU_H
32
33/* define if the GL header should be included as GL/gl.h */
34#undef HAVE_GL_GL_H
35
36/* Define to 1 if you have the <inttypes.h> header file. */
37#undef HAVE_INTTYPES_H
38
39/* Define to 1 if you have the <memory.h> header file. */
40#undef HAVE_MEMORY_H
41
42/* Define to 1 if you have the <netinet/in.h> header file. */
43#undef HAVE_NETINET_IN_H
44
45/* define if the GLU header should be included as OpenGL/glu.h */
46#undef HAVE_OPENGL_GLU_H
47
48/* define if the GL header should be included as OpenGL/gl.h */
49#undef HAVE_OPENGL_GL_H
50
51/* define if pthread's struct timespec uses nsecs and not usecs */
52#undef HAVE_PTHREAD_TIMESPEC_NSEC
53
54/* Define to enable use of Inventor feature */
55#undef HAVE_SBIMAGE_ADDREADIMAGECB
56
57/* Define to enable use of Inventor feature */
58#undef HAVE_SOCAMERA_SETSTEREOMODE
59
60/* Define to enable use of Inventor feature */
61#undef HAVE_SOCONTEXTHANDLER
62
63/* Define to enable use of Inventor feature */
64#undef HAVE_SOKEYBOARDEVENT_DELETE
65
66/* Define to enable use of Inventor feature */
67#undef HAVE_SOMOUSEBUTTONEVENT_BUTTON5
68
69/* Define to enable use of the Open Inventor SoPolygonOffset node */
70#undef HAVE_SOPOLYGONOFFSET
71
72/* Define to enable use of Inventor feature */
73#undef HAVE_SORTED_LAYERS_BLEND
74
75/* Define to enable use of the Open Inventor SoVRMLBackground VRML node */
76#undef HAVE_SOVRMLBACKGROUND
77
78/* Define to enable use of the Open Inventor SoVRMLFog VRML node */
79#undef HAVE_SOVRMLFOG
80
81/* Define to enable use of the Open Inventor SoVRMLMaterial VRML node */
82#undef HAVE_SOVRMLMATERIAL
83
84/* Define to enable use of the Open Inventor SoVRMLViewpoint VRML node */
85#undef HAVE_SOVRMLVIEWPOINT
86
87/* Define to 1 if you have the <stdint.h> header file. */
88#undef HAVE_STDINT_H
89
90/* Define to 1 if you have the <stdlib.h> header file. */
91#undef HAVE_STDLIB_H
92
93/* Define to 1 if you have the <strings.h> header file. */
94#undef HAVE_STRINGS_H
95
96/* Define to 1 if you have the <string.h> header file. */
97#undef HAVE_STRING_H
98
99/* Define to 1 if you have the <sys/stat.h> header file. */
100#undef HAVE_SYS_STAT_H
101
102/* Define to 1 if you have the <sys/time.h> header file. */
103#undef HAVE_SYS_TIME_H
104
105/* Define to 1 if you have the <sys/types.h> header file. */
106#undef HAVE_SYS_TYPES_H
107
108/* Define to 1 if you have the <tlhelp32.h> header file. */
109#undef HAVE_TLHELP32_H
110
111/* Define to 1 if you have the <unistd.h> header file. */
112#undef HAVE_UNISTD_H
113
114/* Define if the Win32 API is available */
115#undef HAVE_WIN32_API
116
117/* Define to use Win32 LoadLibrary() */
118#undef HAVE_WIN32_LOADLIBRARY
119
120/* Define to 1 if you have the <windows.h> header file. */
121#undef HAVE_WINDOWS_H
122
123/* define if it is possible to build against X11 */
124#undef HAVE_X11_AVAILABLE
125
126/* Define to 1 if you have the <X11/extensions/SGIMisc.h> header file. */
127#undef HAVE_X11_EXTENSIONS_SGIMISC_H
128
129/* Define to 1 if you have the <X11/extensions/XInput.h> header file. */
130#undef HAVE_X11_EXTENSIONS_XINPUT_H
131
132/* Define to 1 if you have the <X11/Xproto.h> header file. */
133#undef HAVE_X11_XPROTO_H
134
135/* Name of package */
136#undef PACKAGE
137
138/* Define to the address where bug reports for this package should be sent. */
139#undef PACKAGE_BUGREPORT
140
141/* Define to the full name of this package. */
142#undef PACKAGE_NAME
143
144/* Define to the full name and version of this package. */
145#undef PACKAGE_STRING
146
147/* Define to the one symbol short name of this package. */
148#undef PACKAGE_TARNAME
149
150/* Define to the home page for this package. */
151#undef PACKAGE_URL
152
153/* Define to the version of this package. */
154#undef PACKAGE_VERSION
155
156/* define this to the SoQt beta version letter */
157#undef SOQT_BETA_VERSION
158
159/* Define to the major version of SoQt */
160#undef SOQT_MAJOR_VERSION
161
162/* Define to the micro version of SoQt */
163#undef SOQT_MICRO_VERSION
164
165/* Define to the minor version of SoQt */
166#undef SOQT_MINOR_VERSION
167
168/* Version string for SoQt */
169#undef SOQT_VERSION
170
171/* Define to 1 if you have the ANSI C header files. */
172#undef STDC_HEADERS
173
174/* Define to make Coin use/catch exceptions at some particular places. */
175#undef USE_EXCEPTIONS
176
177/* Version number of package */
178#undef VERSION
179
180/* Define this if you want defaults to be linked into SoXt */
181#undef WITH_STATIC_DEFAULTS
182
183/* Define to 1 if the X Window System is missing or not being used. */
184#undef X_DISPLAY_MISSING
185