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