Strip off version numbers from dir name
[dockapps.git] / wmacpiload / config.h
blobe4c8ed318a30e7426f9c3413a20261615a4d2187
1 /* config.h. Generated by configure. */
2 /* config.h.in. Generated from configure.ac by autoheader. */
4 /* use debug code */
5 /* #undef DEBUG */
7 /* Define to 1 if you have the <fcntl.h> header file. */
8 #define HAVE_FCNTL_H 1
10 /* Define to 1 if you have the <inttypes.h> header file. */
11 #define HAVE_INTTYPES_H 1
13 /* Define to 1 if your system has a working `malloc' function. */
14 #define HAVE_MALLOC 1
16 /* Define to 1 if you have the <memory.h> header file. */
17 #define HAVE_MEMORY_H 1
19 /* Define to 1 if you have the `select' function. */
20 #define HAVE_SELECT 1
22 /* Define to 1 if you have the <stddef.h> header file. */
23 #define HAVE_STDDEF_H 1
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #define HAVE_STDINT_H 1
28 /* Define to 1 if you have the <stdlib.h> header file. */
29 #define HAVE_STDLIB_H 1
31 /* Define to 1 if you have the <strings.h> header file. */
32 #define HAVE_STRINGS_H 1
34 /* Define to 1 if you have the <string.h> header file. */
35 #define HAVE_STRING_H 1
37 /* Define to 1 if you have the `strtoul' function. */
38 #define HAVE_STRTOUL 1
40 /* Define to 1 if you have the <sys/param.h> header file. */
41 #define HAVE_SYS_PARAM_H 1
43 /* Define to 1 if you have the <sys/stat.h> header file. */
44 #define HAVE_SYS_STAT_H 1
46 /* Define to 1 if you have the <sys/time.h> header file. */
47 #define HAVE_SYS_TIME_H 1
49 /* Define to 1 if you have the <sys/types.h> header file. */
50 #define HAVE_SYS_TYPES_H 1
52 /* Define to 1 if you have the `uname' function. */
53 #define HAVE_UNAME 1
55 /* Define to 1 if you have the <unistd.h> header file. */
56 #define HAVE_UNISTD_H 1
58 /* use '--ignore-buffers' option */
59 #define IGNORE_BUFFERS 1
61 /* use '--ignore-cached' option */
62 #define IGNORE_CACHED 1
64 /* use '--ignore-wired' option */
65 /* #undef IGNORE_WIRED */
67 /* Name of package */
68 #define PACKAGE "wmapmload"
70 /* Define to the address where bug reports for this package should be sent. */
71 #define PACKAGE_BUGREPORT "tnemeth@free.fr"
73 /* Define to the full name of this package. */
74 #define PACKAGE_NAME "wmapmload"
76 /* Define to the full name and version of this package. */
77 #define PACKAGE_STRING "wmapmload 0.3.2"
79 /* Define to the one symbol short name of this package. */
80 #define PACKAGE_TARNAME "wmapmload"
82 /* Define to the version of this package. */
83 #define PACKAGE_VERSION "0.3.2"
85 /* Define to 1 if you have the ANSI C header files. */
86 #define STDC_HEADERS 1
88 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
89 #define TIME_WITH_SYS_TIME 1
91 /* Version number of package */
92 #define VERSION "0.3.2"
94 /* Define to 1 if the X Window System is missing or not being used. */
95 /* #undef X_DISPLAY_MISSING */
97 /* Define to empty if `const' does not conform to ANSI C. */
98 /* #undef const */
100 /* Define to `unsigned' if <sys/types.h> does not define. */
101 /* #undef size_t */