1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Include pthread support for binary relocation? */
4#undef BR_PTHREAD
5
6/* Use binary relocation? */
7#undef ENABLE_BINRELOC
8
9/* Use the Apple OpenGL framework. */
10#undef HAVE_APPLE_OPENGL_FRAMEWORK
11
12/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
13   */
14#undef HAVE_DIRENT_H
15
16/* Define to 1 if you have the `gettimeofday' function. */
17#undef HAVE_GETTIMEOFDAY
18
19/* Define if you have the iconv() function. */
20#undef HAVE_ICONV
21
22/* Define to 1 if you have the <inttypes.h> header file. */
23#undef HAVE_INTTYPES_H
24
25/* Define to 1 if you have the `pthread' library (-lpthread). */
26#undef HAVE_LIBPTHREAD
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the `mkdir' function. */
32#undef HAVE_MKDIR
33
34/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
35#undef HAVE_NDIR_H
36
37/* Define to 1 if you have the `popen' function. */
38#undef HAVE_POPEN
39
40/* Define if you have POSIX threads libraries and header files. */
41#undef HAVE_PTHREAD
42
43/* Define to 1 if you have the <stdint.h> header file. */
44#undef HAVE_STDINT_H
45
46/* Define to 1 if you have the <stdlib.h> header file. */
47#undef HAVE_STDLIB_H
48
49/* Define to 1 if you have the <strings.h> header file. */
50#undef HAVE_STRINGS_H
51
52/* Define to 1 if you have the <string.h> header file. */
53#undef HAVE_STRING_H
54
55/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
56   */
57#undef HAVE_SYS_DIR_H
58
59/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
60   */
61#undef HAVE_SYS_NDIR_H
62
63/* Define to 1 if you have the <sys/stat.h> header file. */
64#undef HAVE_SYS_STAT_H
65
66/* Define to 1 if you have the <sys/types.h> header file. */
67#undef HAVE_SYS_TYPES_H
68
69/* Define to 1 if you have the <unistd.h> header file. */
70#undef HAVE_UNISTD_H
71
72/* Define to 1 if you have the <windows.h> header file. */
73#undef HAVE_WINDOWS_H
74
75/* Define as const if the declaration of iconv() needs const. */
76#undef ICONV_CONST
77
78/* Define to the address where bug reports for this package should be sent. */
79#undef PACKAGE_BUGREPORT
80
81/* Define to the full name of this package. */
82#undef PACKAGE_NAME
83
84/* Define to the full name and version of this package. */
85#undef PACKAGE_STRING
86
87/* Define to the one symbol short name of this package. */
88#undef PACKAGE_TARNAME
89
90/* Define to the version of this package. */
91#undef PACKAGE_VERSION
92
93/* Define to necessary symbol if this constant uses a non-standard name on
94   your system. */
95#undef PTHREAD_CREATE_JOINABLE
96
97/* Define to 1 if you have the ANSI C header files. */
98#undef STDC_HEADERS
99
100/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
101#undef TIME_WITH_SYS_TIME
102
103/* Define to empty if `const' does not conform to ANSI C. */
104#undef const
105
106/* Define to `__inline__' or `__inline' if that's what the C compiler
107   calls it, or to nothing if 'inline' is not supported under any name.  */
108#ifndef __cplusplus
109#undef inline
110#endif
111