1/* config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* milkjf font */
4#undef FONT_MILKJF
5
6/* M+ Bitmap font */
7#undef FONT_MPLUS
8
9/* GNU Unifont */
10#undef FONT_UNIFONT
11
12/* Define to 1 if you have the `calloc' function. */
13#undef HAVE_CALLOC
14
15/* Define to 1 if you have the <ctype.h> header file. */
16#undef HAVE_CTYPE_H
17
18/* Define to 1 if you have the <errno.h> header file. */
19#undef HAVE_ERRNO_H
20
21/* Define to 1 if you have the <fcntl.h> header file. */
22#undef HAVE_FCNTL_H
23
24/* whether getopt is avilable */
25#undef HAVE_GETOPT
26
27/* Define to 1 if you have the <getopt.h> header file. */
28#undef HAVE_GETOPT_H
29
30/* whether getopt_long is avilable */
31#undef HAVE_GETOPT_LONG
32
33/* Define to 1 if you have the <inttypes.h> header file. */
34#undef HAVE_INTTYPES_H
35
36/* Define to 1 if you have the <limits.h> header file. */
37#undef HAVE_LIMITS_H
38
39/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
40   to 0 otherwise. */
41#undef HAVE_MALLOC
42
43/* Define to 1 if you have the `memcpy' function. */
44#undef HAVE_MEMCPY
45
46/* Define to 1 if you have the `memmove' function. */
47#undef HAVE_MEMMOVE
48
49/* Define to 1 if you have the <memory.h> header file. */
50#undef HAVE_MEMORY_H
51
52/* Define to 1 if your system has a GNU libc compatible `realloc' function,
53   and to 0 otherwise. */
54#undef HAVE_REALLOC
55
56/* Define to 1 if you have the `setmode' function. */
57#undef HAVE_SETMODE
58
59/* Define to 1 if you have the <stdint.h> header file. */
60#undef HAVE_STDINT_H
61
62/* Define to 1 if you have the <stdlib.h> header file. */
63#undef HAVE_STDLIB_H
64
65/* Define to 1 if you have the `strchr' function. */
66#undef HAVE_STRCHR
67
68/* Define to 1 if you have the <strings.h> header file. */
69#undef HAVE_STRINGS_H
70
71/* Define to 1 if you have the <string.h> header file. */
72#undef HAVE_STRING_H
73
74/* Define to 1 if you have the `strstr' function. */
75#undef HAVE_STRSTR
76
77/* Define to 1 if you have the `strtol' function. */
78#undef HAVE_STRTOL
79
80/* Define to 1 if you have the <sys/stat.h> header file. */
81#undef HAVE_SYS_STAT_H
82
83/* Define to 1 if you have the <sys/types.h> header file. */
84#undef HAVE_SYS_TYPES_H
85
86/* Define to 1 if you have the <unistd.h> header file. */
87#undef HAVE_UNISTD_H
88
89/* Define to 1 if you have the <wchar.h> header file. */
90#undef HAVE_WCHAR_H
91
92/* Define to 1 if the system has the type `_Bool'. */
93#undef HAVE__BOOL
94
95/* Define to 1 if you have the `_setmode' function. */
96#undef HAVE__SETMODE
97
98/* Name of package */
99#undef PACKAGE
100
101/* Define to the address where bug reports for this package should be sent. */
102#undef PACKAGE_BUGREPORT
103
104/* Define to the full name of this package. */
105#undef PACKAGE_NAME
106
107/* Define to the full name and version of this package. */
108#undef PACKAGE_STRING
109
110/* Define to the one symbol short name of this package. */
111#undef PACKAGE_TARNAME
112
113/* Define to the home page for this package. */
114#undef PACKAGE_URL
115
116/* Define to the version of this package. */
117#undef PACKAGE_VERSION
118
119/* milkjf font is selected. */
120#undef SELECTED_FONT
121
122/* Define to 1 if you have the ANSI C header files. */
123#undef STDC_HEADERS
124
125/* Version number of package */
126#undef VERSION
127
128/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
129   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
130   #define below would cause a syntax error. */
131#undef _UINT32_T
132
133/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
134   <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
135   #define below would cause a syntax error. */
136#undef _UINT8_T
137
138/* Define to `__inline__' or `__inline' if that's what the C compiler
139   calls it, or to nothing if 'inline' is not supported under any name.  */
140#ifndef __cplusplus
141#undef inline
142#endif
143
144/* Define to the type of a signed integer type of width exactly 32 bits if
145   such a type exists and the standard includes do not define it. */
146#undef int32_t
147
148/* Define to rpl_malloc if the replacement function should be used. */
149#undef malloc
150
151/* Define to `long int' if <sys/types.h> does not define. */
152#undef off_t
153
154/* Define to `int' if <sys/types.h> does not define. */
155#undef pid_t
156
157/* Define to rpl_realloc if the replacement function should be used. */
158#undef realloc
159
160/* Define to `unsigned int' if <sys/types.h> does not define. */
161#undef size_t
162
163/* Define to `int' if <sys/types.h> does not define. */
164#undef ssize_t
165
166/* Define to the type of an unsigned integer type of width exactly 16 bits if
167   such a type exists and the standard includes do not define it. */
168#undef uint16_t
169
170/* Define to the type of an unsigned integer type of width exactly 32 bits if
171   such a type exists and the standard includes do not define it. */
172#undef uint32_t
173
174/* Define to the type of an unsigned integer type of width exactly 8 bits if
175   such a type exists and the standard includes do not define it. */
176#undef uint8_t
177