xref: /netbsd-src/external/gpl3/gdb.old/lib/libctf/arch/m68000/config.h (revision 6881a4007f077b54e5f51159c52b9b25f57deb0d)
17d62b00eSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*6881a400Schristos /* Generated from: NetBSD: mknative-gdb,v 1.16 2023/07/31 17:09:59 christos Exp  */
37d62b00eSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
47d62b00eSchristos 
57d62b00eSchristos /* config.h.  Generated from config.h.in by configure.  */
67d62b00eSchristos /* config.h.in.  Generated from configure.ac by autoheader.  */
77d62b00eSchristos 
87d62b00eSchristos /* Define if building universal (internal helper macro) */
97d62b00eSchristos /* #undef AC_APPLE_UNIVERSAL_BUILD */
107d62b00eSchristos 
117d62b00eSchristos /* Enable expensive debugging of CTF deduplication type hashing */
127d62b00eSchristos /* #undef ENABLE_LIBCTF_HASH_DEBUGGING */
137d62b00eSchristos 
147d62b00eSchristos /* Define to 1 if translation of program messages to the user's native
157d62b00eSchristos    language is requested. */
167d62b00eSchristos #define ENABLE_NLS 1
177d62b00eSchristos 
187d62b00eSchristos /* Whether libbfd was configured for an ELF target. */
19*6881a400Schristos /* #undef HAVE_BFD_ELF */
207d62b00eSchristos 
217d62b00eSchristos /* Define to 1 if you have the <byteswap.h> header file. */
227d62b00eSchristos /* #undef HAVE_BYTESWAP_H */
237d62b00eSchristos 
247d62b00eSchristos /* Define to 1 if you have the declaration of `asprintf', and to 0 if you
257d62b00eSchristos    don't. */
267d62b00eSchristos #define HAVE_DECL_ASPRINTF 1
277d62b00eSchristos 
287d62b00eSchristos /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
297d62b00eSchristos    don't. */
307d62b00eSchristos #define HAVE_DECL_BSWAP_16 0
317d62b00eSchristos 
327d62b00eSchristos /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
337d62b00eSchristos    don't. */
347d62b00eSchristos #define HAVE_DECL_BSWAP_32 0
357d62b00eSchristos 
367d62b00eSchristos /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
377d62b00eSchristos    don't. */
387d62b00eSchristos #define HAVE_DECL_BSWAP_64 0
397d62b00eSchristos 
407d62b00eSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
417d62b00eSchristos    */
427d62b00eSchristos #define HAVE_DECL_STPCPY 1
437d62b00eSchristos 
447d62b00eSchristos /* Define to 1 if you have the declaration of `vasprintf', and to 0 if you
457d62b00eSchristos    don't. */
467d62b00eSchristos #define HAVE_DECL_VASPRINTF 1
477d62b00eSchristos 
487d62b00eSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
497d62b00eSchristos #define HAVE_DLFCN_H 1
507d62b00eSchristos 
517d62b00eSchristos /* Define to 1 if you have the <endian.h> header file. */
527d62b00eSchristos #define HAVE_ENDIAN_H 1
537d62b00eSchristos 
547d62b00eSchristos /* Define to 1 if you have the `getpagesize' function. */
557d62b00eSchristos #define HAVE_GETPAGESIZE 1
567d62b00eSchristos 
577d62b00eSchristos /* Define to 1 if you have the <inttypes.h> header file. */
587d62b00eSchristos #define HAVE_INTTYPES_H 1
597d62b00eSchristos 
607d62b00eSchristos /* Define to 1 if you have the <memory.h> header file. */
617d62b00eSchristos #define HAVE_MEMORY_H 1
627d62b00eSchristos 
637d62b00eSchristos /* Define to 1 if you have a working `mmap' system call. */
647d62b00eSchristos #define HAVE_MMAP 1
657d62b00eSchristos 
667d62b00eSchristos /* Whether the platform has a definition of O_CLOEXEC. */
677d62b00eSchristos #define HAVE_O_CLOEXEC 1
687d62b00eSchristos 
697d62b00eSchristos /* Define to 1 if you have the `pread' function. */
707d62b00eSchristos #define HAVE_PREAD 1
717d62b00eSchristos 
727d62b00eSchristos /* Define to 1 if you have the `qsort_r' function. */
737d62b00eSchristos /* #undef HAVE_QSORT_R */
747d62b00eSchristos 
757d62b00eSchristos /* Whether a qsort_r exists with a void *arg as its last arg. */
767d62b00eSchristos /* #undef HAVE_QSORT_R_ARG_LAST */
777d62b00eSchristos 
787d62b00eSchristos /* Whether a qsort_r exists with the compar function as its last arg. */
797d62b00eSchristos /* #undef HAVE_QSORT_R_COMPAR_LAST */
807d62b00eSchristos 
817d62b00eSchristos /* Define to 1 if you have the <stdint.h> header file. */
827d62b00eSchristos #define HAVE_STDINT_H 1
837d62b00eSchristos 
847d62b00eSchristos /* Define to 1 if you have the <stdlib.h> header file. */
857d62b00eSchristos #define HAVE_STDLIB_H 1
867d62b00eSchristos 
877d62b00eSchristos /* Define to 1 if you have the <strings.h> header file. */
887d62b00eSchristos #define HAVE_STRINGS_H 1
897d62b00eSchristos 
907d62b00eSchristos /* Define to 1 if you have the <string.h> header file. */
917d62b00eSchristos #define HAVE_STRING_H 1
927d62b00eSchristos 
937d62b00eSchristos /* Define to 1 if you have the <sys/param.h> header file. */
947d62b00eSchristos #define HAVE_SYS_PARAM_H 1
957d62b00eSchristos 
967d62b00eSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
977d62b00eSchristos #define HAVE_SYS_STAT_H 1
987d62b00eSchristos 
997d62b00eSchristos /* Define to 1 if you have the <sys/types.h> header file. */
1007d62b00eSchristos #define HAVE_SYS_TYPES_H 1
1017d62b00eSchristos 
1027d62b00eSchristos /* Define to 1 if you have the <unistd.h> header file. */
1037d62b00eSchristos #define HAVE_UNISTD_H 1
1047d62b00eSchristos 
1057d62b00eSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
1067d62b00eSchristos    */
1077d62b00eSchristos #define LT_OBJDIR ".libs/"
1087d62b00eSchristos 
1097d62b00eSchristos /* Name of package */
1107d62b00eSchristos #define PACKAGE "libctf"
1117d62b00eSchristos 
1127d62b00eSchristos /* Define to the address where bug reports for this package should be sent. */
1137d62b00eSchristos #define PACKAGE_BUGREPORT ""
1147d62b00eSchristos 
1157d62b00eSchristos /* Define to the full name of this package. */
1167d62b00eSchristos #define PACKAGE_NAME "libctf"
1177d62b00eSchristos 
1187d62b00eSchristos /* Define to the full name and version of this package. */
1197d62b00eSchristos #define PACKAGE_STRING "libctf 1.2.0"
1207d62b00eSchristos 
1217d62b00eSchristos /* Define to the one symbol short name of this package. */
1227d62b00eSchristos #define PACKAGE_TARNAME "libctf"
1237d62b00eSchristos 
1247d62b00eSchristos /* Define to the home page for this package. */
1257d62b00eSchristos #define PACKAGE_URL ""
1267d62b00eSchristos 
1277d62b00eSchristos /* Define to the version of this package. */
1287d62b00eSchristos #define PACKAGE_VERSION "1.2.0"
1297d62b00eSchristos 
1307d62b00eSchristos /* Define to 1 if you have the ANSI C header files. */
1317d62b00eSchristos #define STDC_HEADERS 1
1327d62b00eSchristos 
1337d62b00eSchristos /* Enable extensions on AIX 3, Interix.  */
1347d62b00eSchristos #ifndef _ALL_SOURCE
1357d62b00eSchristos # define _ALL_SOURCE 1
1367d62b00eSchristos #endif
1377d62b00eSchristos /* Enable GNU extensions on systems that have them.  */
1387d62b00eSchristos #ifndef _GNU_SOURCE
1397d62b00eSchristos # define _GNU_SOURCE 1
1407d62b00eSchristos #endif
1417d62b00eSchristos /* Enable threading extensions on Solaris.  */
1427d62b00eSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
1437d62b00eSchristos # define _POSIX_PTHREAD_SEMANTICS 1
1447d62b00eSchristos #endif
1457d62b00eSchristos /* Enable extensions on HP NonStop.  */
1467d62b00eSchristos #ifndef _TANDEM_SOURCE
1477d62b00eSchristos # define _TANDEM_SOURCE 1
1487d62b00eSchristos #endif
1497d62b00eSchristos /* Enable general extensions on Solaris.  */
1507d62b00eSchristos #ifndef __EXTENSIONS__
1517d62b00eSchristos # define __EXTENSIONS__ 1
1527d62b00eSchristos #endif
1537d62b00eSchristos 
1547d62b00eSchristos 
1557d62b00eSchristos /* Version number of package */
1567d62b00eSchristos #define VERSION "1.2.0"
1577d62b00eSchristos 
1587d62b00eSchristos /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
1597d62b00eSchristos    significant byte first (like Motorola and SPARC, unlike Intel). */
1607d62b00eSchristos #if defined AC_APPLE_UNIVERSAL_BUILD
1617d62b00eSchristos # if defined __BIG_ENDIAN__
1627d62b00eSchristos #  define WORDS_BIGENDIAN 1
1637d62b00eSchristos # endif
1647d62b00eSchristos #else
1657d62b00eSchristos # ifndef WORDS_BIGENDIAN
1667d62b00eSchristos #  define WORDS_BIGENDIAN 1
1677d62b00eSchristos # endif
1687d62b00eSchristos #endif
1697d62b00eSchristos 
1707d62b00eSchristos /* Enable large inode numbers on Mac OS X 10.5.  */
1717d62b00eSchristos #ifndef _DARWIN_USE_64_BIT_INODE
1727d62b00eSchristos # define _DARWIN_USE_64_BIT_INODE 1
1737d62b00eSchristos #endif
1747d62b00eSchristos 
1757d62b00eSchristos /* Number of bits in a file offset, on hosts where this is settable. */
1767d62b00eSchristos /* #undef _FILE_OFFSET_BITS */
1777d62b00eSchristos 
1787d62b00eSchristos /* Define for large files, on AIX-style hosts. */
1797d62b00eSchristos /* #undef _LARGE_FILES */
1807d62b00eSchristos 
1817d62b00eSchristos /* Define to 1 if on MINIX. */
1827d62b00eSchristos /* #undef _MINIX */
1837d62b00eSchristos 
1847d62b00eSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
1857d62b00eSchristos    this defined. */
1867d62b00eSchristos /* #undef _POSIX_1_SOURCE */
1877d62b00eSchristos 
1887d62b00eSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
1897d62b00eSchristos /* #undef _POSIX_SOURCE */
190