xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/earm/config.h (revision 1cdc5837a1ec6542671ff43603789bae2748f32f)
188a901baSmatt /* This file is automatically generated.  DO NOT EDIT! */
2*1cdc5837Schristos /* 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  */
488a901baSmatt 
588a901baSmatt /* config.h.  Generated from config.in by configure.  */
6b711ecb4Schristos /* config.in.  Generated from configure.ac by autoheader.  */
788a901baSmatt 
80765cfe9Sskrll /* Check that config.h is #included before system headers
90765cfe9Sskrll    (this works only for glibc, but that should be enough).  */
100765cfe9Sskrll #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
110765cfe9Sskrll #  error config.h must be #included before system headers
120765cfe9Sskrll #endif
130765cfe9Sskrll #define __CONFIG_H__ 1
140765cfe9Sskrll 
158c762729Schristos /* Define if you want run-time sanity checks. */
168c762729Schristos /* #undef ENABLE_CHECKING */
178c762729Schristos 
1888a901baSmatt /* Define to 1 if translation of program messages to the user's native
1988a901baSmatt    language is requested. */
20*1cdc5837Schristos /* #undef ENABLE_NLS */
21*1cdc5837Schristos 
22*1cdc5837Schristos /* Define to 1 if you have the Mac OS X function
23*1cdc5837Schristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
24*1cdc5837Schristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
25*1cdc5837Schristos 
26*1cdc5837Schristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
27*1cdc5837Schristos    the CoreFoundation framework. */
28*1cdc5837Schristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
29*1cdc5837Schristos 
30*1cdc5837Schristos /* Define if the GNU dcgettext() function is already present or preinstalled.
31*1cdc5837Schristos    */
32*1cdc5837Schristos /* #undef HAVE_DCGETTEXT */
3388a901baSmatt 
3488a901baSmatt /* Define to 1 if you have the declaration of `basename', and to 0 if you
3588a901baSmatt    don't. */
3688a901baSmatt #define HAVE_DECL_BASENAME 0
3788a901baSmatt 
3888a901baSmatt /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
3988a901baSmatt    */
4088a901baSmatt #define HAVE_DECL_STPCPY 1
4188a901baSmatt 
4288a901baSmatt /* Define to 1 if you have the <dlfcn.h> header file. */
4388a901baSmatt #define HAVE_DLFCN_H 1
4488a901baSmatt 
45*1cdc5837Schristos /* Define if the GNU gettext() function is already present or preinstalled. */
46*1cdc5837Schristos /* #undef HAVE_GETTEXT */
47*1cdc5837Schristos 
48*1cdc5837Schristos /* Define if you have the iconv() function and it works. */
49*1cdc5837Schristos #define HAVE_ICONV 1
50*1cdc5837Schristos 
5188a901baSmatt /* Define to 1 if you have the <inttypes.h> header file. */
5288a901baSmatt #define HAVE_INTTYPES_H 1
5388a901baSmatt 
5488a901baSmatt /* Define to 1 if you have the <memory.h> header file. */
5588a901baSmatt #define HAVE_MEMORY_H 1
5688a901baSmatt 
57b711ecb4Schristos /* Define if sigsetjmp is available. */
58b711ecb4Schristos #define HAVE_SIGSETJMP 1
59b711ecb4Schristos 
6088a901baSmatt /* Define to 1 if you have the <stdint.h> header file. */
6188a901baSmatt #define HAVE_STDINT_H 1
6288a901baSmatt 
6388a901baSmatt /* Define to 1 if you have the <stdlib.h> header file. */
6488a901baSmatt #define HAVE_STDLIB_H 1
6588a901baSmatt 
6688a901baSmatt /* Define to 1 if you have the <strings.h> header file. */
6788a901baSmatt #define HAVE_STRINGS_H 1
6888a901baSmatt 
6988a901baSmatt /* Define to 1 if you have the <string.h> header file. */
7088a901baSmatt #define HAVE_STRING_H 1
7188a901baSmatt 
7288a901baSmatt /* Define to 1 if you have the <sys/stat.h> header file. */
7388a901baSmatt #define HAVE_SYS_STAT_H 1
7488a901baSmatt 
7588a901baSmatt /* Define to 1 if you have the <sys/types.h> header file. */
7688a901baSmatt #define HAVE_SYS_TYPES_H 1
7788a901baSmatt 
7888a901baSmatt /* Define to 1 if you have the <unistd.h> header file. */
7988a901baSmatt #define HAVE_UNISTD_H 1
8088a901baSmatt 
8188a901baSmatt /* Define to the sub-directory in which libtool stores uninstalled libraries.
8288a901baSmatt    */
8388a901baSmatt #define LT_OBJDIR ".libs/"
8488a901baSmatt 
8588a901baSmatt /* Name of package */
8688a901baSmatt #define PACKAGE "opcodes"
8788a901baSmatt 
8888a901baSmatt /* Define to the address where bug reports for this package should be sent. */
8988a901baSmatt #define PACKAGE_BUGREPORT ""
9088a901baSmatt 
9188a901baSmatt /* Define to the full name of this package. */
92b711ecb4Schristos #define PACKAGE_NAME "opcodes"
9388a901baSmatt 
9488a901baSmatt /* Define to the full name and version of this package. */
95*1cdc5837Schristos #define PACKAGE_STRING "opcodes 2.42"
9688a901baSmatt 
9788a901baSmatt /* Define to the one symbol short name of this package. */
98b711ecb4Schristos #define PACKAGE_TARNAME "opcodes"
9988a901baSmatt 
10088a901baSmatt /* Define to the home page for this package. */
10188a901baSmatt #define PACKAGE_URL ""
10288a901baSmatt 
10388a901baSmatt /* Define to the version of this package. */
104*1cdc5837Schristos #define PACKAGE_VERSION "2.42"
1058c762729Schristos 
1068c762729Schristos /* The size of `void *', as computed by sizeof. */
1078c762729Schristos #define SIZEOF_VOID_P 4
10888a901baSmatt 
10988a901baSmatt /* Define to 1 if you have the ANSI C header files. */
11088a901baSmatt #define STDC_HEADERS 1
11188a901baSmatt 
11288a901baSmatt /* Enable extensions on AIX 3, Interix.  */
11388a901baSmatt #ifndef _ALL_SOURCE
11488a901baSmatt # define _ALL_SOURCE 1
11588a901baSmatt #endif
11688a901baSmatt /* Enable GNU extensions on systems that have them.  */
11788a901baSmatt #ifndef _GNU_SOURCE
11888a901baSmatt # define _GNU_SOURCE 1
11988a901baSmatt #endif
12088a901baSmatt /* Enable threading extensions on Solaris.  */
12188a901baSmatt #ifndef _POSIX_PTHREAD_SEMANTICS
12288a901baSmatt # define _POSIX_PTHREAD_SEMANTICS 1
12388a901baSmatt #endif
12488a901baSmatt /* Enable extensions on HP NonStop.  */
12588a901baSmatt #ifndef _TANDEM_SOURCE
12688a901baSmatt # define _TANDEM_SOURCE 1
12788a901baSmatt #endif
12888a901baSmatt /* Enable general extensions on Solaris.  */
12988a901baSmatt #ifndef __EXTENSIONS__
13088a901baSmatt # define __EXTENSIONS__ 1
13188a901baSmatt #endif
13288a901baSmatt 
13388a901baSmatt 
13488a901baSmatt /* Version number of package */
135*1cdc5837Schristos #define VERSION "2.42"
13688a901baSmatt 
13788a901baSmatt /* Define to 1 if on MINIX. */
13888a901baSmatt /* #undef _MINIX */
13988a901baSmatt 
14088a901baSmatt /* Define to 2 if the system does not provide POSIX.1 features except with
14188a901baSmatt    this defined. */
14288a901baSmatt /* #undef _POSIX_1_SOURCE */
14388a901baSmatt 
14488a901baSmatt /* Define to 1 if you need to in order for `stat' and other things to work. */
14588a901baSmatt /* #undef _POSIX_SOURCE */
146