Fix window name
[attac-man.git] / config.h.in
blob46f96a940ed4267ebc633795dda5fc7f14b3b56d
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <fcntl.h> header file. */
4 #undef HAVE_FCNTL_H
6 /* Define to 1 if you have the <float.h> header file. */
7 #undef HAVE_FLOAT_H
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
12 /* Define to 1 if you have the <limits.h> header file. */
13 #undef HAVE_LIMITS_H
15 /* Define to 1 if your system has a working `malloc' function. */
16 #undef HAVE_MALLOC
18 /* Define to 1 if you have the `memmove' function. */
19 #undef HAVE_MEMMOVE
21 /* Define to 1 if you have the <memory.h> header file. */
22 #undef HAVE_MEMORY_H
24 /* Define to 1 if you have the `memset' function. */
25 #undef HAVE_MEMSET
27 /* Define to 1 if you have the `pow' function. */
28 #undef HAVE_POW
30 /* Define to 1 if you have the `select' function. */
31 #undef HAVE_SELECT
33 /* Define to 1 if you have the `sqrt' function. */
34 #undef HAVE_SQRT
36 /* Define to 1 if `stat' has the bug that it succeeds when given the
37 zero-length file name argument. */
38 #undef HAVE_STAT_EMPTY_STRING_BUG
40 /* Define to 1 if you have the <stddef.h> header file. */
41 #undef HAVE_STDDEF_H
43 /* Define to 1 if you have the <stdint.h> header file. */
44 #undef HAVE_STDINT_H
46 /* Define to 1 if you have the <stdlib.h> header file. */
47 #undef HAVE_STDLIB_H
49 /* Define to 1 if you have the `strdup' function. */
50 #undef HAVE_STRDUP
52 /* Define to 1 if you have the `strerror' function. */
53 #undef HAVE_STRERROR
55 /* Define to 1 if you have the <strings.h> header file. */
56 #undef HAVE_STRINGS_H
58 /* Define to 1 if you have the <string.h> header file. */
59 #undef HAVE_STRING_H
61 /* Define to 1 if you have the `strstr' function. */
62 #undef HAVE_STRSTR
64 /* Define to 1 if you have the `strtol' function. */
65 #undef HAVE_STRTOL
67 /* Define to 1 if you have the <sys/ioctl.h> header file. */
68 #undef HAVE_SYS_IOCTL_H
70 /* Define to 1 if you have the <sys/stat.h> header file. */
71 #undef HAVE_SYS_STAT_H
73 /* Define to 1 if you have the <sys/time.h> header file. */
74 #undef HAVE_SYS_TIME_H
76 /* Define to 1 if you have the <sys/types.h> header file. */
77 #undef HAVE_SYS_TYPES_H
79 /* Define to 1 if you have the <unistd.h> header file. */
80 #undef HAVE_UNISTD_H
82 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
83 slash. */
84 #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
86 /* Define to the address where bug reports for this package should be sent. */
87 #undef PACKAGE_BUGREPORT
89 /* Define to the full name of this package. */
90 #undef PACKAGE_NAME
92 /* Define to the full name and version of this package. */
93 #undef PACKAGE_STRING
95 /* Define to the one symbol short name of this package. */
96 #undef PACKAGE_TARNAME
98 /* Define to the version of this package. */
99 #undef PACKAGE_VERSION
101 /* Define to 1 if you have the ANSI C header files. */
102 #undef STDC_HEADERS
104 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
105 #undef TIME_WITH_SYS_TIME
107 /* Define to 1 if the X Window System is missing or not being used. */
108 #undef X_DISPLAY_MISSING
110 /* Define to empty if `const' does not conform to ANSI C. */
111 #undef const
113 /* Define to `unsigned' if <sys/types.h> does not define. */
114 #undef size_t