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