Merge branch 'master' into dev_train_binocular_ui
[The-Artvertiser.git] / config.h.in
bloba03abb5739d22e5bf2485044d907c88f3c90817b
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Use the Apple OpenGL framework. */
4 #undef HAVE_APPLE_OPENGL_FRAMEWORK
6 /* Define to 1 if you have the <float.h> header file. */
7 #undef HAVE_FLOAT_H
9 /* Define to 1 if you have the `floor' function. */
10 #undef HAVE_FLOOR
12 /* defined if OpenGL is available */
13 #undef HAVE_GL
15 /* defined if the GL Extension Wrangler GLEW library is available */
16 #undef HAVE_GLEW
18 /* Define to 1 if you have the <inttypes.h> header file. */
19 #undef HAVE_INTTYPES_H
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
24 /* Define to 1 if you have the `memset' function. */
25 #undef HAVE_MEMSET
27 /* Define to 1 if you have the `pow' function. */
28 #undef HAVE_POW
30 /* Define if you have POSIX threads libraries and header files. */
31 #undef HAVE_PTHREAD
33 /* Define to 1 if you have the `sqrt' function. */
34 #undef HAVE_SQRT
36 /* Define to 1 if stdbool.h conforms to C99. */
37 #undef HAVE_STDBOOL_H
39 /* Define to 1 if you have the <stdint.h> header file. */
40 #undef HAVE_STDINT_H
42 /* Define to 1 if you have the <stdlib.h> header file. */
43 #undef HAVE_STDLIB_H
45 /* Define to 1 if you have the <strings.h> header file. */
46 #undef HAVE_STRINGS_H
48 /* Define to 1 if you have the <string.h> header file. */
49 #undef HAVE_STRING_H
51 /* Define to 1 if you have the <sys/stat.h> header file. */
52 #undef HAVE_SYS_STAT_H
54 /* Define to 1 if you have the <sys/types.h> header file. */
55 #undef HAVE_SYS_TYPES_H
57 /* Define to 1 if you have the <unistd.h> header file. */
58 #undef HAVE_UNISTD_H
60 /* Define to 1 if you have the <windows.h> header file. */
61 #undef HAVE_WINDOWS_H
63 /* Define to 1 if the system has the type `_Bool'. */
64 #undef HAVE__BOOL
66 /* Name of package */
67 #undef PACKAGE
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
72 /* Define to the full name of this package. */
73 #undef PACKAGE_NAME
75 /* Define to the full name and version of this package. */
76 #undef PACKAGE_STRING
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
81 /* Define to the version of this package. */
82 #undef PACKAGE_VERSION
84 /* Define to necessary symbol if this constant uses a non-standard name on
85 your system. */
86 #undef PTHREAD_CREATE_JOINABLE
88 /* Define to 1 if you have the ANSI C header files. */
89 #undef STDC_HEADERS
91 /* Version number of package */
92 #undef VERSION
94 /* Define to 1 if the X Window System is missing or not being used. */
95 #undef X_DISPLAY_MISSING
97 /* Define to empty if `const' does not conform to ANSI C. */
98 #undef const
100 /* Define to `__inline__' or `__inline' if that's what the C compiler
101 calls it, or to nothing if 'inline' is not supported under any name. */
102 #ifndef __cplusplus
103 #undef inline
104 #endif