xref: /netbsd-src/external/gpl3/binutils/lib/libsframe/arch/aarch64/config.h (revision f67aa3c2701d2608820be1877ff0cfe1d5034b5b)
1*f67aa3c2Sskrll /* This file is automatically generated.  DO NOT EDIT! */
2*f67aa3c2Sskrll /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
3*f67aa3c2Sskrll /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4*f67aa3c2Sskrll 
5*f67aa3c2Sskrll /* config.h.  Generated from config.h.in by configure.  */
6*f67aa3c2Sskrll /* config.h.in.  Generated from configure.ac by autoheader.  */
7*f67aa3c2Sskrll 
8*f67aa3c2Sskrll /* Define to 1 if you have the <byteswap.h> header file. */
9*f67aa3c2Sskrll /* #undef HAVE_BYTESWAP_H */
10*f67aa3c2Sskrll 
11*f67aa3c2Sskrll /* Define to 1 if you have the declaration of `bswap_16', and to 0 if you
12*f67aa3c2Sskrll    don't. */
13*f67aa3c2Sskrll #define HAVE_DECL_BSWAP_16 0
14*f67aa3c2Sskrll 
15*f67aa3c2Sskrll /* Define to 1 if you have the declaration of `bswap_32', and to 0 if you
16*f67aa3c2Sskrll    don't. */
17*f67aa3c2Sskrll #define HAVE_DECL_BSWAP_32 0
18*f67aa3c2Sskrll 
19*f67aa3c2Sskrll /* Define to 1 if you have the declaration of `bswap_64', and to 0 if you
20*f67aa3c2Sskrll    don't. */
21*f67aa3c2Sskrll #define HAVE_DECL_BSWAP_64 0
22*f67aa3c2Sskrll 
23*f67aa3c2Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
24*f67aa3c2Sskrll #define HAVE_DLFCN_H 1
25*f67aa3c2Sskrll 
26*f67aa3c2Sskrll /* Define to 1 if you have the <endian.h> header file. */
27*f67aa3c2Sskrll #define HAVE_ENDIAN_H 1
28*f67aa3c2Sskrll 
29*f67aa3c2Sskrll /* Define to 1 if you have the `getpagesize' function. */
30*f67aa3c2Sskrll #define HAVE_GETPAGESIZE 1
31*f67aa3c2Sskrll 
32*f67aa3c2Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
33*f67aa3c2Sskrll #define HAVE_INTTYPES_H 1
34*f67aa3c2Sskrll 
35*f67aa3c2Sskrll /* Define to 1 if you have the <memory.h> header file. */
36*f67aa3c2Sskrll #define HAVE_MEMORY_H 1
37*f67aa3c2Sskrll 
38*f67aa3c2Sskrll /* Define to 1 if you have a working `mmap' system call. */
39*f67aa3c2Sskrll #define HAVE_MMAP 1
40*f67aa3c2Sskrll 
41*f67aa3c2Sskrll /* Define to 1 if you have the <stdint.h> header file. */
42*f67aa3c2Sskrll #define HAVE_STDINT_H 1
43*f67aa3c2Sskrll 
44*f67aa3c2Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
45*f67aa3c2Sskrll #define HAVE_STDLIB_H 1
46*f67aa3c2Sskrll 
47*f67aa3c2Sskrll /* Define to 1 if you have the <strings.h> header file. */
48*f67aa3c2Sskrll #define HAVE_STRINGS_H 1
49*f67aa3c2Sskrll 
50*f67aa3c2Sskrll /* Define to 1 if you have the <string.h> header file. */
51*f67aa3c2Sskrll #define HAVE_STRING_H 1
52*f67aa3c2Sskrll 
53*f67aa3c2Sskrll /* Define to 1 if you have the <sys/param.h> header file. */
54*f67aa3c2Sskrll #define HAVE_SYS_PARAM_H 1
55*f67aa3c2Sskrll 
56*f67aa3c2Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
57*f67aa3c2Sskrll #define HAVE_SYS_STAT_H 1
58*f67aa3c2Sskrll 
59*f67aa3c2Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
60*f67aa3c2Sskrll #define HAVE_SYS_TYPES_H 1
61*f67aa3c2Sskrll 
62*f67aa3c2Sskrll /* Define to 1 if you have the <unistd.h> header file. */
63*f67aa3c2Sskrll #define HAVE_UNISTD_H 1
64*f67aa3c2Sskrll 
65*f67aa3c2Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
66*f67aa3c2Sskrll    */
67*f67aa3c2Sskrll #define LT_OBJDIR ".libs/"
68*f67aa3c2Sskrll 
69*f67aa3c2Sskrll /* Name of package */
70*f67aa3c2Sskrll #define PACKAGE "libsframe"
71*f67aa3c2Sskrll 
72*f67aa3c2Sskrll /* Define to the address where bug reports for this package should be sent. */
73*f67aa3c2Sskrll #define PACKAGE_BUGREPORT ""
74*f67aa3c2Sskrll 
75*f67aa3c2Sskrll /* Define to the full name of this package. */
76*f67aa3c2Sskrll #define PACKAGE_NAME "libsframe"
77*f67aa3c2Sskrll 
78*f67aa3c2Sskrll /* Define to the full name and version of this package. */
79*f67aa3c2Sskrll #define PACKAGE_STRING "libsframe BFD_VERSION"
80*f67aa3c2Sskrll 
81*f67aa3c2Sskrll /* Define to the one symbol short name of this package. */
82*f67aa3c2Sskrll #define PACKAGE_TARNAME "libsframe"
83*f67aa3c2Sskrll 
84*f67aa3c2Sskrll /* Define to the home page for this package. */
85*f67aa3c2Sskrll #define PACKAGE_URL ""
86*f67aa3c2Sskrll 
87*f67aa3c2Sskrll /* Define to the version of this package. */
88*f67aa3c2Sskrll #define PACKAGE_VERSION "BFD_VERSION"
89*f67aa3c2Sskrll 
90*f67aa3c2Sskrll /* Define to 1 if you have the ANSI C header files. */
91*f67aa3c2Sskrll #define STDC_HEADERS 1
92*f67aa3c2Sskrll 
93*f67aa3c2Sskrll /* Enable extensions on AIX 3, Interix.  */
94*f67aa3c2Sskrll #ifndef _ALL_SOURCE
95*f67aa3c2Sskrll # define _ALL_SOURCE 1
96*f67aa3c2Sskrll #endif
97*f67aa3c2Sskrll /* Enable GNU extensions on systems that have them.  */
98*f67aa3c2Sskrll #ifndef _GNU_SOURCE
99*f67aa3c2Sskrll # define _GNU_SOURCE 1
100*f67aa3c2Sskrll #endif
101*f67aa3c2Sskrll /* Enable threading extensions on Solaris.  */
102*f67aa3c2Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
103*f67aa3c2Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
104*f67aa3c2Sskrll #endif
105*f67aa3c2Sskrll /* Enable extensions on HP NonStop.  */
106*f67aa3c2Sskrll #ifndef _TANDEM_SOURCE
107*f67aa3c2Sskrll # define _TANDEM_SOURCE 1
108*f67aa3c2Sskrll #endif
109*f67aa3c2Sskrll /* Enable general extensions on Solaris.  */
110*f67aa3c2Sskrll #ifndef __EXTENSIONS__
111*f67aa3c2Sskrll # define __EXTENSIONS__ 1
112*f67aa3c2Sskrll #endif
113*f67aa3c2Sskrll 
114*f67aa3c2Sskrll 
115*f67aa3c2Sskrll /* Version number of package */
116*f67aa3c2Sskrll #define VERSION "BFD_VERSION"
117*f67aa3c2Sskrll 
118*f67aa3c2Sskrll /* Enable large inode numbers on Mac OS X 10.5.  */
119*f67aa3c2Sskrll #ifndef _DARWIN_USE_64_BIT_INODE
120*f67aa3c2Sskrll # define _DARWIN_USE_64_BIT_INODE 1
121*f67aa3c2Sskrll #endif
122*f67aa3c2Sskrll 
123*f67aa3c2Sskrll /* Number of bits in a file offset, on hosts where this is settable. */
124*f67aa3c2Sskrll /* #undef _FILE_OFFSET_BITS */
125*f67aa3c2Sskrll 
126*f67aa3c2Sskrll /* Define for large files, on AIX-style hosts. */
127*f67aa3c2Sskrll /* #undef _LARGE_FILES */
128*f67aa3c2Sskrll 
129*f67aa3c2Sskrll /* Define to 1 if on MINIX. */
130*f67aa3c2Sskrll /* #undef _MINIX */
131*f67aa3c2Sskrll 
132*f67aa3c2Sskrll /* Define to 2 if the system does not provide POSIX.1 features except with
133*f67aa3c2Sskrll    this defined. */
134*f67aa3c2Sskrll /* #undef _POSIX_1_SOURCE */
135*f67aa3c2Sskrll 
136*f67aa3c2Sskrll /* Define to 1 if you need to in order for `stat' and other things to work. */
137*f67aa3c2Sskrll /* #undef _POSIX_SOURCE */
138