1/* This file is automatically generated.  DO NOT EDIT! */
2/* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp  */
3/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4
5/* config.h.  Generated from config.h.in by configure.  */
6/* config.h.in.  Generated from configure.ac by autoheader.  */
7
8/* Define if building universal (internal helper macro) */
9/* #undef AC_APPLE_UNIVERSAL_BUILD */
10
11/* Whether libbfd was configured for an ELF target. */
12/* #undef HAVE_BFD_ELF */
13
14/* Define to 1 if you have the <byteswap.h> header file. */
15/* #undef HAVE_BYTESWAP_H */
16
17/* Define to 1 if you have the declaration of `asprintf', and to 0 if you
18   don't. */
19#define HAVE_DECL_ASPRINTF 1
20
21/* Define to 1 if you have the <dlfcn.h> header file. */
22#define HAVE_DLFCN_H 1
23
24/* Define to 1 if you have the <endian.h> header file. */
25#define HAVE_ENDIAN_H 1
26
27/* Define to 1 if you have the `getpagesize' function. */
28#define HAVE_GETPAGESIZE 1
29
30/* Define to 1 if you have the <inttypes.h> header file. */
31#define HAVE_INTTYPES_H 1
32
33/* Define to 1 if you have the <memory.h> header file. */
34#define HAVE_MEMORY_H 1
35
36/* Define to 1 if you have a working `mmap' system call. */
37#define HAVE_MMAP 1
38
39/* Whether the platform has a definition of O_CLOEXEC. */
40#define HAVE_O_CLOEXEC 1
41
42/* Define to 1 if you have the `pread' function. */
43#define HAVE_PREAD 1
44
45/* Define to 1 if you have the `qsort_r' function. */
46/* #undef HAVE_QSORT_R */
47
48/* Whether a qsort_r exists with a void *arg as its last arg. */
49/* #undef HAVE_QSORT_R_ARG_LAST */
50
51/* Whether a qsort_r exists with the compar function as its last arg. */
52/* #undef HAVE_QSORT_R_COMPAR_LAST */
53
54/* Define to 1 if you have the <stdint.h> header file. */
55#define HAVE_STDINT_H 1
56
57/* Define to 1 if you have the <stdlib.h> header file. */
58#define HAVE_STDLIB_H 1
59
60/* Define to 1 if you have the <strings.h> header file. */
61#define HAVE_STRINGS_H 1
62
63/* Define to 1 if you have the <string.h> header file. */
64#define HAVE_STRING_H 1
65
66/* Define to 1 if you have the <sys/param.h> header file. */
67#define HAVE_SYS_PARAM_H 1
68
69/* Define to 1 if you have the <sys/stat.h> header file. */
70#define HAVE_SYS_STAT_H 1
71
72/* Define to 1 if you have the <sys/types.h> header file. */
73#define HAVE_SYS_TYPES_H 1
74
75/* Define to 1 if you have the <unistd.h> header file. */
76#define HAVE_UNISTD_H 1
77
78/* Define to the sub-directory in which libtool stores uninstalled libraries.
79   */
80#define LT_OBJDIR ".libs/"
81
82/* Name of package */
83#define PACKAGE "libctf-library"
84
85/* Define to the address where bug reports for this package should be sent. */
86#define PACKAGE_BUGREPORT ""
87
88/* Define to the full name of this package. */
89#define PACKAGE_NAME "libctf library"
90
91/* Define to the full name and version of this package. */
92#define PACKAGE_STRING "libctf library 1.2.0-pre"
93
94/* Define to the one symbol short name of this package. */
95#define PACKAGE_TARNAME "libctf-library"
96
97/* Define to the home page for this package. */
98#define PACKAGE_URL ""
99
100/* Define to the version of this package. */
101#define PACKAGE_VERSION "1.2.0-pre"
102
103/* Define to 1 if you have the ANSI C header files. */
104#define STDC_HEADERS 1
105
106/* Enable extensions on AIX 3, Interix.  */
107#ifndef _ALL_SOURCE
108# define _ALL_SOURCE 1
109#endif
110/* Enable GNU extensions on systems that have them.  */
111#ifndef _GNU_SOURCE
112# define _GNU_SOURCE 1
113#endif
114/* Enable threading extensions on Solaris.  */
115#ifndef _POSIX_PTHREAD_SEMANTICS
116# define _POSIX_PTHREAD_SEMANTICS 1
117#endif
118/* Enable extensions on HP NonStop.  */
119#ifndef _TANDEM_SOURCE
120# define _TANDEM_SOURCE 1
121#endif
122/* Enable general extensions on Solaris.  */
123#ifndef __EXTENSIONS__
124# define __EXTENSIONS__ 1
125#endif
126
127
128/* Version number of package */
129#define VERSION "1.2.0-pre"
130
131/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
132   significant byte first (like Motorola and SPARC, unlike Intel). */
133#if defined AC_APPLE_UNIVERSAL_BUILD
134# if defined __BIG_ENDIAN__
135#  define WORDS_BIGENDIAN 1
136# endif
137#else
138# ifndef WORDS_BIGENDIAN
139#  define WORDS_BIGENDIAN 1
140# endif
141#endif
142
143/* Enable large inode numbers on Mac OS X 10.5.  */
144#ifndef _DARWIN_USE_64_BIT_INODE
145# define _DARWIN_USE_64_BIT_INODE 1
146#endif
147
148/* Number of bits in a file offset, on hosts where this is settable. */
149/* #undef _FILE_OFFSET_BITS */
150
151/* Define for large files, on AIX-style hosts. */
152/* #undef _LARGE_FILES */
153
154/* Define to 1 if on MINIX. */
155/* #undef _MINIX */
156
157/* Define to 2 if the system does not provide POSIX.1 features except with
158   this defined. */
159/* #undef _POSIX_1_SOURCE */
160
161/* Define to 1 if you need to in order for `stat' and other things to work. */
162/* #undef _POSIX_SOURCE */
163