Strip off version numbers from dir name
[dockapps.git] / wmacpiload / config.h.in
bloba9688f89a198a03e306c778de26aa141047575d0
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* use debug code */
4 #undef DEBUG
6 /* Define to 1 if you have the <fcntl.h> header file. */
7 #undef HAVE_FCNTL_H
9 /* Define to 1 if you have the <inttypes.h> header file. */
10 #undef HAVE_INTTYPES_H
12 /* Define to 1 if your system has a working `malloc' function. */
13 #undef HAVE_MALLOC
15 /* Define to 1 if you have the <memory.h> header file. */
16 #undef HAVE_MEMORY_H
18 /* Define to 1 if you have the `select' function. */
19 #undef HAVE_SELECT
21 /* Define to 1 if you have the <stddef.h> header file. */
22 #undef HAVE_STDDEF_H
24 /* Define to 1 if you have the <stdint.h> header file. */
25 #undef HAVE_STDINT_H
27 /* Define to 1 if you have the <stdlib.h> header file. */
28 #undef HAVE_STDLIB_H
30 /* Define to 1 if you have the <strings.h> header file. */
31 #undef HAVE_STRINGS_H
33 /* Define to 1 if you have the <string.h> header file. */
34 #undef HAVE_STRING_H
36 /* Define to 1 if you have the `strtoul' function. */
37 #undef HAVE_STRTOUL
39 /* Define to 1 if you have the <sys/param.h> header file. */
40 #undef HAVE_SYS_PARAM_H
42 /* Define to 1 if you have the <sys/stat.h> header file. */
43 #undef HAVE_SYS_STAT_H
45 /* Define to 1 if you have the <sys/time.h> header file. */
46 #undef HAVE_SYS_TIME_H
48 /* Define to 1 if you have the <sys/types.h> header file. */
49 #undef HAVE_SYS_TYPES_H
51 /* Define to 1 if you have the `uname' function. */
52 #undef HAVE_UNAME
54 /* Define to 1 if you have the <unistd.h> header file. */
55 #undef HAVE_UNISTD_H
57 /* use '--ignore-buffers' option */
58 #undef IGNORE_BUFFERS
60 /* use '--ignore-cached' option */
61 #undef IGNORE_CACHED
63 /* use '--ignore-wired' option */
64 #undef IGNORE_WIRED
66 /* Name of package */
67 #undef PACKAGE
69 /* Define to the address where bug reports for this package should be sent. */
70 #undef PACKAGE_BUGREPORT
72 /* Define to the full name of this package. */
73 #undef PACKAGE_NAME
75 /* Define to the full name and version of this package. */
76 #undef PACKAGE_STRING
78 /* Define to the one symbol short name of this package. */
79 #undef PACKAGE_TARNAME
81 /* Define to the version of this package. */
82 #undef PACKAGE_VERSION
84 /* Define to 1 if you have the ANSI C header files. */
85 #undef STDC_HEADERS
87 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
88 #undef TIME_WITH_SYS_TIME
90 /* Version number of package */
91 #undef VERSION
93 /* Define to 1 if the X Window System is missing or not being used. */
94 #undef X_DISPLAY_MISSING
96 /* Define to empty if `const' does not conform to ANSI C. */
97 #undef const
99 /* Define to `unsigned' if <sys/types.h> does not define. */
100 #undef size_t