xref: /netbsd-src/external/gpl3/binutils/lib/libopcodes/arch/powerpc/config.h (revision 801f73adf8029e41ec107911c58034bb925796a2)
131580a89Sskrll /* This file is automatically generated.  DO NOT EDIT! */
2*801f73adSchristos /* 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 
560fbfc04Smrg /* config.h.  Generated from config.in by configure.  */
6f51ed01fSchristos /* config.in.  Generated from configure.ac by autoheader.  */
731580a89Sskrll 
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 
1831580a89Sskrll /* Define to 1 if translation of program messages to the user's native
1931580a89Sskrll    language is requested. */
20*801f73adSchristos /* #undef ENABLE_NLS */
21*801f73adSchristos 
22*801f73adSchristos /* Define to 1 if you have the Mac OS X function
23*801f73adSchristos    CFLocaleCopyPreferredLanguages in the CoreFoundation framework. */
24*801f73adSchristos /* #undef HAVE_CFLOCALECOPYPREFERREDLANGUAGES */
25*801f73adSchristos 
26*801f73adSchristos /* Define to 1 if you have the Mac OS X function CFPreferencesCopyAppValue in
27*801f73adSchristos    the CoreFoundation framework. */
28*801f73adSchristos /* #undef HAVE_CFPREFERENCESCOPYAPPVALUE */
29*801f73adSchristos 
30*801f73adSchristos /* Define if the GNU dcgettext() function is already present or preinstalled.
31*801f73adSchristos    */
32*801f73adSchristos /* #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*801f73adSchristos /* Define if the GNU gettext() function is already present or preinstalled. */
46*801f73adSchristos /* #undef HAVE_GETTEXT */
47*801f73adSchristos 
48*801f73adSchristos /* Define if you have the iconv() function and it works. */
49*801f73adSchristos #define HAVE_ICONV 1
50*801f73adSchristos 
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 
57f51ed01fSchristos /* Define if sigsetjmp is available. */
58f51ed01fSchristos #define HAVE_SIGSETJMP 1
59f51ed01fSchristos 
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. */
92f51ed01fSchristos #define PACKAGE_NAME "opcodes"
9331580a89Sskrll 
9431580a89Sskrll /* Define to the full name and version of this package. */
95*801f73adSchristos #define PACKAGE_STRING "opcodes 2.42"
9631580a89Sskrll 
9731580a89Sskrll /* Define to the one symbol short name of this package. */
98f51ed01fSchristos #define PACKAGE_TARNAME "opcodes"
9931580a89Sskrll 
10060fbfc04Smrg /* Define to the home page for this package. */
10160fbfc04Smrg #define PACKAGE_URL ""
10260fbfc04Smrg 
10331580a89Sskrll /* Define to the version of this package. */
104*801f73adSchristos #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 
13360fbfc04Smrg 
13460fbfc04Smrg /* Version number of package */
135*801f73adSchristos #define VERSION "2.42"
13660fbfc04Smrg 
13760fbfc04Smrg /* Define to 1 if on MINIX. */
13860fbfc04Smrg /* #undef _MINIX */
13960fbfc04Smrg 
14060fbfc04Smrg /* Define to 2 if the system does not provide POSIX.1 features except with
14160fbfc04Smrg    this defined. */
14260fbfc04Smrg /* #undef _POSIX_1_SOURCE */
14360fbfc04Smrg 
14460fbfc04Smrg /* Define to 1 if you need to in order for `stat' and other things to work. */
14560fbfc04Smrg /* #undef _POSIX_SOURCE */
146