xref: /netbsd-src/external/gpl3/gdb/lib/libopcodes/arch/mipsn64el/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1475b3abcSchristos /* 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  */
3475b3abcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4475b3abcSchristos 
5475b3abcSchristos /* config.h.  Generated from config.in by configure.  */
6475b3abcSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7475b3abcSchristos 
8475b3abcSchristos /* Check that config.h is #included before system headers
9475b3abcSchristos    (this works only for glibc, but that should be enough).  */
10475b3abcSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11475b3abcSchristos #  error config.h must be #included before system headers
12475b3abcSchristos #endif
13475b3abcSchristos #define __CONFIG_H__ 1
14475b3abcSchristos 
1515a984a0Schristos /* Define if you want run-time sanity checks. */
1615a984a0Schristos /* #undef ENABLE_CHECKING */
1715a984a0Schristos 
18475b3abcSchristos /* Define to 1 if translation of program messages to the user's native
19475b3abcSchristos    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 */
33475b3abcSchristos 
34475b3abcSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
35475b3abcSchristos    don't. */
36475b3abcSchristos #define HAVE_DECL_BASENAME 0
37475b3abcSchristos 
38475b3abcSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
39475b3abcSchristos    */
40475b3abcSchristos #define HAVE_DECL_STPCPY 1
41475b3abcSchristos 
42475b3abcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
43475b3abcSchristos #define HAVE_DLFCN_H 1
44475b3abcSchristos 
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 
51475b3abcSchristos /* Define to 1 if you have the <inttypes.h> header file. */
52475b3abcSchristos #define HAVE_INTTYPES_H 1
53475b3abcSchristos 
54475b3abcSchristos /* Define to 1 if you have the <memory.h> header file. */
55475b3abcSchristos #define HAVE_MEMORY_H 1
56475b3abcSchristos 
57475b3abcSchristos /* Define if sigsetjmp is available. */
58475b3abcSchristos #define HAVE_SIGSETJMP 1
59475b3abcSchristos 
60475b3abcSchristos /* Define to 1 if you have the <stdint.h> header file. */
61475b3abcSchristos #define HAVE_STDINT_H 1
62475b3abcSchristos 
63475b3abcSchristos /* Define to 1 if you have the <stdlib.h> header file. */
64475b3abcSchristos #define HAVE_STDLIB_H 1
65475b3abcSchristos 
66475b3abcSchristos /* Define to 1 if you have the <strings.h> header file. */
67475b3abcSchristos #define HAVE_STRINGS_H 1
68475b3abcSchristos 
69475b3abcSchristos /* Define to 1 if you have the <string.h> header file. */
70475b3abcSchristos #define HAVE_STRING_H 1
71475b3abcSchristos 
72475b3abcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
73475b3abcSchristos #define HAVE_SYS_STAT_H 1
74475b3abcSchristos 
75475b3abcSchristos /* Define to 1 if you have the <sys/types.h> header file. */
76475b3abcSchristos #define HAVE_SYS_TYPES_H 1
77475b3abcSchristos 
78475b3abcSchristos /* Define to 1 if you have the <unistd.h> header file. */
79475b3abcSchristos #define HAVE_UNISTD_H 1
80475b3abcSchristos 
81475b3abcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
82475b3abcSchristos    */
83475b3abcSchristos #define LT_OBJDIR ".libs/"
84475b3abcSchristos 
85475b3abcSchristos /* Name of package */
86475b3abcSchristos #define PACKAGE "opcodes"
87475b3abcSchristos 
88475b3abcSchristos /* Define to the address where bug reports for this package should be sent. */
89475b3abcSchristos #define PACKAGE_BUGREPORT ""
90475b3abcSchristos 
91475b3abcSchristos /* Define to the full name of this package. */
92475b3abcSchristos #define PACKAGE_NAME "opcodes"
93475b3abcSchristos 
94475b3abcSchristos /* Define to the full name and version of this package. */
95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50"
96475b3abcSchristos 
97475b3abcSchristos /* Define to the one symbol short name of this package. */
98475b3abcSchristos #define PACKAGE_TARNAME "opcodes"
99475b3abcSchristos 
100475b3abcSchristos /* Define to the home page for this package. */
101475b3abcSchristos #define PACKAGE_URL ""
102475b3abcSchristos 
103475b3abcSchristos /* Define to the version of this package. */
104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
10515a984a0Schristos 
10615a984a0Schristos /* The size of `void *', as computed by sizeof. */
10715a984a0Schristos #define SIZEOF_VOID_P 8
108475b3abcSchristos 
109475b3abcSchristos /* Define to 1 if you have the ANSI C header files. */
110475b3abcSchristos #define STDC_HEADERS 1
111475b3abcSchristos 
112475b3abcSchristos /* Enable extensions on AIX 3, Interix.  */
113475b3abcSchristos #ifndef _ALL_SOURCE
114475b3abcSchristos # define _ALL_SOURCE 1
115475b3abcSchristos #endif
116475b3abcSchristos /* Enable GNU extensions on systems that have them.  */
117475b3abcSchristos #ifndef _GNU_SOURCE
118475b3abcSchristos # define _GNU_SOURCE 1
119475b3abcSchristos #endif
120475b3abcSchristos /* Enable threading extensions on Solaris.  */
121475b3abcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
122475b3abcSchristos # define _POSIX_PTHREAD_SEMANTICS 1
123475b3abcSchristos #endif
124475b3abcSchristos /* Enable extensions on HP NonStop.  */
125475b3abcSchristos #ifndef _TANDEM_SOURCE
126475b3abcSchristos # define _TANDEM_SOURCE 1
127475b3abcSchristos #endif
128475b3abcSchristos /* Enable general extensions on Solaris.  */
129475b3abcSchristos #ifndef __EXTENSIONS__
130475b3abcSchristos # define __EXTENSIONS__ 1
131475b3abcSchristos #endif
132475b3abcSchristos 
133475b3abcSchristos 
134475b3abcSchristos /* Version number of package */
135*22ebeae4Schristos #define VERSION "2.42.50"
136475b3abcSchristos 
137475b3abcSchristos /* Define to 1 if on MINIX. */
138475b3abcSchristos /* #undef _MINIX */
139475b3abcSchristos 
140475b3abcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
141475b3abcSchristos    this defined. */
142475b3abcSchristos /* #undef _POSIX_1_SOURCE */
143475b3abcSchristos 
144475b3abcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
145475b3abcSchristos /* #undef _POSIX_SOURCE */
146