xref: /netbsd-src/external/gpl3/binutils.old/lib/libopcodes/arch/mipsn64eb/config.h (revision c42dbd0ed2e61fe6eda8590caa852ccf34719964)
1867d70fcSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*c42dbd0eSchristos /* Generated from: NetBSD: mknative-binutils,v 1.14 2022/12/24 20:17:46 christos Exp  */
3867d70fcSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4867d70fcSchristos 
5867d70fcSchristos /* config.h.  Generated from config.in by configure.  */
6867d70fcSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7867d70fcSchristos 
8867d70fcSchristos /* Check that config.h is #included before system headers
9867d70fcSchristos    (this works only for glibc, but that should be enough).  */
10867d70fcSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11867d70fcSchristos #  error config.h must be #included before system headers
12867d70fcSchristos #endif
13867d70fcSchristos #define __CONFIG_H__ 1
14867d70fcSchristos 
15*c42dbd0eSchristos /* Define if you want run-time sanity checks. */
16*c42dbd0eSchristos /* #undef ENABLE_CHECKING */
17*c42dbd0eSchristos 
18867d70fcSchristos /* Define to 1 if translation of program messages to the user's native
19867d70fcSchristos    language is requested. */
20867d70fcSchristos #define ENABLE_NLS 1
21867d70fcSchristos 
22867d70fcSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
23867d70fcSchristos    don't. */
24867d70fcSchristos #define HAVE_DECL_BASENAME 0
25867d70fcSchristos 
26867d70fcSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
27867d70fcSchristos    */
28867d70fcSchristos #define HAVE_DECL_STPCPY 1
29867d70fcSchristos 
30867d70fcSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
31867d70fcSchristos #define HAVE_DLFCN_H 1
32867d70fcSchristos 
33867d70fcSchristos /* Define to 1 if you have the <inttypes.h> header file. */
34867d70fcSchristos #define HAVE_INTTYPES_H 1
35867d70fcSchristos 
36867d70fcSchristos /* Define to 1 if you have the <memory.h> header file. */
37867d70fcSchristos #define HAVE_MEMORY_H 1
38867d70fcSchristos 
39867d70fcSchristos /* Define if sigsetjmp is available. */
40867d70fcSchristos #define HAVE_SIGSETJMP 1
41867d70fcSchristos 
42867d70fcSchristos /* Define to 1 if you have the <stdint.h> header file. */
43867d70fcSchristos #define HAVE_STDINT_H 1
44867d70fcSchristos 
45867d70fcSchristos /* Define to 1 if you have the <stdlib.h> header file. */
46867d70fcSchristos #define HAVE_STDLIB_H 1
47867d70fcSchristos 
48867d70fcSchristos /* Define to 1 if you have the <strings.h> header file. */
49867d70fcSchristos #define HAVE_STRINGS_H 1
50867d70fcSchristos 
51867d70fcSchristos /* Define to 1 if you have the <string.h> header file. */
52867d70fcSchristos #define HAVE_STRING_H 1
53867d70fcSchristos 
54867d70fcSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
55867d70fcSchristos #define HAVE_SYS_STAT_H 1
56867d70fcSchristos 
57867d70fcSchristos /* Define to 1 if you have the <sys/types.h> header file. */
58867d70fcSchristos #define HAVE_SYS_TYPES_H 1
59867d70fcSchristos 
60867d70fcSchristos /* Define to 1 if you have the <unistd.h> header file. */
61867d70fcSchristos #define HAVE_UNISTD_H 1
62867d70fcSchristos 
63867d70fcSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
64867d70fcSchristos    */
65867d70fcSchristos #define LT_OBJDIR ".libs/"
66867d70fcSchristos 
67867d70fcSchristos /* Name of package */
68867d70fcSchristos #define PACKAGE "opcodes"
69867d70fcSchristos 
70867d70fcSchristos /* Define to the address where bug reports for this package should be sent. */
71867d70fcSchristos #define PACKAGE_BUGREPORT ""
72867d70fcSchristos 
73867d70fcSchristos /* Define to the full name of this package. */
74867d70fcSchristos #define PACKAGE_NAME "opcodes"
75867d70fcSchristos 
76867d70fcSchristos /* Define to the full name and version of this package. */
77*c42dbd0eSchristos #define PACKAGE_STRING "opcodes 2.39"
78867d70fcSchristos 
79867d70fcSchristos /* Define to the one symbol short name of this package. */
80867d70fcSchristos #define PACKAGE_TARNAME "opcodes"
81867d70fcSchristos 
82867d70fcSchristos /* Define to the home page for this package. */
83867d70fcSchristos #define PACKAGE_URL ""
84867d70fcSchristos 
85867d70fcSchristos /* Define to the version of this package. */
86*c42dbd0eSchristos #define PACKAGE_VERSION "2.39"
87*c42dbd0eSchristos 
88*c42dbd0eSchristos /* The size of `void *', as computed by sizeof. */
89*c42dbd0eSchristos #define SIZEOF_VOID_P 8
90867d70fcSchristos 
91867d70fcSchristos /* Define to 1 if you have the ANSI C header files. */
92867d70fcSchristos #define STDC_HEADERS 1
93867d70fcSchristos 
94867d70fcSchristos /* Enable extensions on AIX 3, Interix.  */
95867d70fcSchristos #ifndef _ALL_SOURCE
96867d70fcSchristos # define _ALL_SOURCE 1
97867d70fcSchristos #endif
98867d70fcSchristos /* Enable GNU extensions on systems that have them.  */
99867d70fcSchristos #ifndef _GNU_SOURCE
100867d70fcSchristos # define _GNU_SOURCE 1
101867d70fcSchristos #endif
102867d70fcSchristos /* Enable threading extensions on Solaris.  */
103867d70fcSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
104867d70fcSchristos # define _POSIX_PTHREAD_SEMANTICS 1
105867d70fcSchristos #endif
106867d70fcSchristos /* Enable extensions on HP NonStop.  */
107867d70fcSchristos #ifndef _TANDEM_SOURCE
108867d70fcSchristos # define _TANDEM_SOURCE 1
109867d70fcSchristos #endif
110867d70fcSchristos /* Enable general extensions on Solaris.  */
111867d70fcSchristos #ifndef __EXTENSIONS__
112867d70fcSchristos # define __EXTENSIONS__ 1
113867d70fcSchristos #endif
114867d70fcSchristos 
115867d70fcSchristos 
116867d70fcSchristos /* Version number of package */
117*c42dbd0eSchristos #define VERSION "2.39"
118867d70fcSchristos 
119867d70fcSchristos /* Define to 1 if on MINIX. */
120867d70fcSchristos /* #undef _MINIX */
121867d70fcSchristos 
122867d70fcSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
123867d70fcSchristos    this defined. */
124867d70fcSchristos /* #undef _POSIX_1_SOURCE */
125867d70fcSchristos 
126867d70fcSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
127867d70fcSchristos /* #undef _POSIX_SOURCE */
128