- Binary is now relocatable
[crack-attack.git] / src / config.h.in
blob267a0d95411ca6782e0f14b44fd9c84f06d4e691
1 /* src/config.h.in. Generated from configure.ac by autoheader. */
3 /* Include pthread support for binary relocation? */
4 #undef BR_PTHREAD
6 /* Use binary relocation? */
7 #undef ENABLE_BINRELOC
9 /* Define to 1 if you have the <arpa/inet.h> header file. */
10 #undef HAVE_ARPA_INET_H
12 /* Define to 1 if you have the `atexit' function. */
13 #undef HAVE_ATEXIT
15 /* Define to 1 if you have the `fork' function. */
16 #undef HAVE_FORK
18 /* Define to 1 if you have the `gethostbyname' function. */
19 #undef HAVE_GETHOSTBYNAME
21 /* Define to 1 if you have the `inet_ntoa' function. */
22 #undef HAVE_INET_NTOA
24 /* Define to 1 if you have the <inttypes.h> header file. */
25 #undef HAVE_INTTYPES_H
27 /* Define to 1 if you have the `GL' library (-lGL). */
28 #undef HAVE_LIBGL
30 /* Define to 1 if you have the `GLU' library (-lGLU). */
31 #undef HAVE_LIBGLU
33 /* Define to 1 if you have the `glut' library (-lglut). */
34 #undef HAVE_LIBGLUT
36 /* Define to 1 if you have the `pthread' library (-lpthread). */
37 #undef HAVE_LIBPTHREAD
39 /* Define to 1 if you have the <memory.h> header file. */
40 #undef HAVE_MEMORY_H
42 /* Define to 1 if you have the `mkdir' function. */
43 #undef HAVE_MKDIR
45 /* Define to 1 if you have the <netdb.h> header file. */
46 #undef HAVE_NETDB_H
48 /* Define to 1 if you have the <netinet/in.h> header file. */
49 #undef HAVE_NETINET_IN_H
51 /* Define to 1 if you have the `poll' function. */
52 #undef HAVE_POLL
54 /* Define to 1 if you have the `pow' function. */
55 #undef HAVE_POW
57 /* Define to 1 if you have the `socket' function. */
58 #undef HAVE_SOCKET
60 /* Define to 1 if you have the `sqrt' function. */
61 #undef HAVE_SQRT
63 /* Define to 1 if `stat' has the bug that it succeeds when given the
64 zero-length file name argument. */
65 #undef HAVE_STAT_EMPTY_STRING_BUG
67 /* Define to 1 if stdbool.h conforms to C99. */
68 #undef HAVE_STDBOOL_H
70 /* Define to 1 if you have the <stdint.h> header file. */
71 #undef HAVE_STDINT_H
73 /* Define to 1 if you have the <stdlib.h> header file. */
74 #undef HAVE_STDLIB_H
76 /* Define to 1 if you have the `strchr' function. */
77 #undef HAVE_STRCHR
79 /* Define to 1 if you have the `strcspn' function. */
80 #undef HAVE_STRCSPN
82 /* Define to 1 if you have the <strings.h> header file. */
83 #undef HAVE_STRINGS_H
85 /* Define to 1 if you have the <string.h> header file. */
86 #undef HAVE_STRING_H
88 /* Define to 1 if you have the `strstr' function. */
89 #undef HAVE_STRSTR
91 /* Define to 1 if you have the <sys/socket.h> header file. */
92 #undef HAVE_SYS_SOCKET_H
94 /* Define to 1 if you have the <sys/stat.h> header file. */
95 #undef HAVE_SYS_STAT_H
97 /* Define to 1 if you have the <sys/types.h> header file. */
98 #undef HAVE_SYS_TYPES_H
100 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
101 #undef HAVE_SYS_WAIT_H
103 /* Define to 1 if you have the <unistd.h> header file. */
104 #undef HAVE_UNISTD_H
106 /* Define to 1 if you have the `vfork' function. */
107 #undef HAVE_VFORK
109 /* Define to 1 if you have the <vfork.h> header file. */
110 #undef HAVE_VFORK_H
112 /* Define to 1 if `fork' works. */
113 #undef HAVE_WORKING_FORK
115 /* Define to 1 if `vfork' works. */
116 #undef HAVE_WORKING_VFORK
118 /* Define to 1 if the system has the type `_Bool'. */
119 #undef HAVE__BOOL
121 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
122 slash. */
123 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
125 /* Name of package */
126 #undef PACKAGE
128 /* Define to the address where bug reports for this package should be sent. */
129 #undef PACKAGE_BUGREPORT
131 /* Define to the full name of this package. */
132 #undef PACKAGE_NAME
134 /* Define to the full name and version of this package. */
135 #undef PACKAGE_STRING
137 /* Define to the one symbol short name of this package. */
138 #undef PACKAGE_TARNAME
140 /* Define to the version of this package. */
141 #undef PACKAGE_VERSION
143 /* Define to 1 if you have the ANSI C header files. */
144 #undef STDC_HEADERS
146 /* Version number of package */
147 #undef VERSION
149 /* Wants to compile gtk front-end */
150 #undef WANT_GTK
152 /* Define to 1 if the X Window System is missing or not being used. */
153 #undef X_DISPLAY_MISSING
155 /* Define to empty if `const' does not conform to ANSI C. */
156 #undef const
158 /* Define to `__inline__' or `__inline' if that's what the C compiler
159 calls it, or to nothing if 'inline' is not supported under any name. */
160 #ifndef __cplusplus
161 #undef inline
162 #endif
164 /* Define to `int' if <sys/types.h> does not define. */
165 #undef pid_t
167 /* Define as `fork' if `vfork' does not work. */
168 #undef vfork