Development back on the trunk!
[crack-attack.git] / src / config.h.in
blob1d8c4003bef65bf826116cfcf28d5b6cd1f9a43e
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 /* 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. */
19 #undef HAVE_ATEXIT
21 /* Define to 1 if you have the `fcntl' function. */
22 #undef HAVE_FCNTL
24 /* Define to 1 if you have the `fork' function. */
25 #undef HAVE_FORK
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. */
37 #undef HAVE_INET_NTOA
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). */
43 #undef HAVE_LIBGL
45 /* Define to 1 if you have the `GLU' library (-lGLU). */
46 #undef HAVE_LIBGLU
48 /* Define to 1 if you have the `glut' library (-lglut). */
49 #undef HAVE_LIBGLUT
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. */
55 #undef HAVE_MEMORY_H
57 /* Define to 1 if you have the `mkdir' function. */
58 #undef HAVE_MKDIR
60 /* Define to 1 if you have the <netdb.h> header file. */
61 #undef HAVE_NETDB_H
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. */
67 #undef HAVE_POLL
69 /* Define to 1 if you have the `pow' function. */
70 #undef HAVE_POW
72 /* Define to 1 if you have the `socket' function. */
73 #undef HAVE_SOCKET
75 /* Define to 1 if you have the `sqrt' function. */
76 #undef HAVE_SQRT
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. */
83 #undef HAVE_STDBOOL_H
85 /* Define to 1 if you have the <stdint.h> header file. */
86 #undef HAVE_STDINT_H
88 /* Define to 1 if you have the <stdlib.h> header file. */
89 #undef HAVE_STDLIB_H
91 /* Define to 1 if you have the `strchr' function. */
92 #undef HAVE_STRCHR
94 /* Define to 1 if you have the `strcspn' function. */
95 #undef HAVE_STRCSPN
97 /* Define to 1 if you have the <strings.h> header file. */
98 #undef HAVE_STRINGS_H
100 /* Define to 1 if you have the <string.h> header file. */
101 #undef HAVE_STRING_H
103 /* Define to 1 if you have the `strstr' function. */
104 #undef HAVE_STRSTR
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. */
119 #undef HAVE_UNISTD_H
121 /* Define to 1 if you have the `vfork' function. */
122 #undef HAVE_VFORK
124 /* Define to 1 if you have the <vfork.h> header file. */
125 #undef HAVE_VFORK_H
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'. */
134 #undef HAVE__BOOL
136 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
137 slash. */
138 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
140 /* Name of package */
141 #undef 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. */
147 #undef PACKAGE_NAME
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. */
159 #undef STDC_HEADERS
161 /* Version number of package */
162 #undef VERSION
164 /* Wants to compile gtk front-end */
165 #undef WANT_GTK
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. */
171 #undef const
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. */
175 #ifndef __cplusplus
176 #undef inline
177 #endif
179 /* Define to `int' if <sys/types.h> does not define. */
180 #undef pid_t
182 /* Define as `fork' if `vfork' does not work. */
183 #undef vfork