Imported Upstream version 3
[platform/upstream/buxton.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3 #ifndef CONFIG_H_INCLUDED
4         #define CONFIG_H_INCLUDED 1
5
6 /* Coverage enabled */
7 #undef COVERAGE
8
9 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
10    systems. This function is required for `alloca.c' support on those systems.
11    */
12 #undef CRAY_STACKSEG_END
13
14 /* Define to 1 if using `alloca.c'. */
15 #undef C_ALLOCA
16
17 /* Debugging mode enabled */
18 #undef DEBUG
19
20 /* Building GTK demo */
21 #undef DEMOS
22
23 /* Define to 1 if you have `alloca', as a function or macro. */
24 #undef HAVE_ALLOCA
25
26 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
27    */
28 #undef HAVE_ALLOCA_H
29
30 /* Define to 1 if you have the `atexit' function. */
31 #undef HAVE_ATEXIT
32
33 /* Define to 1 if you have the <attr/xattr.h> header file. */
34 #undef HAVE_ATTR_XATTR_H
35
36 /* Define to 1 if you have the <dlfcn.h> header file. */
37 #undef HAVE_DLFCN_H
38
39 /* Define to 1 if you have the <fcntl.h> header file. */
40 #undef HAVE_FCNTL_H
41
42 /* Define to 1 if you have the `fork' function. */
43 #undef HAVE_FORK
44
45 /* Define to 1 if you have the <gdbm.h> header file. */
46 #undef HAVE_GDBM_H
47
48 /* Define to 1 if you have the <inttypes.h> header file. */
49 #undef HAVE_INTTYPES_H
50
51 /* Define to 1 if you have the `dl' library (-ldl). */
52 #undef HAVE_LIBDL
53
54 /* Define to 1 if you have the `gdbm' library (-lgdbm). */
55 #undef HAVE_LIBGDBM
56
57 /* Define to 1 if you have the `m' library (-lm). */
58 #undef HAVE_LIBM
59
60 /* Define to 1 if you have the `rt' library (-lrt). */
61 #undef HAVE_LIBRT
62
63 /* Define to 1 if you have the <limits.h> header file. */
64 #undef HAVE_LIMITS_H
65
66 /* Define to 1 if you have the <linux/inotify.h> header file. */
67 #undef HAVE_LINUX_INOTIFY_H
68
69 /* Define to 1 if you have the <locale.h> header file. */
70 #undef HAVE_LOCALE_H
71
72 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
73    to 0 otherwise. */
74 #undef HAVE_MALLOC
75
76 /* Define to 1 if you have the <malloc.h> header file. */
77 #undef HAVE_MALLOC_H
78
79 /* Define to 1 if you have the <math.h> header file. */
80 #undef HAVE_MATH_H
81
82 /* Define to 1 if you have the `memmove' function. */
83 #undef HAVE_MEMMOVE
84
85 /* Define to 1 if you have the <memory.h> header file. */
86 #undef HAVE_MEMORY_H
87
88 /* Define to 1 if you have the `memset' function. */
89 #undef HAVE_MEMSET
90
91 /* Preprocessor support for #pragma once */
92 #undef HAVE_PRAGMA_ONCE
93
94 /* Define to 1 if you have the <pthread.h> header file. */
95 #undef HAVE_PTHREAD_H
96
97 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
98    and to 0 otherwise. */
99 #undef HAVE_REALLOC
100
101 /* Define to 1 if you have the `secure_getenv' function. */
102 #undef HAVE_SECURE_GETENV
103
104 /* Define to 1 if you have the `socket' function. */
105 #undef HAVE_SOCKET
106
107 /* Define to 1 if stdbool.h conforms to C99. */
108 #undef HAVE_STDBOOL_H
109
110 /* Define to 1 if you have the <stddef.h> header file. */
111 #undef HAVE_STDDEF_H
112
113 /* Define to 1 if you have the <stdint.h> header file. */
114 #undef HAVE_STDINT_H
115
116 /* Define to 1 if you have the <stdlib.h> header file. */
117 #undef HAVE_STDLIB_H
118
119 /* Define to 1 if you have the `strchr' function. */
120 #undef HAVE_STRCHR
121
122 /* Define to 1 if you have the `strdup' function. */
123 #undef HAVE_STRDUP
124
125 /* Define to 1 if you have the <strings.h> header file. */
126 #undef HAVE_STRINGS_H
127
128 /* Define to 1 if you have the <string.h> header file. */
129 #undef HAVE_STRING_H
130
131 /* Define to 1 if you have the `strndup' function. */
132 #undef HAVE_STRNDUP
133
134 /* Define to 1 if you have the `strtol' function. */
135 #undef HAVE_STRTOL
136
137 /* Define to 1 if you have the <sys/param.h> header file. */
138 #undef HAVE_SYS_PARAM_H
139
140 /* Define to 1 if you have the <sys/signalfd.h> header file. */
141 #undef HAVE_SYS_SIGNALFD_H
142
143 /* Define to 1 if you have the <sys/socket.h> header file. */
144 #undef HAVE_SYS_SOCKET_H
145
146 /* Define to 1 if you have the <sys/stat.h> header file. */
147 #undef HAVE_SYS_STAT_H
148
149 /* Define to 1 if you have the <sys/time.h> header file. */
150 #undef HAVE_SYS_TIME_H
151
152 /* Define to 1 if you have the <sys/types.h> header file. */
153 #undef HAVE_SYS_TYPES_H
154
155 /* Define to 1 if you have the <time.h> header file. */
156 #undef HAVE_TIME_H
157
158 /* Define to 1 if you have the <unistd.h> header file. */
159 #undef HAVE_UNISTD_H
160
161 /* Define to 1 if you have the `vfork' function. */
162 #undef HAVE_VFORK
163
164 /* Define to 1 if you have the <vfork.h> header file. */
165 #undef HAVE_VFORK_H
166
167 /* Define to 1 if `fork' works. */
168 #undef HAVE_WORKING_FORK
169
170 /* Define to 1 if `vfork' works. */
171 #undef HAVE_WORKING_VFORK
172
173 /* Define to 1 if the system has the type `_Bool'. */
174 #undef HAVE__BOOL
175
176 /* Define to 1 if you have the `__secure_getenv' function. */
177 #undef HAVE___SECURE_GETENV
178
179 /* Define to the sub-directory in which libtool stores uninstalled libraries.
180    */
181 #undef LT_OBJDIR
182
183 /* Man pages will be included */
184 #undef MANPAGE
185
186 /* Debugging and assertions disabled */
187 #undef NDEBUG
188
189 /* Man pages will not be included */
190 #undef NMANPAGE
191
192 /* Name of package */
193 #undef PACKAGE
194
195 /* Define to the address where bug reports for this package should be sent. */
196 #undef PACKAGE_BUGREPORT
197
198 /* Define to the full name of this package. */
199 #undef PACKAGE_NAME
200
201 /* Define to the full name and version of this package. */
202 #undef PACKAGE_STRING
203
204 /* Define to the one symbol short name of this package. */
205 #undef PACKAGE_TARNAME
206
207 /* Define to the home page for this package. */
208 #undef PACKAGE_URL
209
210 /* Define to the version of this package. */
211 #undef PACKAGE_VERSION
212
213 /* If using the C implementation of alloca, define if you know the
214    direction of stack growth for your system; otherwise it will be
215    automatically deduced at runtime.
216         STACK_DIRECTION > 0 => grows toward higher addresses
217         STACK_DIRECTION < 0 => grows toward lower addresses
218         STACK_DIRECTION = 0 => direction of growth unknown */
219 #undef STACK_DIRECTION
220
221 /* Define to 1 if you have the ANSI C header files. */
222 #undef STDC_HEADERS
223
224 /* Version number of package */
225 #undef VERSION
226
227 /* Enable GNU extensions on systems that have them.  */
228 #ifndef _GNU_SOURCE
229         #define _GNU_SOURCE
230 #endif
231
232 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
233    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
234    #define below would cause a syntax error. */
235 #undef _UINT32_T
236
237 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
238    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
239    #define below would cause a syntax error. */
240 #undef _UINT64_T
241
242 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
243    <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
244    #define below would cause a syntax error. */
245 #undef _UINT8_T
246
247 /* Define to `int' if <sys/types.h> doesn't define. */
248 #undef gid_t
249
250 /* Define to `__inline__' or `__inline' if that's what the C compiler
251    calls it, or to nothing if 'inline' is not supported under any name.  */
252 #ifndef __cplusplus
253 #undef inline
254 #endif
255
256 /* Define to the type of a signed integer type of width exactly 32 bits if
257    such a type exists and the standard includes do not define it. */
258 #undef int32_t
259
260 /* Define to the type of a signed integer type of width exactly 64 bits if
261    such a type exists and the standard includes do not define it. */
262 #undef int64_t
263
264 /* Define to rpl_malloc if the replacement function should be used. */
265 #undef malloc
266
267 /* Define to `int' if <sys/types.h> does not define. */
268 #undef pid_t
269
270 /* Define to rpl_realloc if the replacement function should be used. */
271 #undef realloc
272
273 /* Define to `unsigned int' if <sys/types.h> does not define. */
274 #undef size_t
275
276 /* Define to `int' if <sys/types.h> does not define. */
277 #undef ssize_t
278
279 /* Define to `int' if <sys/types.h> doesn't define. */
280 #undef uid_t
281
282 /* Define to the type of an unsigned integer type of width exactly 16 bits if
283    such a type exists and the standard includes do not define it. */
284 #undef uint16_t
285
286 /* Define to the type of an unsigned integer type of width exactly 32 bits if
287    such a type exists and the standard includes do not define it. */
288 #undef uint32_t
289
290 /* Define to the type of an unsigned integer type of width exactly 64 bits if
291    such a type exists and the standard includes do not define it. */
292 #undef uint64_t
293
294 /* Define to the type of an unsigned integer type of width exactly 8 bits if
295    such a type exists and the standard includes do not define it. */
296 #undef uint8_t
297
298 /* Define as `fork' if `vfork' does not work. */
299 #undef vfork
300
301 #endif