Whamcloud - gitweb
Fix various spelling typos
[tools/e2fsprogs.git] / lib / config.h.in
1 /* lib/config.h.in.  Generated from configure.ac by autoheader.  */
2
3 /* Define if building universal (internal helper macro) */
4 #undef AC_APPLE_UNIVERSAL_BUILD
5
6 /* Define to 1 if debugging the blkid library */
7 #undef CONFIG_BLKID_DEBUG
8
9 /* Define to 1 to compile findfs */
10 #undef CONFIG_BUILD_FINDFS
11
12 /* Define to 1 for features for use by ext4 developers */
13 #undef CONFIG_DEVELOPER_FEATURES
14
15 /* Define to 1 if debugging ext3/4 journal code */
16 #undef CONFIG_JBD_DEBUG
17
18 /* Define to 1 to enable mmp support */
19 #undef CONFIG_MMP
20
21 /* Define to 1 to enable tdb support */
22 #undef CONFIG_TDB
23
24 /* Define to 1 if the testio I/O manager should be enabled */
25 #undef CONFIG_TESTIO_DEBUG
26
27 /* Define to 1 to disable use of backtrace */
28 #undef DISABLE_BACKTRACE
29
30 /* Define to 1 to enable bitmap stats. */
31 #undef ENABLE_BMAP_STATS
32
33 /* Define to 1 to enable bitmap stats. */
34 #undef ENABLE_BMAP_STATS_OPS
35
36 /* Define to 1 if translation of program messages to the user's native
37    language is requested. */
38 #undef ENABLE_NLS
39
40 /* Define to 1 if you have the `add_key' function. */
41 #undef HAVE_ADD_KEY
42
43 /* Define to 1 if you have the <attr/xattr.h> header file. */
44 #undef HAVE_ATTR_XATTR_H
45
46 /* Define to 1 if you have the `backtrace' function. */
47 #undef HAVE_BACKTRACE
48
49 /* Define to 1 if blkid has blkid_probe_enable_partitions */
50 #undef HAVE_BLKID_PROBE_ENABLE_PARTITIONS
51
52 /* Define to 1 if blkid has blkid_probe_get_topology */
53 #undef HAVE_BLKID_PROBE_GET_TOPOLOGY
54
55 /* Define to 1 if blkid has blkid_topology_get_dax */
56 #undef HAVE_BLKID_TOPOLOGY_GET_DAX
57
58 /* Define to 1 if you have the BSD-style 'qsort_r' function. */
59 #undef HAVE_BSD_QSORT_R
60
61 /* Define to 1 if you have the Mac OS X function
62    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
63 #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES
64
65 /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
66    the CoreFoundation framework. */
67 #undef HAVE_CFPREFERENCESCOPYAPPVALUE
68
69 /* Define to 1 if you have the `chflags' function. */
70 #undef HAVE_CHFLAGS
71
72 /* Define if the GNU dcgettext() function is already present or preinstalled.
73    */
74 #undef HAVE_DCGETTEXT
75
76 /* Define to 1 if you have the <dirent.h> header file. */
77 #undef HAVE_DIRENT_H
78
79 /* Define to 1 if you have the `dlopen' function. */
80 #undef HAVE_DLOPEN
81
82 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
83 #undef HAVE_DOPRNT
84
85 /* Define to 1 if you have the <errno.h> header file. */
86 #undef HAVE_ERRNO_H
87
88 /* Define to 1 if you have the <execinfo.h> header file. */
89 #undef HAVE_EXECINFO_H
90
91 /* Define to 1 if Ext2 ioctls present */
92 #undef HAVE_EXT2_IOCTLS
93
94 /* Define to 1 if you have the `fadvise64' function. */
95 #undef HAVE_FADVISE64
96
97 /* Define to 1 if you have the `fallocate' function. */
98 #undef HAVE_FALLOCATE
99
100 /* Define to 1 if you have the `fallocate64' function. */
101 #undef HAVE_FALLOCATE64
102
103 /* Define to 1 if you have the `fchown' function. */
104 #undef HAVE_FCHOWN
105
106 /* Define to 1 if you have the `fcntl' function. */
107 #undef HAVE_FCNTL
108
109 /* Define to 1 if you have the `fdatasync' function. */
110 #undef HAVE_FDATASYNC
111
112 /* Define to 1 if you have the `fstat64' function. */
113 #undef HAVE_FSTAT64
114
115 /* Define to 1 if you have the `fsync' function. */
116 #undef HAVE_FSYNC
117
118 /* Define to 1 if you have the `ftruncate64' function. */
119 #undef HAVE_FTRUNCATE64
120
121 /* Define to 1 if you have the <fuse.h> header file. */
122 #undef HAVE_FUSE_H
123
124 /* Define to 1 if you have the `futimes' function. */
125 #undef HAVE_FUTIMES
126
127 /* Define to 1 if you have the `getcwd' function. */
128 #undef HAVE_GETCWD
129
130 /* Define to 1 if you have the `getdtablesize' function. */
131 #undef HAVE_GETDTABLESIZE
132
133 /* Define to 1 if you have the `getentropy' function. */
134 #undef HAVE_GETENTROPY
135
136 /* Define to 1 if you have the `gethostname' function. */
137 #undef HAVE_GETHOSTNAME
138
139 /* Define to 1 if you have the `getmntinfo' function. */
140 #undef HAVE_GETMNTINFO
141
142 /* Define to 1 if you have the <getopt.h> header file. */
143 #undef HAVE_GETOPT_H
144
145 /* Define to 1 if you have the `getpwuid_r' function. */
146 #undef HAVE_GETPWUID_R
147
148 /* Define to 1 if you have the `getrandom' function. */
149 #undef HAVE_GETRANDOM
150
151 /* Define to 1 if you have the `getrlimit' function. */
152 #undef HAVE_GETRLIMIT
153
154 /* Define to 1 if you have the `getrusage' function. */
155 #undef HAVE_GETRUSAGE
156
157 /* Define if the GNU gettext() function is already present or preinstalled. */
158 #undef HAVE_GETTEXT
159
160 /* Define to 1 if you have the GNU-style 'qsort_r' function. */
161 #undef HAVE_GNU_QSORT_R
162
163 /* Define if you have the iconv() function and it works. */
164 #undef HAVE_ICONV
165
166 /* Define to 1 if the system has the type `intptr_t'. */
167 #undef HAVE_INTPTR_T
168
169 /* Define to 1 if you have the <inttypes.h> header file. */
170 #undef HAVE_INTTYPES_H
171
172 /* Define to 1 if you have the `jrand48' function. */
173 #undef HAVE_JRAND48
174
175 /* Define to 1 if you have the `keyctl' function. */
176 #undef HAVE_KEYCTL
177
178 /* Define to 1 if you have the <linux/falloc.h> header file. */
179 #undef HAVE_LINUX_FALLOC_H
180
181 /* Define to 1 if you have the <linux/fd.h> header file. */
182 #undef HAVE_LINUX_FD_H
183
184 /* Define to 1 if you have the <linux/fsmap.h> header file. */
185 #undef HAVE_LINUX_FSMAP_H
186
187 /* Define to 1 if you have the <linux/loop.h> header file. */
188 #undef HAVE_LINUX_LOOP_H
189
190 /* Define to 1 if you have the <linux/major.h> header file. */
191 #undef HAVE_LINUX_MAJOR_H
192
193 /* Define to 1 if you have the <linux/types.h> header file. */
194 #undef HAVE_LINUX_TYPES_H
195
196 /* Define to 1 if you have the `llistxattr' function. */
197 #undef HAVE_LLISTXATTR
198
199 /* Define to 1 if you have the `llseek' function. */
200 #undef HAVE_LLSEEK
201
202 /* Define to 1 if llseek declared in unistd.h */
203 #undef HAVE_LLSEEK_PROTOTYPE
204
205 /* Define to 1 if you have the `lseek64' function. */
206 #undef HAVE_LSEEK64
207
208 /* Define to 1 if lseek64 declared in unistd.h */
209 #undef HAVE_LSEEK64_PROTOTYPE
210
211 /* Define to 1 if you have the <magic.h> header file. */
212 #undef HAVE_MAGIC_H
213
214 /* Define to 1 if you have the `mallinfo' function. */
215 #undef HAVE_MALLINFO
216
217 /* Define to 1 if you have the `mallinfo2' function. */
218 #undef HAVE_MALLINFO2
219
220 /* Define to 1 if you have the <malloc.h> header file. */
221 #undef HAVE_MALLOC_H
222
223 /* Define to 1 if you have the `mbstowcs' function. */
224 #undef HAVE_MBSTOWCS
225
226 /* Define to 1 if you have the `memalign' function. */
227 #undef HAVE_MEMALIGN
228
229 /* Define to 1 if you have the `mempcpy' function. */
230 #undef HAVE_MEMPCPY
231
232 /* Define to 1 if you have the <minix/config.h> header file. */
233 #undef HAVE_MINIX_CONFIG_H
234
235 /* Define to 1 if you have the `mmap' function. */
236 #undef HAVE_MMAP
237
238 /* Define to 1 if you have the <mntent.h> header file. */
239 #undef HAVE_MNTENT_H
240
241 /* Define to 1 if mount supports nodev. */
242 #undef HAVE_MOUNT_NODEV
243
244 /* Define to 1 if mount supports nosuid. */
245 #undef HAVE_MOUNT_NOSUID
246
247 /* Define to 1 if you have the `msync' function. */
248 #undef HAVE_MSYNC
249
250 /* Define to 1 if you have the `nanosleep' function. */
251 #undef HAVE_NANOSLEEP
252
253 /* Define to 1 if you have the <netinet/in.h> header file. */
254 #undef HAVE_NETINET_IN_H
255
256 /* Define to 1 if you have the <net/if_dl.h> header file. */
257 #undef HAVE_NET_IF_DL_H
258
259 /* Define to 1 if you have the <net/if.h> header file. */
260 #undef HAVE_NET_IF_H
261
262 /* Define to 1 if you have the `open64' function. */
263 #undef HAVE_OPEN64
264
265 /* Define to 1 if optreset for getopt is present */
266 #undef HAVE_OPTRESET
267
268 /* Define to 1 if you have the `pathconf' function. */
269 #undef HAVE_PATHCONF
270
271 /* Define to 1 if you have the <paths.h> header file. */
272 #undef HAVE_PATHS_H
273
274 /* Define to 1 if you have the `posix_fadvise' function. */
275 #undef HAVE_POSIX_FADVISE
276
277 /* Define to 1 if you have the `posix_fadvise64' function. */
278 #undef HAVE_POSIX_FADVISE64
279
280 /* Define to 1 if you have the `posix_memalign' function. */
281 #undef HAVE_POSIX_MEMALIGN
282
283 /* Define to 1 if you have the `prctl' function. */
284 #undef HAVE_PRCTL
285
286 /* Define to 1 if you have the `pread' function. */
287 #undef HAVE_PREAD
288
289 /* Define to 1 if you have the `pread64' function. */
290 #undef HAVE_PREAD64
291
292 /* Define if you have POSIX threads libraries and header files. */
293 #undef HAVE_PTHREAD
294
295 /* Define to 1 if you have the <pthread.h> header file. */
296 #undef HAVE_PTHREAD_H
297
298 /* Have PTHREAD_PRIO_INHERIT. */
299 #undef HAVE_PTHREAD_PRIO_INHERIT
300
301 /* Define to 1 if you have the `pwrite' function. */
302 #undef HAVE_PWRITE
303
304 /* Define to 1 if you have the `pwrite64' function. */
305 #undef HAVE_PWRITE64
306
307 /* Define to 1 if you have the `qsort_r' function. */
308 #undef HAVE_QSORT_R
309
310 /* Define to 1 if dirent has d_reclen */
311 #undef HAVE_RECLEN_DIRENT
312
313 /* Define to 1 if if struct sockaddr contains sa_len */
314 #undef HAVE_SA_LEN
315
316 /* Define to 1 if you have the `secure_getenv' function. */
317 #undef HAVE_SECURE_GETENV
318
319 /* Define to 1 if you have the <semaphore.h> header file. */
320 #undef HAVE_SEMAPHORE_H
321
322 /* Define to 1 if sem_init() exists */
323 #undef HAVE_SEM_INIT
324
325 /* Define to 1 if you have the <setjmp.h> header file. */
326 #undef HAVE_SETJMP_H
327
328 /* Define to 1 if you have the `setmntent' function. */
329 #undef HAVE_SETMNTENT
330
331 /* Define to 1 if you have the `setresgid' function. */
332 #undef HAVE_SETRESGID
333
334 /* Define to 1 if you have the `setresuid' function. */
335 #undef HAVE_SETRESUID
336
337 /* Define to 1 if you have the <signal.h> header file. */
338 #undef HAVE_SIGNAL_H
339
340 /* Define to 1 if you have the `snprintf' function. */
341 #undef HAVE_SNPRINTF
342
343 /* Define to 1 if you have the `srandom' function. */
344 #undef HAVE_SRANDOM
345
346 /* Define to 1 if struct stat has st_flags */
347 #undef HAVE_STAT_FLAGS
348
349 /* Define to 1 if you have the <stdarg.h> header file. */
350 #undef HAVE_STDARG_H
351
352 /* Define to 1 if you have the <stdint.h> header file. */
353 #undef HAVE_STDINT_H
354
355 /* Define to 1 if you have the <stdio.h> header file. */
356 #undef HAVE_STDIO_H
357
358 /* Define to 1 if you have the <stdlib.h> header file. */
359 #undef HAVE_STDLIB_H
360
361 /* Define to 1 if you have the `stpcpy' function. */
362 #undef HAVE_STPCPY
363
364 /* Define to 1 if you have the `strcasecmp' function. */
365 #undef HAVE_STRCASECMP
366
367 /* Define to 1 if you have the `strdup' function. */
368 #undef HAVE_STRDUP
369
370 /* Define to 1 if you have the <strings.h> header file. */
371 #undef HAVE_STRINGS_H
372
373 /* Define to 1 if you have the <string.h> header file. */
374 #undef HAVE_STRING_H
375
376 /* Define to 1 if you have the `strnlen' function. */
377 #undef HAVE_STRNLEN
378
379 /* Define to 1 if you have the `strptime' function. */
380 #undef HAVE_STRPTIME
381
382 /* Define to 1 if you have the `strtoull' function. */
383 #undef HAVE_STRTOULL
384
385 /* Define to 1 if `st_atim' is a member of `struct stat'. */
386 #undef HAVE_STRUCT_STAT_ST_ATIM
387
388 /* Define to 1 if you have the `sync_file_range' function. */
389 #undef HAVE_SYNC_FILE_RANGE
390
391 /* Define to 1 if you have the `sysconf' function. */
392 #undef HAVE_SYSCONF
393
394 /* Define to 1 if you have the <sys/acl.h> header file. */
395 #undef HAVE_SYS_ACL_H
396
397 /* Define to 1 if you have the <sys/disklabel.h> header file. */
398 #undef HAVE_SYS_DISKLABEL_H
399
400 /* Define to 1 if you have the <sys/disk.h> header file. */
401 #undef HAVE_SYS_DISK_H
402
403 /* Define to 1 if you have the <sys/file.h> header file. */
404 #undef HAVE_SYS_FILE_H
405
406 /* Define to 1 if you have the <sys/ioctl.h> header file. */
407 #undef HAVE_SYS_IOCTL_H
408
409 /* Define to 1 if you have the <sys/key.h> header file. */
410 #undef HAVE_SYS_KEY_H
411
412 /* Define to 1 if you have the <sys/mkdev.h> header file. */
413 #undef HAVE_SYS_MKDEV_H
414
415 /* Define to 1 if you have the <sys/mman.h> header file. */
416 #undef HAVE_SYS_MMAN_H
417
418 /* Define to 1 if you have the <sys/mount.h> header file. */
419 #undef HAVE_SYS_MOUNT_H
420
421 /* Define to 1 if you have the <sys/prctl.h> header file. */
422 #undef HAVE_SYS_PRCTL_H
423
424 /* Define to 1 if you have the <sys/random.h> header file. */
425 #undef HAVE_SYS_RANDOM_H
426
427 /* Define to 1 if you have the <sys/resource.h> header file. */
428 #undef HAVE_SYS_RESOURCE_H
429
430 /* Define to 1 if you have the <sys/select.h> header file. */
431 #undef HAVE_SYS_SELECT_H
432
433 /* Define to 1 if you have the <sys/socket.h> header file. */
434 #undef HAVE_SYS_SOCKET_H
435
436 /* Define to 1 if you have the <sys/sockio.h> header file. */
437 #undef HAVE_SYS_SOCKIO_H
438
439 /* Define to 1 if you have the <sys/stat.h> header file. */
440 #undef HAVE_SYS_STAT_H
441
442 /* Define to 1 if you have the <sys/syscall.h> header file. */
443 #undef HAVE_SYS_SYSCALL_H
444
445 /* Define to 1 if you have the <sys/sysmacros.h> header file. */
446 #undef HAVE_SYS_SYSMACROS_H
447
448 /* Define to 1 if you have the <sys/time.h> header file. */
449 #undef HAVE_SYS_TIME_H
450
451 /* Define to 1 if you have the <sys/types.h> header file. */
452 #undef HAVE_SYS_TYPES_H
453
454 /* Define to 1 if you have the <sys/un.h> header file. */
455 #undef HAVE_SYS_UN_H
456
457 /* Define to 1 if you have the <sys/wait.h> header file. */
458 #undef HAVE_SYS_WAIT_H
459
460 /* Define to 1 if you have the <sys/xattr.h> header file. */
461 #undef HAVE_SYS_XATTR_H
462
463 /* Define to 1 if you have the <termios.h> header file. */
464 #undef HAVE_TERMIOS_H
465
466 /* Define to 1 if you have the <termio.h> header file. */
467 #undef HAVE_TERMIO_H
468
469 /* Define to 1 if ssize_t declared */
470 #undef HAVE_TYPE_SSIZE_T
471
472 /* Define to 1 if you have the <unistd.h> header file. */
473 #undef HAVE_UNISTD_H
474
475 /* Define to 1 if you have the `usleep' function. */
476 #undef HAVE_USLEEP
477
478 /* Define to 1 if you have the `utime' function. */
479 #undef HAVE_UTIME
480
481 /* Define to 1 if you have the `utimes' function. */
482 #undef HAVE_UTIMES
483
484 /* Define to 1 if you have the <utime.h> header file. */
485 #undef HAVE_UTIME_H
486
487 /* Define to 1 if you have the `valloc' function. */
488 #undef HAVE_VALLOC
489
490 /* Define to 1 if you have the `vprintf' function. */
491 #undef HAVE_VPRINTF
492
493 /* Define to 1 if you have the <wchar.h> header file. */
494 #undef HAVE_WCHAR_H
495
496 /* Define to 1 if you have the `__secure_getenv' function. */
497 #undef HAVE___SECURE_GETENV
498
499 /* package name for gettext */
500 #undef PACKAGE
501
502 /* Define to the address where bug reports for this package should be sent. */
503 #undef PACKAGE_BUGREPORT
504
505 /* Define to the full name of this package. */
506 #undef PACKAGE_NAME
507
508 /* Define to the full name and version of this package. */
509 #undef PACKAGE_STRING
510
511 /* Define to the one symbol short name of this package. */
512 #undef PACKAGE_TARNAME
513
514 /* Define to the home page for this package. */
515 #undef PACKAGE_URL
516
517 /* Define to the version of this package. */
518 #undef PACKAGE_VERSION
519
520 /* Define to necessary symbol if this constant uses a non-standard name on
521    your system. */
522 #undef PTHREAD_CREATE_JOINABLE
523
524 /* The size of `int', as computed by sizeof. */
525 #undef SIZEOF_INT
526
527 /* The size of `long', as computed by sizeof. */
528 #undef SIZEOF_LONG
529
530 /* The size of `long long', as computed by sizeof. */
531 #undef SIZEOF_LONG_LONG
532
533 /* The size of `off_t', as computed by sizeof. */
534 #undef SIZEOF_OFF_T
535
536 /* The size of `short', as computed by sizeof. */
537 #undef SIZEOF_SHORT
538
539 /* The size of `time_t', as computed by sizeof. */
540 #undef SIZEOF_TIME_T
541
542 /* Define to 1 if all of the C90 standard headers exist (not just the ones
543    required in a freestanding environment). This macro is provided for
544    backward compatibility; new code need not use it. */
545 #undef STDC_HEADERS
546
547 /* If the compiler supports a TLS storage class define it to that here */
548 #undef TLS
549
550 /* Enable extensions on AIX 3, Interix.  */
551 #ifndef _ALL_SOURCE
552 # undef _ALL_SOURCE
553 #endif
554 /* Enable general extensions on macOS.  */
555 #ifndef _DARWIN_C_SOURCE
556 # undef _DARWIN_C_SOURCE
557 #endif
558 /* Enable general extensions on Solaris.  */
559 #ifndef __EXTENSIONS__
560 # undef __EXTENSIONS__
561 #endif
562 /* Enable GNU extensions on systems that have them.  */
563 #ifndef _GNU_SOURCE
564 # undef _GNU_SOURCE
565 #endif
566 /* Enable X/Open compliant socket functions that do not require linking
567    with -lxnet on HP-UX 11.11.  */
568 #ifndef _HPUX_ALT_XOPEN_SOCKET_API
569 # undef _HPUX_ALT_XOPEN_SOCKET_API
570 #endif
571 /* Identify the host operating system as Minix.
572    This macro does not affect the system headers' behavior.
573    A future release of Autoconf may stop defining this macro.  */
574 #ifndef _MINIX
575 # undef _MINIX
576 #endif
577 /* Enable general extensions on NetBSD.
578    Enable NetBSD compatibility extensions on Minix.  */
579 #ifndef _NETBSD_SOURCE
580 # undef _NETBSD_SOURCE
581 #endif
582 /* Enable OpenBSD compatibility extensions on NetBSD.
583    Oddly enough, this does nothing on OpenBSD.  */
584 #ifndef _OPENBSD_SOURCE
585 # undef _OPENBSD_SOURCE
586 #endif
587 /* Define to 1 if needed for POSIX-compatible behavior.  */
588 #ifndef _POSIX_SOURCE
589 # undef _POSIX_SOURCE
590 #endif
591 /* Define to 2 if needed for POSIX-compatible behavior.  */
592 #ifndef _POSIX_1_SOURCE
593 # undef _POSIX_1_SOURCE
594 #endif
595 /* Enable POSIX-compatible threading on Solaris.  */
596 #ifndef _POSIX_PTHREAD_SEMANTICS
597 # undef _POSIX_PTHREAD_SEMANTICS
598 #endif
599 /* Enable extensions specified by ISO/IEC TS 18661-5:2014.  */
600 #ifndef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
601 # undef __STDC_WANT_IEC_60559_ATTRIBS_EXT__
602 #endif
603 /* Enable extensions specified by ISO/IEC TS 18661-1:2014.  */
604 #ifndef __STDC_WANT_IEC_60559_BFP_EXT__
605 # undef __STDC_WANT_IEC_60559_BFP_EXT__
606 #endif
607 /* Enable extensions specified by ISO/IEC TS 18661-2:2015.  */
608 #ifndef __STDC_WANT_IEC_60559_DFP_EXT__
609 # undef __STDC_WANT_IEC_60559_DFP_EXT__
610 #endif
611 /* Enable extensions specified by ISO/IEC TS 18661-4:2015.  */
612 #ifndef __STDC_WANT_IEC_60559_FUNCS_EXT__
613 # undef __STDC_WANT_IEC_60559_FUNCS_EXT__
614 #endif
615 /* Enable extensions specified by ISO/IEC TS 18661-3:2015.  */
616 #ifndef __STDC_WANT_IEC_60559_TYPES_EXT__
617 # undef __STDC_WANT_IEC_60559_TYPES_EXT__
618 #endif
619 /* Enable extensions specified by ISO/IEC TR 24731-2:2010.  */
620 #ifndef __STDC_WANT_LIB_EXT2__
621 # undef __STDC_WANT_LIB_EXT2__
622 #endif
623 /* Enable extensions specified by ISO/IEC 24747:2009.  */
624 #ifndef __STDC_WANT_MATH_SPEC_FUNCS__
625 # undef __STDC_WANT_MATH_SPEC_FUNCS__
626 #endif
627 /* Enable extensions on HP NonStop.  */
628 #ifndef _TANDEM_SOURCE
629 # undef _TANDEM_SOURCE
630 #endif
631 /* Enable X/Open extensions.  Define to 500 only if necessary
632    to make mbstate_t available.  */
633 #ifndef _XOPEN_SOURCE
634 # undef _XOPEN_SOURCE
635 #endif
636
637
638 /* Define to 1 to build uuidd */
639 #undef USE_UUIDD
640
641 /* version for gettext */
642 #undef VERSION
643
644 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
645    significant byte first (like Motorola and SPARC, unlike Intel). */
646 #if defined AC_APPLE_UNIVERSAL_BUILD
647 # if defined __BIG_ENDIAN__
648 #  define WORDS_BIGENDIAN 1
649 # endif
650 #else
651 # ifndef WORDS_BIGENDIAN
652 #  undef WORDS_BIGENDIAN
653 # endif
654 #endif
655
656 /* Define to 1 if Apple Darwin libintl workaround is needed */
657 #undef _INTL_REDIRECT_MACROS
658
659 #include <dirpaths.h>