1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Has audio support */
6 /* Include pthread support for binary relocation? */
9 /* Use binary relocation? */
10 #undef ENABLE_BINRELOC
12 /* Define to 1 if you have the <arpa/inet.h> header file. */
13 #undef HAVE_ARPA_INET_H
15 /* Define to 1 if you have the `atexit' function. */
18 /* Define to 1 if you have the `fork' function. */
21 /* Define to 1 if you have the `gethostbyname' function. */
22 #undef HAVE_GETHOSTBYNAME
24 /* Define to 1 if you have the `inet_ntoa' function. */
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
30 /* Define to 1 if you have the `GL' library (-lGL). */
33 /* Define to 1 if you have the `GLU' library (-lGLU). */
36 /* Define to 1 if you have the `glut' library (-lglut). */
39 /* Define to 1 if you have the `pthread' library (-lpthread). */
40 #undef HAVE_LIBPTHREAD
42 /* Define to 1 if you have the <memory.h> header file. */
45 /* Define to 1 if you have the `mkdir' function. */
48 /* Define to 1 if you have the <netdb.h> header file. */
51 /* Define to 1 if you have the <netinet/in.h> header file. */
52 #undef HAVE_NETINET_IN_H
54 /* Define to 1 if you have the `poll' function. */
57 /* Define to 1 if you have the `pow' function. */
60 /* Define to 1 if you have the `socket' function. */
63 /* Define to 1 if you have the `sqrt' function. */
66 /* Define to 1 if `stat' has the bug that it succeeds when given the
67 zero-length file name argument. */
68 #undef HAVE_STAT_EMPTY_STRING_BUG
70 /* Define to 1 if stdbool.h conforms to C99. */
73 /* Define to 1 if you have the <stdint.h> header file. */
76 /* Define to 1 if you have the <stdlib.h> header file. */
79 /* Define to 1 if you have the `strchr' function. */
82 /* Define to 1 if you have the `strcspn' function. */
85 /* Define to 1 if you have the <strings.h> header file. */
88 /* Define to 1 if you have the <string.h> header file. */
91 /* Define to 1 if you have the `strstr' function. */
94 /* Define to 1 if you have the <sys/socket.h> header file. */
95 #undef HAVE_SYS_SOCKET_H
97 /* Define to 1 if you have the <sys/stat.h> header file. */
98 #undef HAVE_SYS_STAT_H
100 /* Define to 1 if you have the <sys/types.h> header file. */
101 #undef HAVE_SYS_TYPES_H
103 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
104 #undef HAVE_SYS_WAIT_H
106 /* Define to 1 if you have the <unistd.h> header file. */
109 /* Define to 1 if you have the `vfork' function. */
112 /* Define to 1 if you have the <vfork.h> header file. */
115 /* Define to 1 if `fork' works. */
116 #undef HAVE_WORKING_FORK
118 /* Define to 1 if `vfork' works. */
119 #undef HAVE_WORKING_VFORK
121 /* Define to 1 if the system has the type `_Bool'. */
124 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
126 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
128 /* Name of package */
131 /* Define to the address where bug reports for this package should be sent. */
132 #undef PACKAGE_BUGREPORT
134 /* Define to the full name of this package. */
137 /* Define to the full name and version of this package. */
138 #undef PACKAGE_STRING
140 /* Define to the one symbol short name of this package. */
141 #undef PACKAGE_TARNAME
143 /* Define to the version of this package. */
144 #undef PACKAGE_VERSION
146 /* Define to 1 if you have the ANSI C header files. */
149 /* Version number of package */
152 /* Wants to compile gtk front-end */
155 /* Define to 1 if the X Window System is missing or not being used. */
156 #undef X_DISPLAY_MISSING
158 /* Define to empty if `const' does not conform to ANSI C. */
161 /* Define to `__inline__' or `__inline' if that's what the C compiler
162 calls it, or to nothing if 'inline' is not supported under any name. */
167 /* Define to `int' if <sys/types.h> does not define. */
170 /* Define as `fork' if `vfork' does not work. */