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 /* has msghdr flags */
13 #undef HAS_MSGHDR_FLAGS
15 /* Define to 1 if you have the <arpa/inet.h> header file. */
16 #undef HAVE_ARPA_INET_H
18 /* Define to 1 if you have the `atexit' function. */
21 /* Define to 1 if you have the `fcntl' function. */
24 /* Define to 1 if you have the `fork' function. */
27 /* Define to 1 if you have the `gethostbyaddr_r' function. */
28 #undef HAVE_GETHOSTBYADDR_R
30 /* Define to 1 if you have the `gethostbyname' function. */
31 #undef HAVE_GETHOSTBYNAME
33 /* Define to 1 if you have the `gethostbyname_r' function. */
34 #undef HAVE_GETHOSTBYNAME_R
36 /* Define to 1 if you have the `inet_ntoa' function. */
39 /* Define to 1 if you have the <inttypes.h> header file. */
40 #undef HAVE_INTTYPES_H
42 /* Define to 1 if you have the `GL' library (-lGL). */
45 /* Define to 1 if you have the `GLU' library (-lGLU). */
48 /* Define to 1 if you have the `glut' library (-lglut). */
51 /* Define to 1 if you have the `pthread' library (-lpthread). */
52 #undef HAVE_LIBPTHREAD
54 /* Define to 1 if you have the <memory.h> header file. */
57 /* Define to 1 if you have the `mkdir' function. */
60 /* Define to 1 if you have the <netdb.h> header file. */
63 /* Define to 1 if you have the <netinet/in.h> header file. */
64 #undef HAVE_NETINET_IN_H
66 /* Define to 1 if you have the `poll' function. */
69 /* Define to 1 if you have the `pow' function. */
72 /* Define to 1 if you have the `socket' function. */
75 /* Define to 1 if you have the `sqrt' function. */
78 /* Define to 1 if `stat' has the bug that it succeeds when given the
79 zero-length file name argument. */
80 #undef HAVE_STAT_EMPTY_STRING_BUG
82 /* Define to 1 if stdbool.h conforms to C99. */
85 /* Define to 1 if you have the <stdint.h> header file. */
88 /* Define to 1 if you have the <stdlib.h> header file. */
91 /* Define to 1 if you have the `strchr' function. */
94 /* Define to 1 if you have the `strcspn' function. */
97 /* Define to 1 if you have the <strings.h> header file. */
100 /* Define to 1 if you have the <string.h> header file. */
103 /* Define to 1 if you have the `strstr' function. */
106 /* Define to 1 if you have the <sys/socket.h> header file. */
107 #undef HAVE_SYS_SOCKET_H
109 /* Define to 1 if you have the <sys/stat.h> header file. */
110 #undef HAVE_SYS_STAT_H
112 /* Define to 1 if you have the <sys/types.h> header file. */
113 #undef HAVE_SYS_TYPES_H
115 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
116 #undef HAVE_SYS_WAIT_H
118 /* Define to 1 if you have the <unistd.h> header file. */
121 /* Define to 1 if you have the `vfork' function. */
124 /* Define to 1 if you have the <vfork.h> header file. */
127 /* Define to 1 if `fork' works. */
128 #undef HAVE_WORKING_FORK
130 /* Define to 1 if `vfork' works. */
131 #undef HAVE_WORKING_VFORK
133 /* Define to 1 if the system has the type `_Bool'. */
136 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
138 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
140 /* Name of package */
143 /* Define to the address where bug reports for this package should be sent. */
144 #undef PACKAGE_BUGREPORT
146 /* Define to the full name of this package. */
149 /* Define to the full name and version of this package. */
150 #undef PACKAGE_STRING
152 /* Define to the one symbol short name of this package. */
153 #undef PACKAGE_TARNAME
155 /* Define to the version of this package. */
156 #undef PACKAGE_VERSION
158 /* Define to 1 if you have the ANSI C header files. */
161 /* Version number of package */
164 /* Wants to compile gtk front-end */
167 /* Define to 1 if the X Window System is missing or not being used. */
168 #undef X_DISPLAY_MISSING
170 /* Define to empty if `const' does not conform to ANSI C. */
173 /* Define to `__inline__' or `__inline' if that's what the C compiler
174 calls it, or to nothing if 'inline' is not supported under any name. */
179 /* Define to `int' if <sys/types.h> does not define. */
182 /* Define as `fork' if `vfork' does not work. */