1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define to 1 if the `closedir' function returns void instead of `int'. */
5 /* #undef CLOSEDIR_VOID */
6 
7 /* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
8    systems. This function is required for `alloca.c' support on those systems.
9    */
10 /* #undef CRAY_STACKSEG_END */
11 
12 /* Define to 1 if using `alloca.c'. */
13 /* #undef C_ALLOCA */
14 
15 /* Define to 1 if translation of program messages to the user's native
16    language is requested. */
17 #define ENABLE_NLS 1
18 
19 /* Define to the type of elements in the array set by `getgroups'. Usually
20    this is either `int' or `gid_t'. */
21 #define GETGROUPS_T gid_t
22 
23 /* The package name, for gettext */
24 #define GETTEXT_PACKAGE "xfe"
25 
26 /* Define to 1 if you have the `alarm' function. */
27 #define HAVE_ALARM 1
28 
29 /* Define to 1 if you have `alloca', as a function or macro. */
30 #define HAVE_ALLOCA 1
31 
32 /* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
33    */
34 #define HAVE_ALLOCA_H 1
35 
36 /* Define to 1 if you have the `argz_count' function. */
37 #define HAVE_ARGZ_COUNT 1
38 
39 /* Define to 1 if you have the <argz.h> header file. */
40 #define HAVE_ARGZ_H 1
41 
42 /* Define to 1 if you have the `argz_next' function. */
43 #define HAVE_ARGZ_NEXT 1
44 
45 /* Define to 1 if you have the `argz_stringify' function. */
46 #define HAVE_ARGZ_STRINGIFY 1
47 
48 /* Define to 1 if you have the `asprintf' function. */
49 #define HAVE_ASPRINTF 1
50 
51 /* Define to 1 if the compiler understands __builtin_expect. */
52 #define HAVE_BUILTIN_EXPECT 1
53 
54 /* Define to 1 if you have the MacOS X function CFLocaleCopyCurrent in the
55    CoreFoundation framework. */
56 /* #undef HAVE_CFLOCALECOPYCURRENT */
57 
58 /* Define to 1 if you have the MacOS X function CFPreferencesCopyAppValue in
59    the CoreFoundation framework. */
60 /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
61 
62 /* Define to 1 if your system has a working `chown' function. */
63 #define HAVE_CHOWN 1
64 
65 /* Define if the GNU dcgettext() function is already present or preinstalled.
66    */
67 #define HAVE_DCGETTEXT 1
68 
69 /* Define to 1 if you have the declaration of `feof_unlocked', and to 0 if you
70    don't. */
71 #define HAVE_DECL_FEOF_UNLOCKED 1
72 
73 /* Define to 1 if you have the declaration of `fgets_unlocked', and to 0 if
74    you don't. */
75 #define HAVE_DECL_FGETS_UNLOCKED 1
76 
77 /* Define to 1 if you have the declaration of `getc_unlocked', and to 0 if you
78    don't. */
79 #define HAVE_DECL_GETC_UNLOCKED 1
80 
81 /* Define to 1 if you have the declaration of `_snprintf', and to 0 if you
82    don't. */
83 #define HAVE_DECL__SNPRINTF 0
84 
85 /* Define to 1 if you have the declaration of `_snwprintf', and to 0 if you
86    don't. */
87 #define HAVE_DECL__SNWPRINTF 0
88 
89 /* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
90    */
91 #define HAVE_DIRENT_H 1
92 
93 /* Define to 1 if you have the `endgrent' function. */
94 #define HAVE_ENDGRENT 1
95 
96 /* Define to 1 if you have the `endpwent' function. */
97 #define HAVE_ENDPWENT 1
98 
99 /* Define to 1 if you have the <fcntl.h> header file. */
100 #define HAVE_FCNTL_H 1
101 
102 /* Define to 1 if you have the `fork' function. */
103 #define HAVE_FORK 1
104 
105 /* Define to 1 if you have the `fwprintf' function. */
106 #define HAVE_FWPRINTF 1
107 
108 /* Define to 1 if you have the `getcwd' function. */
109 #define HAVE_GETCWD 1
110 
111 /* Define to 1 if you have the `getegid' function. */
112 #define HAVE_GETEGID 1
113 
114 /* Define to 1 if you have the `geteuid' function. */
115 #define HAVE_GETEUID 1
116 
117 /* Define to 1 if you have the `getgid' function. */
118 #define HAVE_GETGID 1
119 
120 /* Define to 1 if your system has a working `getgroups' function. */
121 #define HAVE_GETGROUPS 1
122 
123 /* Define to 1 if you have the `gethostname' function. */
124 #define HAVE_GETHOSTNAME 1
125 
126 /* Define to 1 if you have the `getmntent' function. */
127 #define HAVE_GETMNTENT 1
128 
129 /* Define to 1 if you have the `getpagesize' function. */
130 #define HAVE_GETPAGESIZE 1
131 
132 /* Define if the GNU gettext() function is already present or preinstalled. */
133 #define HAVE_GETTEXT 1
134 
135 /* Define to 1 if you have the `gettimeofday' function. */
136 #define HAVE_GETTIMEOFDAY 1
137 
138 /* Define to 1 if you have the `getuid' function. */
139 #define HAVE_GETUID 1
140 
141 /* Define if you have the iconv() function. */
142 #define HAVE_ICONV 1
143 
144 /* Define if you have the 'intmax_t' type in <stdint.h> or <inttypes.h>. */
145 #define HAVE_INTMAX_T 1
146 
147 /* Define to 1 if you have the <inttypes.h> header file. */
148 #define HAVE_INTTYPES_H 1
149 
150 /* Define if <inttypes.h> exists, doesn't clash with <sys/types.h>, and
151    declares uintmax_t. */
152 #define HAVE_INTTYPES_H_WITH_UINTMAX 1
153 
154 /* Define if you have <langinfo.h> and nl_langinfo(CODESET). */
155 #define HAVE_LANGINFO_CODESET 1
156 
157 /* Define to 1 if you have the `lchown' function. */
158 #define HAVE_LCHOWN 1
159 
160 /* Define if your <locale.h> file defines LC_MESSAGES. */
161 #define HAVE_LC_MESSAGES 1
162 
163 /* Define to 1 if you have the `fontconfig' library (-lfontconfig). */
164 #define HAVE_LIBFONTCONFIG 1
165 
166 /* Define to 1 if you have the `FOX-1.6' library (-lFOX-1.6). */
167 #define HAVE_LIBFOX_1_6 1
168 
169 /* Define to 1 if you have the `png' library (-lpng). */
170 #define HAVE_LIBPNG 1
171 
172 /* Define to 1 if you have the <limits.h> header file. */
173 #define HAVE_LIMITS_H 1
174 
175 /* Define if you have the 'long double' type. */
176 #define HAVE_LONG_DOUBLE 1
177 
178 /* Define to 1 if the system has the type `long long int'. */
179 #define HAVE_LONG_LONG_INT 1
180 
181 /* Define to 1 if `lstat' has the bug that it succeeds when given the
182    zero-length file name argument. */
183 /* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
184 
185 /* Define to 1 if your system has a GNU libc compatible `malloc' function, and
186    to 0 otherwise. */
187 #define HAVE_MALLOC 1
188 
189 /* Define to 1 if you have the <memory.h> header file. */
190 #define HAVE_MEMORY_H 1
191 
192 /* Define to 1 if you have the `mempcpy' function. */
193 #define HAVE_MEMPCPY 1
194 
195 /* Define to 1 if you have the `memset' function. */
196 #define HAVE_MEMSET 1
197 
198 /* Define to 1 if you have the `mkdir' function. */
199 #define HAVE_MKDIR 1
200 
201 /* Define to 1 if you have the `mkfifo' function. */
202 #define HAVE_MKFIFO 1
203 
204 /* Define to 1 if you have a working `mmap' system call. */
205 #define HAVE_MMAP 1
206 
207 /* Define to 1 if you have the <mntent.h> header file. */
208 #define HAVE_MNTENT_H 1
209 
210 /* Define to 1 if you have the `munmap' function. */
211 #define HAVE_MUNMAP 1
212 
213 /* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
214 /* #undef HAVE_NDIR_H */
215 
216 /* Define if you have <langinfo.h> and it defines the NL_LOCALE_NAME macro if
217    _GNU_SOURCE is defined. */
218 #define HAVE_NL_LOCALE_NAME 1
219 
220 /* Define if your printf() function supports format strings with positions. */
221 #define HAVE_POSIX_PRINTF 1
222 
223 /* Define if the <pthread.h> defines PTHREAD_MUTEX_RECURSIVE. */
224 #define HAVE_PTHREAD_MUTEX_RECURSIVE 1
225 
226 /* Define if the POSIX multithreading library has read/write locks. */
227 #define HAVE_PTHREAD_RWLOCK 1
228 
229 /* Define to 1 if you have the `putenv' function. */
230 #define HAVE_PUTENV 1
231 
232 /* Define to 1 if your system has a GNU libc compatible `realloc' function,
233    and to 0 otherwise. */
234 #define HAVE_REALLOC 1
235 
236 /* Define to 1 if you have the `rmdir' function. */
237 #define HAVE_RMDIR 1
238 
239 /* Define to 1 if you have the `setenv' function. */
240 #define HAVE_SETENV 1
241 
242 /* Define to 1 if you have the `setlocale' function. */
243 #define HAVE_SETLOCALE 1
244 
245 /* Define to 1 if you have the `snprintf' function. */
246 #define HAVE_SNPRINTF 1
247 
248 /* Define to 1 if you have the `sqrt' function. */
249 /* #undef HAVE_SQRT */
250 
251 /* Define to 1 if `stat' has the bug that it succeeds when given the
252    zero-length file name argument. */
253 /* #undef HAVE_STAT_EMPTY_STRING_BUG */
254 
255 /* Define to 1 if stdbool.h conforms to C99. */
256 #define HAVE_STDBOOL_H 1
257 
258 /* Define to 1 if you have the <stddef.h> header file. */
259 #define HAVE_STDDEF_H 1
260 
261 /* Define to 1 if you have the <stdint.h> header file. */
262 #define HAVE_STDINT_H 1
263 
264 /* Define if <stdint.h> exists, doesn't clash with <sys/types.h>, and declares
265    uintmax_t. */
266 #define HAVE_STDINT_H_WITH_UINTMAX 1
267 
268 /* Define to 1 if you have the <stdlib.h> header file. */
269 #define HAVE_STDLIB_H 1
270 
271 /* Define to 1 if you have the `stpcpy' function. */
272 #define HAVE_STPCPY 1
273 
274 /* Define to 1 if you have the `strcasecmp' function. */
275 #define HAVE_STRCASECMP 1
276 
277 /* Define to 1 if you have the `strchr' function. */
278 #define HAVE_STRCHR 1
279 
280 /* Define to 1 if you have the `strdup' function. */
281 #define HAVE_STRDUP 1
282 
283 /* Define to 1 if you have the `strerror' function. */
284 #define HAVE_STRERROR 1
285 
286 /* Define to 1 if you have the <strings.h> header file. */
287 #define HAVE_STRINGS_H 1
288 
289 /* Define to 1 if you have the <string.h> header file. */
290 #define HAVE_STRING_H 1
291 
292 /* Define to 1 if you have the `strstr' function. */
293 #define HAVE_STRSTR 1
294 
295 /* Define to 1 if you have the `strtol' function. */
296 #define HAVE_STRTOL 1
297 
298 /* Define to 1 if you have the `strtoul' function. */
299 #define HAVE_STRTOUL 1
300 
301 /* Define to 1 if you have the `strtoull' function. */
302 #define HAVE_STRTOULL 1
303 
304 /* Define to 1 if `st_rdev' is a member of `struct stat'. */
305 #define HAVE_STRUCT_STAT_ST_RDEV 1
306 
307 /* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
308    */
309 /* #undef HAVE_SYS_DIR_H */
310 
311 /* Define to 1 if you have the <sys/ioctl.h> header file. */
312 #define HAVE_SYS_IOCTL_H 1
313 
314 /* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
315    */
316 /* #undef HAVE_SYS_NDIR_H */
317 
318 /* Define to 1 if you have the <sys/param.h> header file. */
319 #define HAVE_SYS_PARAM_H 1
320 
321 /* Define to 1 if you have the <sys/statfs.h> header file. */
322 #define HAVE_SYS_STATFS_H 1
323 
324 /* Define to 1 if you have the <sys/stat.h> header file. */
325 #define HAVE_SYS_STAT_H 1
326 
327 /* Define to 1 if you have the <sys/time.h> header file. */
328 #define HAVE_SYS_TIME_H 1
329 
330 /* Define to 1 if you have the <sys/types.h> header file. */
331 #define HAVE_SYS_TYPES_H 1
332 
333 /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
334 #define HAVE_SYS_WAIT_H 1
335 
336 /* Define to 1 if you have the `tsearch' function. */
337 #define HAVE_TSEARCH 1
338 
339 /* Define if you have the 'uintmax_t' type in <stdint.h> or <inttypes.h>. */
340 #define HAVE_UINTMAX_T 1
341 
342 /* Define to 1 if you have the <unistd.h> header file. */
343 #define HAVE_UNISTD_H 1
344 
345 /* Define if you have the 'unsigned long long' type. */
346 #define HAVE_UNSIGNED_LONG_LONG 1
347 
348 /* Define to 1 if the system has the type `unsigned long long int'. */
349 #define HAVE_UNSIGNED_LONG_LONG_INT 1
350 
351 /* Define to 1 if you have the `utime' function. */
352 #define HAVE_UTIME 1
353 
354 /* Define to 1 if you have the <utime.h> header file. */
355 #define HAVE_UTIME_H 1
356 
357 /* Define to 1 if `utime(file, NULL)' sets file's timestamp to the present. */
358 #define HAVE_UTIME_NULL 1
359 
360 /* Define to 1 if you have the `vfork' function. */
361 #define HAVE_VFORK 1
362 
363 /* Define to 1 if you have the <vfork.h> header file. */
364 /* #undef HAVE_VFORK_H */
365 
366 /* Define to 1 or 0, depending whether the compiler supports simple visibility
367    declarations. */
368 #define HAVE_VISIBILITY 1
369 
370 /* Define if you have the 'wchar_t' type. */
371 #define HAVE_WCHAR_T 1
372 
373 /* Define to 1 if you have the `wcslen' function. */
374 #define HAVE_WCSLEN 1
375 
376 /* Define if you have the 'wint_t' type. */
377 #define HAVE_WINT_T 1
378 
379 /* Define to 1 if `fork' works. */
380 #define HAVE_WORKING_FORK 1
381 
382 /* Define to 1 if `vfork' works. */
383 #define HAVE_WORKING_VFORK 1
384 
385 /* Define to 1 if you have the <X11/extensions/Xrandr.h> header file. */
386 #define HAVE_X11_EXTENSIONS_XRANDR_H 1
387 
388 /* Define to 1 if the system has the type `_Bool'. */
389 #define HAVE__BOOL 1
390 
391 /* Define to 1 if you have the `__fsetlocking' function. */
392 #define HAVE___FSETLOCKING 1
393 
394 /* Define as const if the declaration of iconv() needs const. */
395 #define ICONV_CONST
396 
397 /* Define if integer division by zero raises signal SIGFPE. */
398 #define INTDIV0_RAISES_SIGFPE 1
399 
400 /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
401    slash. */
402 #define LSTAT_FOLLOWS_SLASHED_SYMLINK 1
403 
404 /* Name of package */
405 #define PACKAGE "xfe"
406 
407 /* Define to the address where bug reports for this package should be sent. */
408 #define PACKAGE_BUGREPORT ""
409 
410 /* Define to the full name of this package. */
411 #define PACKAGE_NAME "xfe"
412 
413 /* Define to the full name and version of this package. */
414 #define PACKAGE_STRING "xfe 1.44"
415 
416 /* Define to the one symbol short name of this package. */
417 #define PACKAGE_TARNAME "xfe"
418 
419 /* Define to the home page for this package. */
420 #define PACKAGE_URL ""
421 
422 /* Define to the version of this package. */
423 #define PACKAGE_VERSION "1.44"
424 
425 /* Define if <inttypes.h> exists and defines unusable PRI* macros. */
426 /* #undef PRI_MACROS_BROKEN */
427 
428 /* Define if the pthread_in_use() detection is hard. */
429 /* #undef PTHREAD_IN_USE_DETECTION_HARD */
430 
431 /* Define as the maximum value of type 'size_t', if the system doesn't define
432    it. */
433 /* #undef SIZE_MAX */
434 
435 /* If using the C implementation of alloca, define if you know the
436    direction of stack growth for your system; otherwise it will be
437    automatically deduced at runtime.
438 	STACK_DIRECTION > 0 => grows toward higher addresses
439 	STACK_DIRECTION < 0 => grows toward lower addresses
440 	STACK_DIRECTION = 0 => direction of growth unknown */
441 /* #undef STACK_DIRECTION */
442 
443 /* Define to 1 if you have the ANSI C header files. */
444 #define STDC_HEADERS 1
445 
446 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
447 #define TIME_WITH_SYS_TIME 1
448 
449 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
450 /* #undef TM_IN_SYS_TIME */
451 
452 /* Define if the POSIX multithreading library can be used. */
453 #define USE_POSIX_THREADS 1
454 
455 /* Define if references to the POSIX multithreading library should be made
456    weak. */
457 #define USE_POSIX_THREADS_WEAK 1
458 
459 /* Define if the GNU Pth multithreading library can be used. */
460 /* #undef USE_PTH_THREADS */
461 
462 /* Define if references to the GNU Pth multithreading library should be made
463    weak. */
464 /* #undef USE_PTH_THREADS_WEAK */
465 
466 /* Define if the old Solaris multithreading library can be used. */
467 /* #undef USE_SOLARIS_THREADS */
468 
469 /* Define if references to the old Solaris multithreading library should be
470    made weak. */
471 /* #undef USE_SOLARIS_THREADS_WEAK */
472 
473 /* Enable extensions on AIX 3, Interix.  */
474 #ifndef _ALL_SOURCE
475 # define _ALL_SOURCE 1
476 #endif
477 /* Enable GNU extensions on systems that have them.  */
478 #ifndef _GNU_SOURCE
479 # define _GNU_SOURCE 1
480 #endif
481 /* Enable threading extensions on Solaris.  */
482 #ifndef _POSIX_PTHREAD_SEMANTICS
483 # define _POSIX_PTHREAD_SEMANTICS 1
484 #endif
485 /* Enable extensions on HP NonStop.  */
486 #ifndef _TANDEM_SOURCE
487 # define _TANDEM_SOURCE 1
488 #endif
489 /* Enable general extensions on Solaris.  */
490 #ifndef __EXTENSIONS__
491 # define __EXTENSIONS__ 1
492 #endif
493 
494 
495 /* Define if the Win32 multithreading API can be used. */
496 /* #undef USE_WIN32_THREADS */
497 
498 /* Version number of package */
499 #define VERSION "1.44"
500 
501 /* Enable large inode numbers on Mac OS X 10.5.  */
502 #ifndef _DARWIN_USE_64_BIT_INODE
503 # define _DARWIN_USE_64_BIT_INODE 1
504 #endif
505 
506 /* Number of bits in a file offset, on hosts where this is settable. */
507 /* #undef _FILE_OFFSET_BITS */
508 
509 /* Define for large files, on AIX-style hosts. */
510 /* #undef _LARGE_FILES */
511 
512 /* Define to 1 if on MINIX. */
513 /* #undef _MINIX */
514 
515 /* Define to 2 if the system does not provide POSIX.1 features except with
516    this defined. */
517 /* #undef _POSIX_1_SOURCE */
518 
519 /* Define to 1 if you need to in order for `stat' and other things to work. */
520 /* #undef _POSIX_SOURCE */
521 
522 /* Define to empty if `const' does not conform to ANSI C. */
523 /* #undef const */
524 
525 /* Define to `int' if <sys/types.h> doesn't define. */
526 /* #undef gid_t */
527 
528 /* Define to `__inline__' or `__inline' if that's what the C compiler
529    calls it, or to nothing if 'inline' is not supported under any name.  */
530 #ifndef __cplusplus
531 /* #undef inline */
532 #endif
533 
534 /* Define to rpl_malloc if the replacement function should be used. */
535 /* #undef malloc */
536 
537 /* Define to `int' if <sys/types.h> does not define. */
538 /* #undef mode_t */
539 
540 /* Define to `int' if <sys/types.h> does not define. */
541 /* #undef pid_t */
542 
543 /* Define as the type of the result of subtracting two pointers, if the system
544    doesn't define it. */
545 /* #undef ptrdiff_t */
546 
547 /* Define to rpl_realloc if the replacement function should be used. */
548 /* #undef realloc */
549 
550 /* Define to `unsigned int' if <sys/types.h> does not define. */
551 /* #undef size_t */
552 
553 /* Define to `int' if <sys/types.h> doesn't define. */
554 /* #undef uid_t */
555 
556 /* Define to unsigned long or unsigned long long if <stdint.h> and
557    <inttypes.h> don't define. */
558 /* #undef uintmax_t */
559 
560 /* Define as `fork' if `vfork' does not work. */
561 /* #undef vfork */
562 
563 
564 #define __libc_lock_t                   gl_lock_t
565 #define __libc_lock_define              gl_lock_define
566 #define __libc_lock_define_initialized  gl_lock_define_initialized
567 #define __libc_lock_init                gl_lock_init
568 #define __libc_lock_lock                gl_lock_lock
569 #define __libc_lock_unlock              gl_lock_unlock
570 #define __libc_lock_recursive_t                   gl_recursive_lock_t
571 #define __libc_lock_define_recursive              gl_recursive_lock_define
572 #define __libc_lock_define_initialized_recursive  gl_recursive_lock_define_initialized
573 #define __libc_lock_init_recursive                gl_recursive_lock_init
574 #define __libc_lock_lock_recursive                gl_recursive_lock_lock
575 #define __libc_lock_unlock_recursive              gl_recursive_lock_unlock
576 #define glthread_in_use  libintl_thread_in_use
577 #define glthread_lock_init     libintl_lock_init
578 #define glthread_lock_lock     libintl_lock_lock
579 #define glthread_lock_unlock   libintl_lock_unlock
580 #define glthread_lock_destroy  libintl_lock_destroy
581 #define glthread_rwlock_init     libintl_rwlock_init
582 #define glthread_rwlock_rdlock   libintl_rwlock_rdlock
583 #define glthread_rwlock_wrlock   libintl_rwlock_wrlock
584 #define glthread_rwlock_unlock   libintl_rwlock_unlock
585 #define glthread_rwlock_destroy  libintl_rwlock_destroy
586 #define glthread_recursive_lock_init     libintl_recursive_lock_init
587 #define glthread_recursive_lock_lock     libintl_recursive_lock_lock
588 #define glthread_recursive_lock_unlock   libintl_recursive_lock_unlock
589 #define glthread_recursive_lock_destroy  libintl_recursive_lock_destroy
590 #define glthread_once                 libintl_once
591 #define glthread_once_call            libintl_once_call
592 #define glthread_once_singlethreaded  libintl_once_singlethreaded
593 
594