xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/mips64eb/config.h (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
142c67cd1Smrg /* This file is automatically generated.  DO NOT EDIT! */
2*ccd9df53Srin /* 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  */
442c67cd1Smrg 
5cb8d4d4aSmrg /* config.h.  Generated from config.in by configure.  */
6f51ed01fSchristos /* config.in.  Generated from configure.ac by autoheader.  */
742c67cd1Smrg 
85dc4313eSmrg /* Check that config.h is #included before system headers
95dc4313eSmrg    (this works only for glibc, but that should be enough).  */
105dc4313eSmrg #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
115dc4313eSmrg #  error config.h must be #included before system headers
125dc4313eSmrg #endif
135dc4313eSmrg #define __CONFIG_H__ 1
145dc4313eSmrg 
158c762729Schristos /* Define if you want run-time sanity checks. */
168c762729Schristos /* #undef ENABLE_CHECKING */
178c762729Schristos 
18b1d73e21Sskrll /* Define to 1 if translation of program messages to the user's native
19b1d73e21Sskrll    language is requested. */
20*ccd9df53Srin /* #undef ENABLE_NLS */
21*ccd9df53Srin 
22*ccd9df53Srin /* Define to 1 if you have the Mac OS X function
23*ccd9df53Srin    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
24*ccd9df53Srin /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
25*ccd9df53Srin 
26*ccd9df53Srin /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
27*ccd9df53Srin    the CoreFoundation framework. */
28*ccd9df53Srin /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
29*ccd9df53Srin 
30*ccd9df53Srin /* Define if the GNU dcgettext() function is already present or preinstalled.
31*ccd9df53Srin    */
32*ccd9df53Srin /* #undef HAVE_DCGETTEXT */
3342c67cd1Smrg 
34b1d73e21Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
35b1d73e21Sskrll    don't. */
36b1d73e21Sskrll #define HAVE_DECL_BASENAME 0
3742c67cd1Smrg 
38b1d73e21Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
3942c67cd1Smrg    */
40b1d73e21Sskrll #define HAVE_DECL_STPCPY 1
4142c67cd1Smrg 
42b1d73e21Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
43b1d73e21Sskrll #define HAVE_DLFCN_H 1
4442c67cd1Smrg 
45*ccd9df53Srin /* Define if the GNU gettext() function is already present or preinstalled. */
46*ccd9df53Srin /* #undef HAVE_GETTEXT */
47*ccd9df53Srin 
48*ccd9df53Srin /* Define if you have the iconv() function and it works. */
49*ccd9df53Srin #define HAVE_ICONV 1
50*ccd9df53Srin 
5142c67cd1Smrg /* Define to 1 if you have the <inttypes.h> header file. */
5242c67cd1Smrg #define HAVE_INTTYPES_H 1
5342c67cd1Smrg 
5442c67cd1Smrg /* Define to 1 if you have the <memory.h> header file. */
5542c67cd1Smrg #define HAVE_MEMORY_H 1
5642c67cd1Smrg 
57f51ed01fSchristos /* Define if sigsetjmp is available. */
58f51ed01fSchristos #define HAVE_SIGSETJMP 1
59f51ed01fSchristos 
6042c67cd1Smrg /* Define to 1 if you have the <stdint.h> header file. */
6142c67cd1Smrg #define HAVE_STDINT_H 1
6242c67cd1Smrg 
6342c67cd1Smrg /* Define to 1 if you have the <stdlib.h> header file. */
6442c67cd1Smrg #define HAVE_STDLIB_H 1
6542c67cd1Smrg 
6642c67cd1Smrg /* Define to 1 if you have the <strings.h> header file. */
6742c67cd1Smrg #define HAVE_STRINGS_H 1
6842c67cd1Smrg 
6942c67cd1Smrg /* Define to 1 if you have the <string.h> header file. */
7042c67cd1Smrg #define HAVE_STRING_H 1
7142c67cd1Smrg 
7242c67cd1Smrg /* Define to 1 if you have the <sys/stat.h> header file. */
7342c67cd1Smrg #define HAVE_SYS_STAT_H 1
7442c67cd1Smrg 
7542c67cd1Smrg /* Define to 1 if you have the <sys/types.h> header file. */
7642c67cd1Smrg #define HAVE_SYS_TYPES_H 1
7742c67cd1Smrg 
7842c67cd1Smrg /* Define to 1 if you have the <unistd.h> header file. */
7942c67cd1Smrg #define HAVE_UNISTD_H 1
8042c67cd1Smrg 
81b1d73e21Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
82b1d73e21Sskrll    */
83b1d73e21Sskrll #define LT_OBJDIR ".libs/"
8442c67cd1Smrg 
8542c67cd1Smrg /* Name of package */
8642c67cd1Smrg #define PACKAGE "opcodes"
8742c67cd1Smrg 
8842c67cd1Smrg /* Define to the address where bug reports for this package should be sent. */
8942c67cd1Smrg #define PACKAGE_BUGREPORT ""
9042c67cd1Smrg 
9142c67cd1Smrg /* Define to the full name of this package. */
92f51ed01fSchristos #define PACKAGE_NAME "opcodes"
9342c67cd1Smrg 
9442c67cd1Smrg /* Define to the full name and version of this package. */
95*ccd9df53Srin #define PACKAGE_STRING "opcodes 2.42"
9642c67cd1Smrg 
9742c67cd1Smrg /* Define to the one symbol short name of this package. */
98f51ed01fSchristos #define PACKAGE_TARNAME "opcodes"
9942c67cd1Smrg 
100cb8d4d4aSmrg /* Define to the home page for this package. */
101cb8d4d4aSmrg #define PACKAGE_URL ""
102cb8d4d4aSmrg 
10342c67cd1Smrg /* Define to the version of this package. */
104*ccd9df53Srin #define PACKAGE_VERSION "2.42"
1058c762729Schristos 
1068c762729Schristos /* The size of `void *', as computed by sizeof. */
10768ccb2e4Srin #define SIZEOF_VOID_P 4
10842c67cd1Smrg 
10942c67cd1Smrg /* Define to 1 if you have the ANSI C header files. */
11042c67cd1Smrg #define STDC_HEADERS 1
11142c67cd1Smrg 
112b1d73e21Sskrll /* Enable extensions on AIX 3, Interix.  */
113b1d73e21Sskrll #ifndef _ALL_SOURCE
114b1d73e21Sskrll # define _ALL_SOURCE 1
115b1d73e21Sskrll #endif
116b1d73e21Sskrll /* Enable GNU extensions on systems that have them.  */
117b1d73e21Sskrll #ifndef _GNU_SOURCE
118b1d73e21Sskrll # define _GNU_SOURCE 1
119b1d73e21Sskrll #endif
120b1d73e21Sskrll /* Enable threading extensions on Solaris.  */
121b1d73e21Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
122b1d73e21Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
123b1d73e21Sskrll #endif
124b1d73e21Sskrll /* Enable extensions on HP NonStop.  */
125b1d73e21Sskrll #ifndef _TANDEM_SOURCE
126b1d73e21Sskrll # define _TANDEM_SOURCE 1
127b1d73e21Sskrll #endif
128b1d73e21Sskrll /* Enable general extensions on Solaris.  */
129b1d73e21Sskrll #ifndef __EXTENSIONS__
130b1d73e21Sskrll # define __EXTENSIONS__ 1
131b1d73e21Sskrll #endif
132b1d73e21Sskrll 
133cb8d4d4aSmrg 
134cb8d4d4aSmrg /* Version number of package */
135*ccd9df53Srin #define VERSION "2.42"
136cb8d4d4aSmrg 
137cb8d4d4aSmrg /* Define to 1 if on MINIX. */
138cb8d4d4aSmrg /* #undef _MINIX */
139cb8d4d4aSmrg 
140cb8d4d4aSmrg /* Define to 2 if the system does not provide POSIX.1 features except with
141cb8d4d4aSmrg    this defined. */
142cb8d4d4aSmrg /* #undef _POSIX_1_SOURCE */
143cb8d4d4aSmrg 
144cb8d4d4aSmrg /* Define to 1 if you need to in order for `stat' and other things to work. */
145cb8d4d4aSmrg /* #undef _POSIX_SOURCE */
146