xref: /netbsd-src/external/gpl3/gdb/lib/libopcodes/arch/mips64eb/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1ba6b4c93Schristos /* 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  */
39acf2c73Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4ba6b4c93Schristos 
5ba6b4c93Schristos /* config.h.  Generated from config.in by configure.  */
69ca90fdcSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7ba6b4c93Schristos 
884e9dd17Smrg /* Check that config.h is #included before system headers
984e9dd17Smrg    (this works only for glibc, but that should be enough).  */
1084e9dd17Smrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1184e9dd17Smrg #  error config.h must be #included before system headers
1284e9dd17Smrg #endif
1384e9dd17Smrg #define __CONFIG_H__ 1
1484e9dd17Smrg 
15f187d37aSchristos /* Define if you want run-time sanity checks. */
16f187d37aSchristos /* #undef ENABLE_CHECKING */
17f187d37aSchristos 
18ba6b4c93Schristos /* Define to 1 if translation of program messages to the user's native
19ba6b4c93Schristos    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 */
33ba6b4c93Schristos 
34ba6b4c93Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
35ba6b4c93Schristos    don't. */
36ba6b4c93Schristos #define HAVE_DECL_BASENAME 0
37ba6b4c93Schristos 
38ba6b4c93Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
39ba6b4c93Schristos    */
40ba6b4c93Schristos #define HAVE_DECL_STPCPY 1
41ba6b4c93Schristos 
42ba6b4c93Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
43ba6b4c93Schristos #define HAVE_DLFCN_H 1
44ba6b4c93Schristos 
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 
51ba6b4c93Schristos /* Define to 1 if you have the <inttypes.h> header file. */
52ba6b4c93Schristos #define HAVE_INTTYPES_H 1
53ba6b4c93Schristos 
54ba6b4c93Schristos /* Define to 1 if you have the <memory.h> header file. */
55ba6b4c93Schristos #define HAVE_MEMORY_H 1
56ba6b4c93Schristos 
579ca90fdcSchristos /* Define if sigsetjmp is available. */
589ca90fdcSchristos #define HAVE_SIGSETJMP 1
599ca90fdcSchristos 
60ba6b4c93Schristos /* Define to 1 if you have the <stdint.h> header file. */
61ba6b4c93Schristos #define HAVE_STDINT_H 1
62ba6b4c93Schristos 
63ba6b4c93Schristos /* Define to 1 if you have the <stdlib.h> header file. */
64ba6b4c93Schristos #define HAVE_STDLIB_H 1
65ba6b4c93Schristos 
66ba6b4c93Schristos /* Define to 1 if you have the <strings.h> header file. */
67ba6b4c93Schristos #define HAVE_STRINGS_H 1
68ba6b4c93Schristos 
69ba6b4c93Schristos /* Define to 1 if you have the <string.h> header file. */
70ba6b4c93Schristos #define HAVE_STRING_H 1
71ba6b4c93Schristos 
72ba6b4c93Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
73ba6b4c93Schristos #define HAVE_SYS_STAT_H 1
74ba6b4c93Schristos 
75ba6b4c93Schristos /* Define to 1 if you have the <sys/types.h> header file. */
76ba6b4c93Schristos #define HAVE_SYS_TYPES_H 1
77ba6b4c93Schristos 
78ba6b4c93Schristos /* Define to 1 if you have the <unistd.h> header file. */
79ba6b4c93Schristos #define HAVE_UNISTD_H 1
80ba6b4c93Schristos 
81ba6b4c93Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
82ba6b4c93Schristos    */
83ba6b4c93Schristos #define LT_OBJDIR ".libs/"
84ba6b4c93Schristos 
85ba6b4c93Schristos /* Name of package */
86ba6b4c93Schristos #define PACKAGE "opcodes"
87ba6b4c93Schristos 
88ba6b4c93Schristos /* Define to the address where bug reports for this package should be sent. */
89ba6b4c93Schristos #define PACKAGE_BUGREPORT ""
90ba6b4c93Schristos 
91ba6b4c93Schristos /* Define to the full name of this package. */
929ca90fdcSchristos #define PACKAGE_NAME "opcodes"
93ba6b4c93Schristos 
94ba6b4c93Schristos /* Define to the full name and version of this package. */
95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50"
96ba6b4c93Schristos 
97ba6b4c93Schristos /* Define to the one symbol short name of this package. */
989ca90fdcSchristos #define PACKAGE_TARNAME "opcodes"
99ba6b4c93Schristos 
100ba6b4c93Schristos /* Define to the home page for this package. */
101ba6b4c93Schristos #define PACKAGE_URL ""
102ba6b4c93Schristos 
103ba6b4c93Schristos /* Define to the version of this package. */
104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
105f187d37aSchristos 
106f187d37aSchristos /* The size of `void *', as computed by sizeof. */
107f187d37aSchristos #define SIZEOF_VOID_P 4
108ba6b4c93Schristos 
109ba6b4c93Schristos /* Define to 1 if you have the ANSI C header files. */
110ba6b4c93Schristos #define STDC_HEADERS 1
111ba6b4c93Schristos 
112ba6b4c93Schristos /* Enable extensions on AIX 3, Interix.  */
113ba6b4c93Schristos #ifndef _ALL_SOURCE
114ba6b4c93Schristos # define _ALL_SOURCE 1
115ba6b4c93Schristos #endif
116ba6b4c93Schristos /* Enable GNU extensions on systems that have them.  */
117ba6b4c93Schristos #ifndef _GNU_SOURCE
118ba6b4c93Schristos # define _GNU_SOURCE 1
119ba6b4c93Schristos #endif
120ba6b4c93Schristos /* Enable threading extensions on Solaris.  */
121ba6b4c93Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
122ba6b4c93Schristos # define _POSIX_PTHREAD_SEMANTICS 1
123ba6b4c93Schristos #endif
124ba6b4c93Schristos /* Enable extensions on HP NonStop.  */
125ba6b4c93Schristos #ifndef _TANDEM_SOURCE
126ba6b4c93Schristos # define _TANDEM_SOURCE 1
127ba6b4c93Schristos #endif
128ba6b4c93Schristos /* Enable general extensions on Solaris.  */
129ba6b4c93Schristos #ifndef __EXTENSIONS__
130ba6b4c93Schristos # define __EXTENSIONS__ 1
131ba6b4c93Schristos #endif
132ba6b4c93Schristos 
133ba6b4c93Schristos 
134ba6b4c93Schristos /* Version number of package */
135*22ebeae4Schristos #define VERSION "2.42.50"
136ba6b4c93Schristos 
137ba6b4c93Schristos /* Define to 1 if on MINIX. */
138ba6b4c93Schristos /* #undef _MINIX */
139ba6b4c93Schristos 
140ba6b4c93Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
141ba6b4c93Schristos    this defined. */
142ba6b4c93Schristos /* #undef _POSIX_1_SOURCE */
143ba6b4c93Schristos 
144ba6b4c93Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
145ba6b4c93Schristos /* #undef _POSIX_SOURCE */
146