Mass update GPLv2 from http://www.gnu.org/licenses/old-licenses/gpl-2.0.txt
[dockapps.git] / wmstickynotes / config.h.in
bloba7e93e27fc41a438bcca83a96bf23001c1cf7683
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
4 */
5 #undef HAVE_DIRENT_H
7 /* Define to 1 if you have the <inttypes.h> header file. */
8 #undef HAVE_INTTYPES_H
10 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
11 to 0 otherwise. */
12 #undef HAVE_MALLOC
14 /* Define to 1 if you have the <memory.h> header file. */
15 #undef HAVE_MEMORY_H
17 /* Define to 1 if you have the `mkdir' function. */
18 #undef HAVE_MKDIR
20 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
21 #undef HAVE_NDIR_H
23 /* Define to 1 if you have the <stdint.h> header file. */
24 #undef HAVE_STDINT_H
26 /* Define to 1 if you have the <stdlib.h> header file. */
27 #undef HAVE_STDLIB_H
29 /* Define to 1 if you have the `strftime' function. */
30 #undef HAVE_STRFTIME
32 /* Define to 1 if you have the <strings.h> header file. */
33 #undef HAVE_STRINGS_H
35 /* Define to 1 if you have the <string.h> header file. */
36 #undef HAVE_STRING_H
38 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
40 #undef HAVE_SYS_DIR_H
42 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
44 #undef HAVE_SYS_NDIR_H
46 /* Define to 1 if you have the <sys/stat.h> header file. */
47 #undef HAVE_SYS_STAT_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 <unistd.h> header file. */
53 #undef HAVE_UNISTD_H
55 /* Name of package */
56 #undef PACKAGE
58 /* Define to the address where bug reports for this package should be sent. */
59 #undef PACKAGE_BUGREPORT
61 /* Define to the full name of this package. */
62 #undef PACKAGE_NAME
64 /* Define to the full name and version of this package. */
65 #undef PACKAGE_STRING
67 /* Define to the one symbol short name of this package. */
68 #undef PACKAGE_TARNAME
70 /* Define to the version of this package. */
71 #undef PACKAGE_VERSION
73 /* Define as the return type of signal handlers (`int' or `void'). */
74 #undef RETSIGTYPE
76 /* Define to 1 if you have the ANSI C header files. */
77 #undef STDC_HEADERS
79 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
80 #undef TIME_WITH_SYS_TIME
82 /* Version number of package */
83 #undef VERSION
85 /* Define to 1 if the X Window System is missing or not being used. */
86 #undef X_DISPLAY_MISSING
88 /* Define to empty if `const' does not conform to ANSI C. */
89 #undef const
91 /* Define to rpl_malloc if the replacement function should be used. */
92 #undef malloc
94 /* Define to `int' if <sys/types.h> does not define. */
95 #undef pid_t