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