xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/earmhfeb/config.h (revision 801f73adf8029e41ec107911c58034bb925796a2)
1c8bb104eSskrll /* This file is automatically generated.  DO NOT EDIT! */
2*801f73adSchristos /* Generated from: NetBSD: mknative-binutils,v 1.16 2024/06/30 16:11:11 christos Exp  */
38005419bSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4c8bb104eSskrll 
5c8bb104eSskrll /* config.h.  Generated from config.in by configure.  */
60ef15dfaSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7c8bb104eSskrll 
883d6843dSskrll /* Check that config.h is #included before system headers
983d6843dSskrll    (this works only for glibc, but that should be enough).  */
1083d6843dSskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1183d6843dSskrll #  error config.h must be #included before system headers
1283d6843dSskrll #endif
1383d6843dSskrll #define __CONFIG_H__ 1
1483d6843dSskrll 
1551f66c08Schristos /* Define if you want run-time sanity checks. */
1651f66c08Schristos /* #undef ENABLE_CHECKING */
1751f66c08Schristos 
18c8bb104eSskrll /* Define to 1 if translation of program messages to the user's native
19c8bb104eSskrll    language is requested. */
20*801f73adSchristos /* #undef ENABLE_NLS */
21*801f73adSchristos 
22*801f73adSchristos /* Define to 1 if you have the Mac OS X function
23*801f73adSchristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
24*801f73adSchristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
25*801f73adSchristos 
26*801f73adSchristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
27*801f73adSchristos    the CoreFoundation framework. */
28*801f73adSchristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
29*801f73adSchristos 
30*801f73adSchristos /* Define if the GNU dcgettext() function is already present or preinstalled.
31*801f73adSchristos    */
32*801f73adSchristos /* #undef HAVE_DCGETTEXT */
33c8bb104eSskrll 
34c8bb104eSskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
35c8bb104eSskrll    don't. */
36c8bb104eSskrll #define HAVE_DECL_BASENAME 0
37c8bb104eSskrll 
38c8bb104eSskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
39c8bb104eSskrll    */
40c8bb104eSskrll #define HAVE_DECL_STPCPY 1
41c8bb104eSskrll 
42c8bb104eSskrll /* Define to 1 if you have the <dlfcn.h> header file. */
43c8bb104eSskrll #define HAVE_DLFCN_H 1
44c8bb104eSskrll 
45*801f73adSchristos /* Define if the GNU gettext() function is already present or preinstalled. */
46*801f73adSchristos /* #undef HAVE_GETTEXT */
47*801f73adSchristos 
48*801f73adSchristos /* Define if you have the iconv() function and it works. */
49*801f73adSchristos #define HAVE_ICONV 1
50*801f73adSchristos 
51c8bb104eSskrll /* Define to 1 if you have the <inttypes.h> header file. */
52c8bb104eSskrll #define HAVE_INTTYPES_H 1
53c8bb104eSskrll 
54c8bb104eSskrll /* Define to 1 if you have the <memory.h> header file. */
55c8bb104eSskrll #define HAVE_MEMORY_H 1
56c8bb104eSskrll 
570ef15dfaSchristos /* Define if sigsetjmp is available. */
580ef15dfaSchristos #define HAVE_SIGSETJMP 1
590ef15dfaSchristos 
60c8bb104eSskrll /* Define to 1 if you have the <stdint.h> header file. */
61c8bb104eSskrll #define HAVE_STDINT_H 1
62c8bb104eSskrll 
63c8bb104eSskrll /* Define to 1 if you have the <stdlib.h> header file. */
64c8bb104eSskrll #define HAVE_STDLIB_H 1
65c8bb104eSskrll 
66c8bb104eSskrll /* Define to 1 if you have the <strings.h> header file. */
67c8bb104eSskrll #define HAVE_STRINGS_H 1
68c8bb104eSskrll 
69c8bb104eSskrll /* Define to 1 if you have the <string.h> header file. */
70c8bb104eSskrll #define HAVE_STRING_H 1
71c8bb104eSskrll 
72c8bb104eSskrll /* Define to 1 if you have the <sys/stat.h> header file. */
73c8bb104eSskrll #define HAVE_SYS_STAT_H 1
74c8bb104eSskrll 
75c8bb104eSskrll /* Define to 1 if you have the <sys/types.h> header file. */
76c8bb104eSskrll #define HAVE_SYS_TYPES_H 1
77c8bb104eSskrll 
78c8bb104eSskrll /* Define to 1 if you have the <unistd.h> header file. */
79c8bb104eSskrll #define HAVE_UNISTD_H 1
80c8bb104eSskrll 
81c8bb104eSskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
82c8bb104eSskrll    */
83c8bb104eSskrll #define LT_OBJDIR ".libs/"
84c8bb104eSskrll 
85c8bb104eSskrll /* Name of package */
86c8bb104eSskrll #define PACKAGE "opcodes"
87c8bb104eSskrll 
88c8bb104eSskrll /* Define to the address where bug reports for this package should be sent. */
89c8bb104eSskrll #define PACKAGE_BUGREPORT ""
90c8bb104eSskrll 
91c8bb104eSskrll /* Define to the full name of this package. */
920ef15dfaSchristos #define PACKAGE_NAME "opcodes"
93c8bb104eSskrll 
94c8bb104eSskrll /* Define to the full name and version of this package. */
95*801f73adSchristos #define PACKAGE_STRING "opcodes 2.42"
96c8bb104eSskrll 
97c8bb104eSskrll /* Define to the one symbol short name of this package. */
980ef15dfaSchristos #define PACKAGE_TARNAME "opcodes"
99c8bb104eSskrll 
100c8bb104eSskrll /* Define to the home page for this package. */
101c8bb104eSskrll #define PACKAGE_URL ""
102c8bb104eSskrll 
103c8bb104eSskrll /* Define to the version of this package. */
104*801f73adSchristos #define PACKAGE_VERSION "2.42"
10551f66c08Schristos 
10651f66c08Schristos /* The size of `void *', as computed by sizeof. */
10751f66c08Schristos #define SIZEOF_VOID_P 4
108c8bb104eSskrll 
109c8bb104eSskrll /* Define to 1 if you have the ANSI C header files. */
110c8bb104eSskrll #define STDC_HEADERS 1
111c8bb104eSskrll 
112c8bb104eSskrll /* Enable extensions on AIX 3, Interix.  */
113c8bb104eSskrll #ifndef _ALL_SOURCE
114c8bb104eSskrll # define _ALL_SOURCE 1
115c8bb104eSskrll #endif
116c8bb104eSskrll /* Enable GNU extensions on systems that have them.  */
117c8bb104eSskrll #ifndef _GNU_SOURCE
118c8bb104eSskrll # define _GNU_SOURCE 1
119c8bb104eSskrll #endif
120c8bb104eSskrll /* Enable threading extensions on Solaris.  */
121c8bb104eSskrll #ifndef _POSIX_PTHREAD_SEMANTICS
122c8bb104eSskrll # define _POSIX_PTHREAD_SEMANTICS 1
123c8bb104eSskrll #endif
124c8bb104eSskrll /* Enable extensions on HP NonStop.  */
125c8bb104eSskrll #ifndef _TANDEM_SOURCE
126c8bb104eSskrll # define _TANDEM_SOURCE 1
127c8bb104eSskrll #endif
128c8bb104eSskrll /* Enable general extensions on Solaris.  */
129c8bb104eSskrll #ifndef __EXTENSIONS__
130c8bb104eSskrll # define __EXTENSIONS__ 1
131c8bb104eSskrll #endif
132c8bb104eSskrll 
133c8bb104eSskrll 
134c8bb104eSskrll /* Version number of package */
135*801f73adSchristos #define VERSION "2.42"
136c8bb104eSskrll 
137c8bb104eSskrll /* Define to 1 if on MINIX. */
138c8bb104eSskrll /* #undef _MINIX */
139c8bb104eSskrll 
140c8bb104eSskrll /* Define to 2 if the system does not provide POSIX.1 features except with
141c8bb104eSskrll    this defined. */
142c8bb104eSskrll /* #undef _POSIX_1_SOURCE */
143c8bb104eSskrll 
144c8bb104eSskrll /* Define to 1 if you need to in order for `stat' and other things to work. */
145c8bb104eSskrll /* #undef _POSIX_SOURCE */
146