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