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