Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
[dockapps.git] / wmbatteries / config.h.in
blob16278eb70801c455854237bfb6a0b705d59d1bf7
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 GNU libc compatible `malloc' function, and
13 to 0 otherwise. */
14 #undef HAVE_MALLOC
16 /* Define to 1 if you have the <memory.h> header file. */
17 #undef HAVE_MEMORY_H
19 /* Define to 1 if you have the `select' function. */
20 #undef HAVE_SELECT
22 /* Define to 1 if you have the <stddef.h> header file. */
23 #undef HAVE_STDDEF_H
25 /* Define to 1 if you have the <stdint.h> header file. */
26 #undef HAVE_STDINT_H
28 /* Define to 1 if you have the <stdlib.h> header file. */
29 #undef HAVE_STDLIB_H
31 /* Define to 1 if you have the <strings.h> header file. */
32 #undef HAVE_STRINGS_H
34 /* Define to 1 if you have the <string.h> header file. */
35 #undef HAVE_STRING_H
37 /* Define to 1 if you have the `strtoul' function. */
38 #undef HAVE_STRTOUL
40 /* Define to 1 if you have the <sys/param.h> header file. */
41 #undef HAVE_SYS_PARAM_H
43 /* Define to 1 if you have the <sys/stat.h> header file. */
44 #undef HAVE_SYS_STAT_H
46 /* Define to 1 if you have the <sys/time.h> header file. */
47 #undef HAVE_SYS_TIME_H
49 /* Define to 1 if you have the <sys/types.h> header file. */
50 #undef HAVE_SYS_TYPES_H
52 /* Define to 1 if you have the `uname' function. */
53 #undef HAVE_UNAME
55 /* Define to 1 if you have the <unistd.h> header file. */
56 #undef HAVE_UNISTD_H
58 /* use '--ignore-buffers' option */
59 #undef IGNORE_BUFFERS
61 /* use '--ignore-cached' option */
62 #undef IGNORE_CACHED
64 /* use '--ignore-wired' option */
65 #undef IGNORE_WIRED
67 /* Name of package */
68 #undef PACKAGE
70 /* Define to the address where bug reports for this package should be sent. */
71 #undef PACKAGE_BUGREPORT
73 /* Define to the full name of this package. */
74 #undef PACKAGE_NAME
76 /* Define to the full name and version of this package. */
77 #undef PACKAGE_STRING
79 /* Define to the one symbol short name of this package. */
80 #undef PACKAGE_TARNAME
82 /* Define to the version of this package. */
83 #undef PACKAGE_VERSION
85 /* Define to 1 if you have the ANSI C header files. */
86 #undef STDC_HEADERS
88 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
89 #undef TIME_WITH_SYS_TIME
91 /* Version number of package */
92 #undef VERSION
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 rpl_malloc if the replacement function should be used. */
101 #undef malloc
103 /* Define to `unsigned' if <sys/types.h> does not define. */
104 #undef size_t