-
Notifications
You must be signed in to change notification settings - Fork 2
/
config.h.in
729 lines (491 loc) · 18.6 KB
/
config.h.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
/* config.h.in. Generated from configure.ac by autoheader. */
#ifndef __ARANYM_CONFIG_H__
#define __ARANYM_CONFIG_H__
/* Define if building universal (internal helper macro) */
#undef AC_APPLE_UNIVERSAL_BUILD
/* Define if you want to try out a different memory check */
#undef ARAM_PAGE_CHECK
/* Default ARAnyM config file */
#undef ARANYMCONFIG
/* Default ARAnyM directory */
#undef ARANYMHOME
/* Default ARAnyM keymap */
#undef ARANYMKEYMAP
/* Default ARAnyM NVRAM file */
#undef ARANYMNVRAM
/* Define if you want accelerated blitter output */
#undef BLITTER_MEMMOVE
/* Define if you want even more accelerated blitter output */
#undef BLITTER_SDLBLIT
/* Define CPU type */
#undef CPU_TYPE
/* Define if using some internal debugger */
#undef DEBUGGER
/* Default directory separator */
#undef DIRSEPARATOR
/* Define if not using full ATC */
#undef DISABLE_ATC
/* Define if using the builtin disassembler */
#undef DISASM_USE_BUILTIN
/* Define if using the opcodes library for disassembly */
#undef DISASM_USE_OPCODES
/* Define if DSP disassembly */
#undef DSP_DISASM
/* Define if using DSP */
#undef DSP_EMULATION
/* Define if your system supports BPF devices. */
#undef ENABLE_BPF
/* Define if you want to use EPS limiter */
#undef ENABLE_EPSLIMITER
/* Define if lilo enabled */
#undef ENABLE_LILO
/* Define if you want to use Linux /dev/sequencer support */
#undef ENABLE_MIDI_SEQUENCER
/* Define if OpenGL enabled */
#undef ENABLE_OPENGL
/* Define if you want to use Linux /dev/parport access for parallel port */
#undef ENABLE_PARALLELPARPORT
/* Define if you want to use Linux/X86 hardware access for parallel port */
#undef ENABLE_PARALLELX86
/* Define if you want real STOP instruction implementation */
#undef ENABLE_REALSTOP
/* Define if you want to use /dev/ttyXXX access for serial port */
#undef ENABLE_SERIALUNIX
/* Define if you want to use ethernet card emulation */
#undef ETHERNET_SUPPORT
/* Define if you want to use setjmp/longjmp instead of C++ exceptions */
#undef EXCEPTIONS_VIA_LONGJMP
/* Define if you want to use extended segfault handler */
#undef EXTENDED_SIGSEGV
/* Define if you want fixed position of VideoRAM */
#undef FIXED_VIDEORAM
/* Define if you want to use CPU flight recorder */
#undef FLIGHT_RECORDER
/* Define if using full MMU */
#undef FULLMMU
/* Define if you want to use full history */
#undef FULL_HISTORY
/* Define if you want FastRAM of fixed size */
#undef FixedSizeFastRAM
/* Define to 1 if you have the `acoshl' function. */
#undef HAVE_ACOSHL
/* Define to 1 if you have the `acosl' function. */
#undef HAVE_ACOSL
/* Define to 1 if you have the <alloca.h> header file. */
#undef HAVE_ALLOCA_H
/* Define to 1 if you have the `asinhl' function. */
#undef HAVE_ASINHL
/* Define to 1 if you have the `asinl' function. */
#undef HAVE_ASINL
/* Define to 1 if you have the `atanh' function. */
#undef HAVE_ATANH
/* Define to 1 if you have the `atanhl' function. */
#undef HAVE_ATANHL
/* Define to 1 if you have the `atanl' function. */
#undef HAVE_ATANL
/* Define to 1 if you have the `bcopy' function. */
#undef HAVE_BCOPY
/* Define to 1 if you have the <bfd.h> header file. */
#undef HAVE_BFD_H
/* define if bool is a built-in type */
#undef HAVE_BOOL
/* Define to 1 if the system has the type `caddr_t'. */
#undef HAVE_CADDR_T
/* Define to 1 if you have the `canonicalize_file_name' function. */
#undef HAVE_CANONICALIZE_FILE_NAME
/* Define to 1 if you have the `ceill' function. */
#undef HAVE_CEILL
/* Define to 1 if you have the `coshl' function. */
#undef HAVE_COSHL
/* Define to 1 if you have the `cosl' function. */
#undef HAVE_COSL
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H
/* Define to 1 if you have the <dis-asm.h> header file. */
#undef HAVE_DIS_ASM_H
/* Define to 1 if you have the `expl' function. */
#undef HAVE_EXPL
/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
#undef HAVE_EXT2FS_EXT2_FS_H
/* Define to 1 if you have the `fabsl' function. */
#undef HAVE_FABSL
/* Define to 1 if you have the <fcntl.h> header file. */
#undef HAVE_FCNTL_H
/* Define to 1 if you have the `finite' function. */
#undef HAVE_FINITE
/* Define to 1 if you have the <floatingpoint.h> header file. */
#undef HAVE_FLOATINGPOINT_H
/* Define to 1 if you have the `floorl' function. */
#undef HAVE_FLOORL
/* Define if framework AppKit is available. */
#undef HAVE_FRAMEWORK_APPKIT
/* Define if framework CoreFoundation is available. */
#undef HAVE_FRAMEWORK_COREFOUNDATION
/* Define if framework IOKit is available. */
#undef HAVE_FRAMEWORK_IOKIT
/* Define if framework SDL is available. */
#undef HAVE_FRAMEWORK_SDL
/* Define if framework SDL2 is available. */
#undef HAVE_FRAMEWORK_SDL2
/* Define if framework SDL2_image is available. */
#undef HAVE_FRAMEWORK_SDL2_IMAGE
/* Define if framework SDL_image is available. */
#undef HAVE_FRAMEWORK_SDL_IMAGE
/* Define if framework Security is available. */
#undef HAVE_FRAMEWORK_SECURITY
/* Define to 1 if you have the `fseeko' function. */
#undef HAVE_FSEEKO
/* Define to 1 if you have the `fsync' function. */
#undef HAVE_FSYNC
/* Define to 1 if you have the `futimens' function. */
#undef HAVE_FUTIMENS
/* Define to 1 if you have the <getopt.h> header file. */
#undef HAVE_GETOPT_H
/* Define to 1 if you have the `gettimeofday' function. */
#undef HAVE_GETTIMEOFDAY
/* Define if your system support GNU SOURCEs (vasprintf function) */
#undef HAVE_GNU_SOURCE
/* Define to 1 if you have the <ieee754.h> header file. */
#undef HAVE_IEEE754_H
/* Define to 1 if you have the <ieeefp.h> header file. */
#undef HAVE_IEEEFP_H
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the `isinf' function. */
#undef HAVE_ISINF
/* Define to 1 if you have the `isinfl' function. */
#undef HAVE_ISINFL
/* Define to 1 if you have the `isnan' function. */
#undef HAVE_ISNAN
/* Define to 1 if you have the `isnanl' function. */
#undef HAVE_ISNANL
/* Define to 1 if you have the `isnormal' function. */
#undef HAVE_ISNORMAL
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
/* Define to 1 if you have the `opcodes' library (-lopcodes). */
#undef HAVE_LIBOPCODES
/* Define to 1 if you have the `usb-1.0' library (-lusb-1.0). */
#undef HAVE_LIBUSB_1_0
/* Define to 1 if you have the `X11' library (-lX11). */
#undef HAVE_LIBX11
/* Define if zlib enabled */
#undef HAVE_LIBZ
/* Define to 1 if you have the `link' function. */
#undef HAVE_LINK
/* Define to 1 if you have the <linux/if.h> header file. */
#undef HAVE_LINUX_IF_H
/* Define to 1 if you have the <linux/if_tun.h> header file. */
#undef HAVE_LINUX_IF_TUN_H
/* Define to 1 if you have the `log10l' function. */
#undef HAVE_LOG10L
/* Define to 1 if you have the `logl' function. */
#undef HAVE_LOGL
/* Define to 1 if you have the `lstat' function. */
#undef HAVE_LSTAT
/* Define to 1 if you have the <mach/mach.h> header file. */
#undef HAVE_MACH_MACH_H
/* Define to 1 if you have the `mach_task_self' function. */
#undef HAVE_MACH_TASK_SELF
/* Define if your system has a working vm_allocate()-based memory allocator.
*/
#undef HAVE_MACH_VM
/* Define to 1 if you have the <math.h> header file. */
#undef HAVE_MATH_H
/* Define to 1 if you have the `memcpy' function. */
#undef HAVE_MEMCPY
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the `mmap' function. */
#undef HAVE_MMAP
/* Define if <sys/mman.h> defines MAP_ANON and mmap()'ing with MAP_ANON works.
*/
#undef HAVE_MMAP_ANON
/* Define if <sys/mman.h> defines MAP_ANONYMOUS and mmap()'ing with
MAP_ANONYMOUS works. */
#undef HAVE_MMAP_ANONYMOUS
/* Define if your system has a working mmap()-based memory allocator. */
#undef HAVE_MMAP_VM
/* Define to 1 if you have the `mprotect' function. */
#undef HAVE_MPROTECT
/* Define to 1 if you have the `munmap' function. */
#undef HAVE_MUNMAP
/* Define to 1 if you have the <nan.h> header file. */
#undef HAVE_NAN_H
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
#undef HAVE_NDIR_H
/* Define to 1 if you have the <net/bpf.h> header file. */
#undef HAVE_NET_BPF_H
/* Define to 1 if you have the <net/if.h> header file. */
#undef HAVE_NET_IF_H
/* Define to 1 if you have the <net/if_tun.h> header file. */
#undef HAVE_NET_IF_TUN_H
/* Define if you want to use FreeBSD's imitation of O_SYNC */
#undef HAVE_O_FSYNC
/* Define to 1 if you have the `pathconf' function. */
#undef HAVE_PATHCONF
/* Define if your system supports POSIX shared memory. */
#undef HAVE_POSIX_SHM
/* Define to 1 if you have the `powl' function. */
#undef HAVE_POWL
/* Define to 1 if you have the `readlink' function. */
#undef HAVE_READLINK
/* Define to 1 if you have the `realpath' function. */
#undef HAVE_REALPATH
/* Define to 1 if you have the `sbrk' function. */
#undef HAVE_SBRK
/* Define if you have SDL_image */
#undef HAVE_SDL_IMAGE
/* Define to 1 if you have the `sigaction' function. */
#undef HAVE_SIGACTION
/* Define if <signal.h> doesn't define sighandler_t */
#undef HAVE_SIGHANDLER_T
/* Define to 1 if you have the `signal' function. */
#undef HAVE_SIGNAL
/* Define to 1 if you have the `signbit' function. */
#undef HAVE_SIGNBIT
/* Define to 1 if you have the `sigsetjmp' function. */
#undef HAVE_SIGSETJMP
/* Define to 1 if you have the `sinhl' function. */
#undef HAVE_SINHL
/* Define to 1 if you have the `sinl' function. */
#undef HAVE_SINL
/* Define to 1 if you have the `sqrtl' function. */
#undef HAVE_SQRTL
/* Define to 1 if you have the <stat.h> header file. */
#undef HAVE_STAT_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the `strchr' function. */
#undef HAVE_STRCHR
/* Define to 1 if you have the `strdup' function. */
#undef HAVE_STRDUP
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if `st_atimensec' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_ATIMENSEC
/* Define to 1 if `st_atimespec.tv_nsec' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_ATIMESPEC_TV_NSEC
/* Define to 1 if `st_atim.st__tim.tv_nsec' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_ATIM_ST__TIM_TV_NSEC
/* Define to 1 if `st_atim.tv_nsec' is a member of `struct stat'. */
#undef HAVE_STRUCT_STAT_ST_ATIM_TV_NSEC
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_GMTOFF
/* Define to 1 if you have the `symlink' function. */
#undef HAVE_SYMLINK
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_DIR_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H
/* Define to 1 if you have the <sys/mount.h> header file. */
#undef HAVE_SYS_MOUNT_H
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
#undef HAVE_SYS_NDIR_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Define to 1 if you have the <sys/socket.h> header file. */
#undef HAVE_SYS_SOCKET_H
/* Define to 1 if you have the <sys/statfs.h> header file. */
#undef HAVE_SYS_STATFS_H
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#undef HAVE_SYS_STATVFS_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <sys/vfs.h> header file. */
#undef HAVE_SYS_VFS_H
/* Define to 1 if you have the `tanhl' function. */
#undef HAVE_TANHL
/* Define to 1 if you have the `tanl' function. */
#undef HAVE_TANL
/* Define to 1 if you have the `task_self' function. */
#undef HAVE_TASK_SELF
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Define to 1 if you have the <termio.h> header file. */
#undef HAVE_TERMIO_H
/* Define to 1 if you have the `truncate' function. */
#undef HAVE_TRUNCATE
/* Define to 1 if you have the <types.h> header file. */
#undef HAVE_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `usleep' function. */
#undef HAVE_USLEEP
/* Define to 1 if you have the <utime.h> header file. */
#undef HAVE_UTIME_H
/* Define to 1 if you have the `vm_allocate' function. */
#undef HAVE_VM_ALLOCATE
/* Define to 1 if you have the `vm_deallocate' function. */
#undef HAVE_VM_DEALLOCATE
/* Define to 1 if you have the `vm_protect' function. */
#undef HAVE_VM_PROTECT
/* Define if wchar_t is present */
#undef HAVE_WCHAR_T
/* Define if your system has a working VirtualAlloc()-based memory allocator.
*/
#undef HAVE_WIN32_VM
/* Define if your compiler supports __builtin_bswap16 */
#undef HAVE___BUILTIN_BSWAP16
/* Define if your compiler supports __builtin_bswap32 */
#undef HAVE___BUILTIN_BSWAP32
/* Define if you want to use direct access to host's fs */
#undef HOSTFS_SUPPORT
/* Define to the floating point format of the host machine. */
#undef HOST_FLOAT_FORMAT
/* Define to 1 if the host machine stores floating point numbers in memory
with the word containing the sign bit at the lowest address, or to 0 if it
does it the other way around. This macro should not be defined if the
ordering is the same as for multi-word integers. */
#undef HOST_FLOAT_WORDS_BIG_ENDIAN
/* Define if you want to use extended segfault handler also for HW space */
#undef HW_SIGSEGV
/* Define if you want to map the control key to the emulated control key */
#undef MAP_CONTROL_TO_CONTROL
/* Define if you want to map the meta key to the emulated control key */
#undef MAP_META_TO_CONTROL
/* Define if you want to use Linux support as CD-ROM driver */
#undef NFCDROM_LINUX_SUPPORT
/* Define if you want to use host CD-ROM driver */
#undef NFCDROM_SUPPORT
/* Define if you want to use Win32 support as CD-ROM driver */
#undef NFCDROM_WIN32_SUPPORT
/* Define if you want to use Clipboard */
#undef NFCLIPBRD_SUPPORT
/* Define if you want to use host JPEG decoder */
#undef NFJPEG_SUPPORT
/* Define if you want to use host OSMesa driver */
#undef NFOSMESA_SUPPORT
/* Define if you want to use Linux PCI driver */
#undef NFPCI_LINUX_SUPPORT
/* Define if you want to use host PCI driver */
#undef NFPCI_SUPPORT
/* Define if you want to use NF VDI driver */
#undef NFVDI_SUPPORT
/* Define if you don't want to use check memory boundary */
#undef NOCHECKBOUNDARY
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
#undef NO_MINUS_C_MINUS_O
/* Define if OS needs to cleanly exit sigsegv handler */
#undef NO_NESTED_SIGSEGV
/* Define OS type */
#undef OS_TYPE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define if you want to protect first 2kB of RAM against user mode access */
#undef PROTECT2K
/* List of Native Features */
#undef PROVIDES_NATFEATS
/* Define if you want protect end of memory */
#undef RAMENDNEEDED
/* Define as the return type of signal handlers (`int' or `void'). */
#undef RETSIGTYPE
/* Define if you want to use Linux /dev/rtc as source timer */
#undef RTC_TIMER
/* Define if you want to build SDL GUI */
#undef SDL_GUI
/* Define if your system requires sigactions to be reinstalled. */
#undef SIGACTION_NEED_REINSTALL
/* Define if your system requires signals to be reinstalled. */
#undef SIGNAL_NEED_REINSTALL
/* The size of `double', as computed by sizeof. */
#undef SIZEOF_DOUBLE
/* The size of `float', as computed by sizeof. */
#undef SIZEOF_FLOAT
/* The size of `int', as computed by sizeof. */
#undef SIZEOF_INT
/* The size of `long', as computed by sizeof. */
#undef SIZEOF_LONG
/* The size of `long double', as computed by sizeof. */
#undef SIZEOF_LONG_DOUBLE
/* The size of `long long', as computed by sizeof. */
#undef SIZEOF_LONG_LONG
/* The size of `short', as computed by sizeof. */
#undef SIZEOF_SHORT
/* The size of `void *', as computed by sizeof. */
#undef SIZEOF_VOID_P
/* Define if using only small ATC */
#undef SMALL_ATC
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Define if you want to use ATA CD-ROM emulation */
#undef SUPPORT_CDROM
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME
/* Define to 1 if the type of the st_atim member of a struct stat is struct
timespec. */
#undef TYPEOF_STRUCT_STAT_ST_ATIM_IS_STRUCT_TIMESPEC
/* Define if you want to use host USB driver */
#undef USBHOST_SUPPORT
/* FPU core */
#undef USES_FPU_CORE
/* Define to use 33-bit memory addressing on 64-bit JIT capable systems. */
#undef USE_33BIT_ADDRESSING
/* Define if console framebuffer does not support changing host video mode */
#undef USE_FIXED_CONSOLE_FBVIDEOMODE
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Number of bits in a file offset, on hosts where this is settable. */
#undef _FILE_OFFSET_BITS
/* Define for large files, on AIX-style hosts. */
#undef _LARGE_FILES
/* Define if needed */
#undef _POSIX_C_SOURCE
/* Define if needed */
#undef _XOPEN_SOURCE
/* Define to empty if `const' does not conform to ANSI C. */
#undef const
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define to `off_t' if <sys/types.h> does not define. */
#undef loff_t
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
/* Define to `size_t' if <sys/types.h> does not define. */
#undef ssize_t
/* Define to empty if the keyword `volatile' does not work. Warning: valid
code using `volatile' can become incorrect without. Disable with care. */
#undef volatile
#ifndef HAVE_CADDR_T
typedef void * caddr_t;
#endif
#endif /* __ARANYM_CONFIG_H__ */