Game end works this way now:
[crack-attack.git] / src / config.h.in
blobf2d4c9b92701aba330fae205d19f13c4473d6f6b
1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Has audio support */
4 #undef AUDIO_ENABLED
6 /* Include pthread support for binary relocation? */
7 #undef BR_PTHREAD
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. */
16 #undef HAVE_ATEXIT
18 /* Define to 1 if you have the `fork' function. */
19 #undef HAVE_FORK
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. */
25 #undef HAVE_INET_NTOA
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). */
31 #undef HAVE_LIBGL
33 /* Define to 1 if you have the `GLU' library (-lGLU). */
34 #undef HAVE_LIBGLU
36 /* Define to 1 if you have the `glut' library (-lglut). */
37 #undef HAVE_LIBGLUT
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. */
43 #undef HAVE_MEMORY_H
45 /* Define to 1 if you have the `mkdir' function. */
46 #undef HAVE_MKDIR
48 /* Define to 1 if you have the <netdb.h> header file. */
49 #undef HAVE_NETDB_H
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. */
55 #undef HAVE_POLL
57 /* Define to 1 if you have the `pow' function. */
58 #undef HAVE_POW
60 /* Define to 1 if you have the `socket' function. */
61 #undef HAVE_SOCKET
63 /* Define to 1 if you have the `sqrt' function. */
64 #undef HAVE_SQRT
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. */
71 #undef HAVE_STDBOOL_H
73 /* Define to 1 if you have the <stdint.h> header file. */
74 #undef HAVE_STDINT_H
76 /* Define to 1 if you have the <stdlib.h> header file. */
77 #undef HAVE_STDLIB_H
79 /* Define to 1 if you have the `strchr' function. */
80 #undef HAVE_STRCHR
82 /* Define to 1 if you have the `strcspn' function. */
83 #undef HAVE_STRCSPN
85 /* Define to 1 if you have the <strings.h> header file. */
86 #undef HAVE_STRINGS_H
88 /* Define to 1 if you have the <string.h> header file. */
89 #undef HAVE_STRING_H
91 /* Define to 1 if you have the `strstr' function. */
92 #undef HAVE_STRSTR
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. */
107 #undef HAVE_UNISTD_H
109 /* Define to 1 if you have the `vfork' function. */
110 #undef HAVE_VFORK
112 /* Define to 1 if you have the <vfork.h> header file. */
113 #undef HAVE_VFORK_H
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'. */
122 #undef HAVE__BOOL
124 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
125 slash. */
126 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
128 /* Name of package */
129 #undef 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. */
135 #undef PACKAGE_NAME
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. */
147 #undef STDC_HEADERS
149 /* Version number of package */
150 #undef VERSION
152 /* Wants to compile gtk front-end */
153 #undef WANT_GTK
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. */
159 #undef const
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. */
163 #ifndef __cplusplus
164 #undef inline
165 #endif
167 /* Define to `int' if <sys/types.h> does not define. */
168 #undef pid_t
170 /* Define as `fork' if `vfork' does not work. */
171 #undef vfork