xref: /minix3/external/gpl3/binutils/lib/libopcodes/arch/riscv32/config.h (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
1*0a6a1f1dSLionel Sambuc /* This file is automatically generated.  DO NOT EDIT! */
2*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3*0a6a1f1dSLionel Sambuc /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*0a6a1f1dSLionel Sambuc 
5*0a6a1f1dSLionel Sambuc /* config.h.  Generated from config.in by configure.  */
6*0a6a1f1dSLionel Sambuc /* config.in.  Generated from configure.in by autoheader.  */
7*0a6a1f1dSLionel Sambuc 
8*0a6a1f1dSLionel Sambuc /* Check that config.h is #included before system headers
9*0a6a1f1dSLionel Sambuc    (this works only for glibc, but that should be enough).  */
10*0a6a1f1dSLionel Sambuc #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11*0a6a1f1dSLionel Sambuc #  error config.h must be #included before system headers
12*0a6a1f1dSLionel Sambuc #endif
13*0a6a1f1dSLionel Sambuc #define __CONFIG_H__ 1
14*0a6a1f1dSLionel Sambuc 
15*0a6a1f1dSLionel Sambuc /* Define to 1 if translation of program messages to the user's native
16*0a6a1f1dSLionel Sambuc    language is requested. */
17*0a6a1f1dSLionel Sambuc #define ENABLE_NLS 1
18*0a6a1f1dSLionel Sambuc 
19*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `basename', and to 0 if you
20*0a6a1f1dSLionel Sambuc    don't. */
21*0a6a1f1dSLionel Sambuc #define HAVE_DECL_BASENAME 0
22*0a6a1f1dSLionel Sambuc 
23*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
24*0a6a1f1dSLionel Sambuc    */
25*0a6a1f1dSLionel Sambuc #define HAVE_DECL_STPCPY 1
26*0a6a1f1dSLionel Sambuc 
27*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <dlfcn.h> header file. */
28*0a6a1f1dSLionel Sambuc #define HAVE_DLFCN_H 1
29*0a6a1f1dSLionel Sambuc 
30*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <inttypes.h> header file. */
31*0a6a1f1dSLionel Sambuc #define HAVE_INTTYPES_H 1
32*0a6a1f1dSLionel Sambuc 
33*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <limits.h> header file. */
34*0a6a1f1dSLionel Sambuc #define HAVE_LIMITS_H 1
35*0a6a1f1dSLionel Sambuc 
36*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <memory.h> header file. */
37*0a6a1f1dSLionel Sambuc #define HAVE_MEMORY_H 1
38*0a6a1f1dSLionel Sambuc 
39*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdint.h> header file. */
40*0a6a1f1dSLionel Sambuc #define HAVE_STDINT_H 1
41*0a6a1f1dSLionel Sambuc 
42*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <stdlib.h> header file. */
43*0a6a1f1dSLionel Sambuc #define HAVE_STDLIB_H 1
44*0a6a1f1dSLionel Sambuc 
45*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <strings.h> header file. */
46*0a6a1f1dSLionel Sambuc #define HAVE_STRINGS_H 1
47*0a6a1f1dSLionel Sambuc 
48*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <string.h> header file. */
49*0a6a1f1dSLionel Sambuc #define HAVE_STRING_H 1
50*0a6a1f1dSLionel Sambuc 
51*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/stat.h> header file. */
52*0a6a1f1dSLionel Sambuc #define HAVE_SYS_STAT_H 1
53*0a6a1f1dSLionel Sambuc 
54*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <sys/types.h> header file. */
55*0a6a1f1dSLionel Sambuc #define HAVE_SYS_TYPES_H 1
56*0a6a1f1dSLionel Sambuc 
57*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the <unistd.h> header file. */
58*0a6a1f1dSLionel Sambuc #define HAVE_UNISTD_H 1
59*0a6a1f1dSLionel Sambuc 
60*0a6a1f1dSLionel Sambuc /* Define to the sub-directory in which libtool stores uninstalled libraries.
61*0a6a1f1dSLionel Sambuc    */
62*0a6a1f1dSLionel Sambuc #define LT_OBJDIR ".libs/"
63*0a6a1f1dSLionel Sambuc 
64*0a6a1f1dSLionel Sambuc /* Name of package */
65*0a6a1f1dSLionel Sambuc #define PACKAGE "opcodes"
66*0a6a1f1dSLionel Sambuc 
67*0a6a1f1dSLionel Sambuc /* Define to the address where bug reports for this package should be sent. */
68*0a6a1f1dSLionel Sambuc #define PACKAGE_BUGREPORT ""
69*0a6a1f1dSLionel Sambuc 
70*0a6a1f1dSLionel Sambuc /* Define to the full name of this package. */
71*0a6a1f1dSLionel Sambuc #define PACKAGE_NAME ""
72*0a6a1f1dSLionel Sambuc 
73*0a6a1f1dSLionel Sambuc /* Define to the full name and version of this package. */
74*0a6a1f1dSLionel Sambuc #define PACKAGE_STRING ""
75*0a6a1f1dSLionel Sambuc 
76*0a6a1f1dSLionel Sambuc /* Define to the one symbol short name of this package. */
77*0a6a1f1dSLionel Sambuc #define PACKAGE_TARNAME ""
78*0a6a1f1dSLionel Sambuc 
79*0a6a1f1dSLionel Sambuc /* Define to the home page for this package. */
80*0a6a1f1dSLionel Sambuc #define PACKAGE_URL ""
81*0a6a1f1dSLionel Sambuc 
82*0a6a1f1dSLionel Sambuc /* Define to the version of this package. */
83*0a6a1f1dSLionel Sambuc #define PACKAGE_VERSION ""
84*0a6a1f1dSLionel Sambuc 
85*0a6a1f1dSLionel Sambuc /* Define to 1 if you have the ANSI C header files. */
86*0a6a1f1dSLionel Sambuc #define STDC_HEADERS 1
87*0a6a1f1dSLionel Sambuc 
88*0a6a1f1dSLionel Sambuc /* Define if you can safely include both <string.h> and <strings.h>. */
89*0a6a1f1dSLionel Sambuc #define STRING_WITH_STRINGS 1
90*0a6a1f1dSLionel Sambuc 
91*0a6a1f1dSLionel Sambuc /* Enable extensions on AIX 3, Interix.  */
92*0a6a1f1dSLionel Sambuc #ifndef _ALL_SOURCE
93*0a6a1f1dSLionel Sambuc # define _ALL_SOURCE 1
94*0a6a1f1dSLionel Sambuc #endif
95*0a6a1f1dSLionel Sambuc /* Enable GNU extensions on systems that have them.  */
96*0a6a1f1dSLionel Sambuc #ifndef _GNU_SOURCE
97*0a6a1f1dSLionel Sambuc # define _GNU_SOURCE 1
98*0a6a1f1dSLionel Sambuc #endif
99*0a6a1f1dSLionel Sambuc /* Enable threading extensions on Solaris.  */
100*0a6a1f1dSLionel Sambuc #ifndef _POSIX_PTHREAD_SEMANTICS
101*0a6a1f1dSLionel Sambuc # define _POSIX_PTHREAD_SEMANTICS 1
102*0a6a1f1dSLionel Sambuc #endif
103*0a6a1f1dSLionel Sambuc /* Enable extensions on HP NonStop.  */
104*0a6a1f1dSLionel Sambuc #ifndef _TANDEM_SOURCE
105*0a6a1f1dSLionel Sambuc # define _TANDEM_SOURCE 1
106*0a6a1f1dSLionel Sambuc #endif
107*0a6a1f1dSLionel Sambuc /* Enable general extensions on Solaris.  */
108*0a6a1f1dSLionel Sambuc #ifndef __EXTENSIONS__
109*0a6a1f1dSLionel Sambuc # define __EXTENSIONS__ 1
110*0a6a1f1dSLionel Sambuc #endif
111*0a6a1f1dSLionel Sambuc 
112*0a6a1f1dSLionel Sambuc 
113*0a6a1f1dSLionel Sambuc /* Version number of package */
114*0a6a1f1dSLionel Sambuc #define VERSION "2.23.2"
115*0a6a1f1dSLionel Sambuc 
116*0a6a1f1dSLionel Sambuc /* Define to 1 if on MINIX. */
117*0a6a1f1dSLionel Sambuc /* #undef _MINIX */
118*0a6a1f1dSLionel Sambuc 
119*0a6a1f1dSLionel Sambuc /* Define to 2 if the system does not provide POSIX.1 features except with
120*0a6a1f1dSLionel Sambuc    this defined. */
121*0a6a1f1dSLionel Sambuc /* #undef _POSIX_1_SOURCE */
122*0a6a1f1dSLionel Sambuc 
123*0a6a1f1dSLionel Sambuc /* Define to 1 if you need to in order for `stat' and other things to work. */
124*0a6a1f1dSLionel Sambuc /* #undef _POSIX_SOURCE */
125