xref: /netbsd-src/external/gpl3/gdb/lib/libopcodes/arch/sparc64/config.h (revision 22ebeae4b2252475e0ebe332f69734639cb946ea)
1fdf8f3b1Schristos /* 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  */
38d9c9161Schristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4fdf8f3b1Schristos 
5fdf8f3b1Schristos /* config.h.  Generated from config.in by configure.  */
6c6bb8cabSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7fdf8f3b1Schristos 
834f40950Schristos /* Check that config.h is #included before system headers
934f40950Schristos    (this works only for glibc, but that should be enough).  */
1034f40950Schristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
1134f40950Schristos #  error config.h must be #included before system headers
1234f40950Schristos #endif
1334f40950Schristos #define __CONFIG_H__ 1
1434f40950Schristos 
15865c57e0Schristos /* Define if you want run-time sanity checks. */
16865c57e0Schristos /* #undef ENABLE_CHECKING */
17865c57e0Schristos 
18fdf8f3b1Schristos /* Define to 1 if translation of program messages to the user's native
19fdf8f3b1Schristos    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 */
33fdf8f3b1Schristos 
34fdf8f3b1Schristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
35fdf8f3b1Schristos    don't. */
36fdf8f3b1Schristos #define HAVE_DECL_BASENAME 0
37fdf8f3b1Schristos 
38fdf8f3b1Schristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
39fdf8f3b1Schristos    */
40fdf8f3b1Schristos #define HAVE_DECL_STPCPY 1
41fdf8f3b1Schristos 
42fdf8f3b1Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
43fdf8f3b1Schristos #define HAVE_DLFCN_H 1
44fdf8f3b1Schristos 
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 
51fdf8f3b1Schristos /* Define to 1 if you have the <inttypes.h> header file. */
52fdf8f3b1Schristos #define HAVE_INTTYPES_H 1
53fdf8f3b1Schristos 
54fdf8f3b1Schristos /* Define to 1 if you have the <memory.h> header file. */
55fdf8f3b1Schristos #define HAVE_MEMORY_H 1
56fdf8f3b1Schristos 
57c6bb8cabSchristos /* Define if sigsetjmp is available. */
58c6bb8cabSchristos #define HAVE_SIGSETJMP 1
59c6bb8cabSchristos 
60fdf8f3b1Schristos /* Define to 1 if you have the <stdint.h> header file. */
61fdf8f3b1Schristos #define HAVE_STDINT_H 1
62fdf8f3b1Schristos 
63fdf8f3b1Schristos /* Define to 1 if you have the <stdlib.h> header file. */
64fdf8f3b1Schristos #define HAVE_STDLIB_H 1
65fdf8f3b1Schristos 
66fdf8f3b1Schristos /* Define to 1 if you have the <strings.h> header file. */
67fdf8f3b1Schristos #define HAVE_STRINGS_H 1
68fdf8f3b1Schristos 
69fdf8f3b1Schristos /* Define to 1 if you have the <string.h> header file. */
70fdf8f3b1Schristos #define HAVE_STRING_H 1
71fdf8f3b1Schristos 
72fdf8f3b1Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
73fdf8f3b1Schristos #define HAVE_SYS_STAT_H 1
74fdf8f3b1Schristos 
75fdf8f3b1Schristos /* Define to 1 if you have the <sys/types.h> header file. */
76fdf8f3b1Schristos #define HAVE_SYS_TYPES_H 1
77fdf8f3b1Schristos 
78fdf8f3b1Schristos /* Define to 1 if you have the <unistd.h> header file. */
79fdf8f3b1Schristos #define HAVE_UNISTD_H 1
80fdf8f3b1Schristos 
81fdf8f3b1Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
82fdf8f3b1Schristos    */
83fdf8f3b1Schristos #define LT_OBJDIR ".libs/"
84fdf8f3b1Schristos 
85fdf8f3b1Schristos /* Name of package */
86fdf8f3b1Schristos #define PACKAGE "opcodes"
87fdf8f3b1Schristos 
88fdf8f3b1Schristos /* Define to the address where bug reports for this package should be sent. */
89fdf8f3b1Schristos #define PACKAGE_BUGREPORT ""
90fdf8f3b1Schristos 
91fdf8f3b1Schristos /* Define to the full name of this package. */
92c6bb8cabSchristos #define PACKAGE_NAME "opcodes"
93fdf8f3b1Schristos 
94fdf8f3b1Schristos /* Define to the full name and version of this package. */
95*22ebeae4Schristos #define PACKAGE_STRING "opcodes 2.42.50"
96fdf8f3b1Schristos 
97fdf8f3b1Schristos /* Define to the one symbol short name of this package. */
98c6bb8cabSchristos #define PACKAGE_TARNAME "opcodes"
99fdf8f3b1Schristos 
100fdf8f3b1Schristos /* Define to the home page for this package. */
101fdf8f3b1Schristos #define PACKAGE_URL ""
102fdf8f3b1Schristos 
103fdf8f3b1Schristos /* Define to the version of this package. */
104*22ebeae4Schristos #define PACKAGE_VERSION "2.42.50"
105865c57e0Schristos 
106865c57e0Schristos /* The size of `void *', as computed by sizeof. */
107865c57e0Schristos #define SIZEOF_VOID_P 8
108fdf8f3b1Schristos 
109fdf8f3b1Schristos /* Define to 1 if you have the ANSI C header files. */
110fdf8f3b1Schristos #define STDC_HEADERS 1
111fdf8f3b1Schristos 
112fdf8f3b1Schristos /* Enable extensions on AIX 3, Interix.  */
113fdf8f3b1Schristos #ifndef _ALL_SOURCE
114fdf8f3b1Schristos # define _ALL_SOURCE 1
115fdf8f3b1Schristos #endif
116fdf8f3b1Schristos /* Enable GNU extensions on systems that have them.  */
117fdf8f3b1Schristos #ifndef _GNU_SOURCE
118fdf8f3b1Schristos # define _GNU_SOURCE 1
119fdf8f3b1Schristos #endif
120fdf8f3b1Schristos /* Enable threading extensions on Solaris.  */
121fdf8f3b1Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
122fdf8f3b1Schristos # define _POSIX_PTHREAD_SEMANTICS 1
123fdf8f3b1Schristos #endif
124fdf8f3b1Schristos /* Enable extensions on HP NonStop.  */
125fdf8f3b1Schristos #ifndef _TANDEM_SOURCE
126fdf8f3b1Schristos # define _TANDEM_SOURCE 1
127fdf8f3b1Schristos #endif
128fdf8f3b1Schristos /* Enable general extensions on Solaris.  */
129fdf8f3b1Schristos #ifndef __EXTENSIONS__
130fdf8f3b1Schristos # define __EXTENSIONS__ 1
131fdf8f3b1Schristos #endif
132fdf8f3b1Schristos 
133fdf8f3b1Schristos 
134fdf8f3b1Schristos /* Version number of package */
135*22ebeae4Schristos #define VERSION "2.42.50"
136fdf8f3b1Schristos 
137fdf8f3b1Schristos /* Define to 1 if on MINIX. */
138fdf8f3b1Schristos /* #undef _MINIX */
139fdf8f3b1Schristos 
140fdf8f3b1Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
141fdf8f3b1Schristos    this defined. */
142fdf8f3b1Schristos /* #undef _POSIX_1_SOURCE */
143fdf8f3b1Schristos 
144fdf8f3b1Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
145fdf8f3b1Schristos /* #undef _POSIX_SOURCE */
146