wmwork: Add version 0.2.5 to repository.
[dockapps.git] / wmwork / src / config.h.in
blob1131f619ff95980f2df0b56a8a64824d5aca4d23
1 /* config.h.in. Generated from configure.ac by autoheader. */
3 /* Define to 1 if the `closedir' function returns void instead of `int'. */
4 #undef CLOSEDIR_VOID
6 /* Define to 1 if you have the `atexit' function. */
7 #undef HAVE_ATEXIT
9 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
11 #undef HAVE_DIRENT_H
13 /* Define to 1 if you have the <fcntl.h> header file. */
14 #undef HAVE_FCNTL_H
16 /* Define to 1 if you have the `gettimeofday' function. */
17 #undef HAVE_GETTIMEOFDAY
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #undef HAVE_INTTYPES_H
22 /* Define to 1 if you have the `X11' library (-lX11). */
23 #undef HAVE_LIBX11
25 /* Define to 1 if you have the `Xext' library (-lXext). */
26 #undef HAVE_LIBXEXT
28 /* Define to 1 if you have the `Xpm' library (-lXpm). */
29 #undef HAVE_LIBXPM
31 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
32 to 0 otherwise. */
33 #undef HAVE_MALLOC
35 /* Define to 1 if you have the <memory.h> header file. */
36 #undef HAVE_MEMORY_H
38 /* Define to 1 if you have the `mkdir' function. */
39 #undef HAVE_MKDIR
41 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
42 #undef HAVE_NDIR_H
44 /* Define to 1 if you have the <stdint.h> header file. */
45 #undef HAVE_STDINT_H
47 /* Define to 1 if you have the <stdlib.h> header file. */
48 #undef HAVE_STDLIB_H
50 /* Define to 1 if you have the `strcspn' function. */
51 #undef HAVE_STRCSPN
53 /* Define to 1 if you have the `strdup' function. */
54 #undef HAVE_STRDUP
56 /* Define to 1 if you have the `strerror' function. */
57 #undef HAVE_STRERROR
59 /* Define to 1 if you have the `strftime' function. */
60 #undef HAVE_STRFTIME
62 /* Define to 1 if you have the <strings.h> header file. */
63 #undef HAVE_STRINGS_H
65 /* Define to 1 if you have the <string.h> header file. */
66 #undef HAVE_STRING_H
68 /* Define to 1 if you have the `strspn' function. */
69 #undef HAVE_STRSPN
71 /* Define to 1 if you have the `strstr' function. */
72 #undef HAVE_STRSTR
74 /* Define to 1 if you have the `strtol' function. */
75 #undef HAVE_STRTOL
77 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
79 #undef HAVE_SYS_DIR_H
81 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
83 #undef HAVE_SYS_NDIR_H
85 /* Define to 1 if you have the <sys/stat.h> header file. */
86 #undef HAVE_SYS_STAT_H
88 /* Define to 1 if you have the <sys/time.h> header file. */
89 #undef HAVE_SYS_TIME_H
91 /* Define to 1 if you have the <sys/types.h> header file. */
92 #undef HAVE_SYS_TYPES_H
94 /* Define to 1 if you have the <unistd.h> header file. */
95 #undef HAVE_UNISTD_H
97 /* Define to the address where bug reports for this package should be sent. */
98 #undef PACKAGE_BUGREPORT
100 /* Define to the full name of this package. */
101 #undef PACKAGE_NAME
103 /* Define to the full name and version of this package. */
104 #undef PACKAGE_STRING
106 /* Define to the one symbol short name of this package. */
107 #undef PACKAGE_TARNAME
109 /* Define to the version of this package. */
110 #undef PACKAGE_VERSION
112 /* Define as the return type of signal handlers (`int' or `void'). */
113 #undef RETSIGTYPE
115 /* Define to 1 if you have the ANSI C header files. */
116 #undef STDC_HEADERS
118 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
119 #undef TIME_WITH_SYS_TIME
121 /* Define to 1 if the X Window System is missing or not being used. */
122 #undef X_DISPLAY_MISSING
124 /* Define to empty if `const' does not conform to ANSI C. */
125 #undef const
127 /* Define to rpl_malloc if the replacement function should be used. */
128 #undef malloc
130 /* Define to `int' if <sys/types.h> does not define. */
131 #undef pid_t