xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/mipsel/config.h (revision ccd9df534e375a4366c5b55f23782053c7a98d82)
131580a89Sskrll /* 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  */
431580a89Sskrll 
5a84ac1a7Smrg /* config.h.  Generated from config.in by configure.  */
64af6e95aSskrll /* config.in.  Generated from configure.ac by autoheader.  */
731580a89Sskrll 
8b529dd41Sskrll /* Check that config.h is #included before system headers
9b529dd41Sskrll    (this works only for glibc, but that should be enough).  */
10b529dd41Sskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11b529dd41Sskrll #  error config.h must be #included before system headers
12b529dd41Sskrll #endif
13b529dd41Sskrll #define __CONFIG_H__ 1
14b529dd41Sskrll 
158c762729Schristos /* Define if you want run-time sanity checks. */
168c762729Schristos /* #undef ENABLE_CHECKING */
178c762729Schristos 
1831580a89Sskrll /* Define to 1 if translation of program messages to the user's native
1931580a89Sskrll    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 */
3331580a89Sskrll 
3431580a89Sskrll /* Define to 1 if you have the declaration of `basename', and to 0 if you
3531580a89Sskrll    don't. */
3631580a89Sskrll #define HAVE_DECL_BASENAME 0
3731580a89Sskrll 
3831580a89Sskrll /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
3931580a89Sskrll    */
4031580a89Sskrll #define HAVE_DECL_STPCPY 1
4131580a89Sskrll 
4231580a89Sskrll /* Define to 1 if you have the <dlfcn.h> header file. */
4331580a89Sskrll #define HAVE_DLFCN_H 1
4431580a89Sskrll 
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 
5131580a89Sskrll /* Define to 1 if you have the <inttypes.h> header file. */
5231580a89Sskrll #define HAVE_INTTYPES_H 1
5331580a89Sskrll 
5431580a89Sskrll /* Define to 1 if you have the <memory.h> header file. */
5531580a89Sskrll #define HAVE_MEMORY_H 1
5631580a89Sskrll 
574af6e95aSskrll /* Define if sigsetjmp is available. */
584af6e95aSskrll #define HAVE_SIGSETJMP 1
594af6e95aSskrll 
6031580a89Sskrll /* Define to 1 if you have the <stdint.h> header file. */
6131580a89Sskrll #define HAVE_STDINT_H 1
6231580a89Sskrll 
6331580a89Sskrll /* Define to 1 if you have the <stdlib.h> header file. */
6431580a89Sskrll #define HAVE_STDLIB_H 1
6531580a89Sskrll 
6631580a89Sskrll /* Define to 1 if you have the <strings.h> header file. */
6731580a89Sskrll #define HAVE_STRINGS_H 1
6831580a89Sskrll 
6931580a89Sskrll /* Define to 1 if you have the <string.h> header file. */
7031580a89Sskrll #define HAVE_STRING_H 1
7131580a89Sskrll 
7231580a89Sskrll /* Define to 1 if you have the <sys/stat.h> header file. */
7331580a89Sskrll #define HAVE_SYS_STAT_H 1
7431580a89Sskrll 
7531580a89Sskrll /* Define to 1 if you have the <sys/types.h> header file. */
7631580a89Sskrll #define HAVE_SYS_TYPES_H 1
7731580a89Sskrll 
7831580a89Sskrll /* Define to 1 if you have the <unistd.h> header file. */
7931580a89Sskrll #define HAVE_UNISTD_H 1
8031580a89Sskrll 
8131580a89Sskrll /* Define to the sub-directory in which libtool stores uninstalled libraries.
8231580a89Sskrll    */
8331580a89Sskrll #define LT_OBJDIR ".libs/"
8431580a89Sskrll 
8531580a89Sskrll /* Name of package */
8631580a89Sskrll #define PACKAGE "opcodes"
8731580a89Sskrll 
8831580a89Sskrll /* Define to the address where bug reports for this package should be sent. */
8931580a89Sskrll #define PACKAGE_BUGREPORT ""
9031580a89Sskrll 
9131580a89Sskrll /* Define to the full name of this package. */
924af6e95aSskrll #define PACKAGE_NAME "opcodes"
9331580a89Sskrll 
9431580a89Sskrll /* Define to the full name and version of this package. */
95*ccd9df53Srin #define PACKAGE_STRING "opcodes 2.42"
9631580a89Sskrll 
9731580a89Sskrll /* Define to the one symbol short name of this package. */
984af6e95aSskrll #define PACKAGE_TARNAME "opcodes"
9931580a89Sskrll 
100a84ac1a7Smrg /* Define to the home page for this package. */
101a84ac1a7Smrg #define PACKAGE_URL ""
102a84ac1a7Smrg 
10331580a89Sskrll /* Define to the version of this package. */
104*ccd9df53Srin #define PACKAGE_VERSION "2.42"
1058c762729Schristos 
1068c762729Schristos /* The size of `void *', as computed by sizeof. */
1078c762729Schristos #define SIZEOF_VOID_P 4
10831580a89Sskrll 
10931580a89Sskrll /* Define to 1 if you have the ANSI C header files. */
11031580a89Sskrll #define STDC_HEADERS 1
11131580a89Sskrll 
11231580a89Sskrll /* Enable extensions on AIX 3, Interix.  */
11331580a89Sskrll #ifndef _ALL_SOURCE
11431580a89Sskrll # define _ALL_SOURCE 1
11531580a89Sskrll #endif
11631580a89Sskrll /* Enable GNU extensions on systems that have them.  */
11731580a89Sskrll #ifndef _GNU_SOURCE
11831580a89Sskrll # define _GNU_SOURCE 1
11931580a89Sskrll #endif
12031580a89Sskrll /* Enable threading extensions on Solaris.  */
12131580a89Sskrll #ifndef _POSIX_PTHREAD_SEMANTICS
12231580a89Sskrll # define _POSIX_PTHREAD_SEMANTICS 1
12331580a89Sskrll #endif
12431580a89Sskrll /* Enable extensions on HP NonStop.  */
12531580a89Sskrll #ifndef _TANDEM_SOURCE
12631580a89Sskrll # define _TANDEM_SOURCE 1
12731580a89Sskrll #endif
12831580a89Sskrll /* Enable general extensions on Solaris.  */
12931580a89Sskrll #ifndef __EXTENSIONS__
13031580a89Sskrll # define __EXTENSIONS__ 1
13131580a89Sskrll #endif
13231580a89Sskrll 
133a84ac1a7Smrg 
134a84ac1a7Smrg /* Version number of package */
135*ccd9df53Srin #define VERSION "2.42"
136a84ac1a7Smrg 
137a84ac1a7Smrg /* Define to 1 if on MINIX. */
138a84ac1a7Smrg /* #undef _MINIX */
139a84ac1a7Smrg 
140a84ac1a7Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
141a84ac1a7Smrg    this defined. */
142a84ac1a7Smrg /* #undef _POSIX_1_SOURCE */
143a84ac1a7Smrg 
144a84ac1a7Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
145a84ac1a7Smrg /* #undef _POSIX_SOURCE */
146