1440a403fSchristos /* This file is automatically generated.  DO NOT EDIT! */
2*b88e3e88Schristos /* Generated from: NetBSD: mknative-binutils,v 1.13 2020/04/04 01:34:53 christos Exp  */
306324dcfSchristos /* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4440a403fSchristos 
5440a403fSchristos /* config.h.  Generated from config.in by configure.  */
6440a403fSchristos /* config.in.  Generated from configure.ac by autoheader.  */
7440a403fSchristos 
8440a403fSchristos /* Check that config.h is #included before system headers
9440a403fSchristos    (this works only for glibc, but that should be enough).  */
10440a403fSchristos #if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11440a403fSchristos #  error config.h must be #included before system headers
12440a403fSchristos #endif
13440a403fSchristos #define __CONFIG_H__ 1
14440a403fSchristos 
15440a403fSchristos /* Define to 1 if translation of program messages to the user's native
16440a403fSchristos    language is requested. */
17440a403fSchristos #define ENABLE_NLS 1
18440a403fSchristos 
19440a403fSchristos /* Define to 1 if you have the declaration of `basename', and to 0 if you
20440a403fSchristos    don't. */
21440a403fSchristos #define HAVE_DECL_BASENAME 0
22440a403fSchristos 
23440a403fSchristos /* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
24440a403fSchristos    */
25440a403fSchristos #define HAVE_DECL_STPCPY 1
26440a403fSchristos 
27440a403fSchristos /* Define to 1 if you have the <dlfcn.h> header file. */
28440a403fSchristos #define HAVE_DLFCN_H 1
29440a403fSchristos 
30440a403fSchristos /* Define to 1 if you have the <inttypes.h> header file. */
31440a403fSchristos #define HAVE_INTTYPES_H 1
32440a403fSchristos 
33440a403fSchristos /* Define to 1 if you have the <limits.h> header file. */
34440a403fSchristos #define HAVE_LIMITS_H 1
35440a403fSchristos 
36440a403fSchristos /* Define to 1 if you have the <memory.h> header file. */
37440a403fSchristos #define HAVE_MEMORY_H 1
38440a403fSchristos 
39440a403fSchristos /* Define if sigsetjmp is available. */
40440a403fSchristos #define HAVE_SIGSETJMP 1
41440a403fSchristos 
42440a403fSchristos /* Define to 1 if you have the <stdint.h> header file. */
43440a403fSchristos #define HAVE_STDINT_H 1
44440a403fSchristos 
45440a403fSchristos /* Define to 1 if you have the <stdlib.h> header file. */
46440a403fSchristos #define HAVE_STDLIB_H 1
47440a403fSchristos 
48440a403fSchristos /* Define to 1 if you have the <strings.h> header file. */
49440a403fSchristos #define HAVE_STRINGS_H 1
50440a403fSchristos 
51440a403fSchristos /* Define to 1 if you have the <string.h> header file. */
52440a403fSchristos #define HAVE_STRING_H 1
53440a403fSchristos 
54440a403fSchristos /* Define to 1 if you have the <sys/stat.h> header file. */
55440a403fSchristos #define HAVE_SYS_STAT_H 1
56440a403fSchristos 
57440a403fSchristos /* Define to 1 if you have the <sys/types.h> header file. */
58440a403fSchristos #define HAVE_SYS_TYPES_H 1
59440a403fSchristos 
60440a403fSchristos /* Define to 1 if you have the <unistd.h> header file. */
61440a403fSchristos #define HAVE_UNISTD_H 1
62440a403fSchristos 
63440a403fSchristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
64440a403fSchristos    */
65440a403fSchristos #define LT_OBJDIR ".libs/"
66440a403fSchristos 
67440a403fSchristos /* Name of package */
68440a403fSchristos #define PACKAGE "opcodes"
69440a403fSchristos 
70440a403fSchristos /* Define to the address where bug reports for this package should be sent. */
71440a403fSchristos #define PACKAGE_BUGREPORT ""
72440a403fSchristos 
73440a403fSchristos /* Define to the full name of this package. */
74440a403fSchristos #define PACKAGE_NAME "opcodes"
75440a403fSchristos 
76440a403fSchristos /* Define to the full name and version of this package. */
77*b88e3e88Schristos #define PACKAGE_STRING "opcodes 2.34"
78440a403fSchristos 
79440a403fSchristos /* Define to the one symbol short name of this package. */
80440a403fSchristos #define PACKAGE_TARNAME "opcodes"
81440a403fSchristos 
82440a403fSchristos /* Define to the home page for this package. */
83440a403fSchristos #define PACKAGE_URL ""
84440a403fSchristos 
85440a403fSchristos /* Define to the version of this package. */
86*b88e3e88Schristos #define PACKAGE_VERSION "2.34"
87440a403fSchristos 
88440a403fSchristos /* Define to 1 if you have the ANSI C header files. */
89440a403fSchristos #define STDC_HEADERS 1
90440a403fSchristos 
91440a403fSchristos /* Define if you can safely include both <string.h> and <strings.h>. */
92440a403fSchristos #define STRING_WITH_STRINGS 1
93440a403fSchristos 
94440a403fSchristos /* Enable extensions on AIX 3, Interix.  */
95440a403fSchristos #ifndef _ALL_SOURCE
96440a403fSchristos # define _ALL_SOURCE 1
97440a403fSchristos #endif
98440a403fSchristos /* Enable GNU extensions on systems that have them.  */
99440a403fSchristos #ifndef _GNU_SOURCE
100440a403fSchristos # define _GNU_SOURCE 1
101440a403fSchristos #endif
102440a403fSchristos /* Enable threading extensions on Solaris.  */
103440a403fSchristos #ifndef _POSIX_PTHREAD_SEMANTICS
104440a403fSchristos # define _POSIX_PTHREAD_SEMANTICS 1
105440a403fSchristos #endif
106440a403fSchristos /* Enable extensions on HP NonStop.  */
107440a403fSchristos #ifndef _TANDEM_SOURCE
108440a403fSchristos # define _TANDEM_SOURCE 1
109440a403fSchristos #endif
110440a403fSchristos /* Enable general extensions on Solaris.  */
111440a403fSchristos #ifndef __EXTENSIONS__
112440a403fSchristos # define __EXTENSIONS__ 1
113440a403fSchristos #endif
114440a403fSchristos 
115440a403fSchristos 
116440a403fSchristos /* Version number of package */
117*b88e3e88Schristos #define VERSION "2.34"
118440a403fSchristos 
119440a403fSchristos /* Define to 1 if on MINIX. */
120440a403fSchristos /* #undef _MINIX */
121440a403fSchristos 
122440a403fSchristos /* Define to 2 if the system does not provide POSIX.1 features except with
123440a403fSchristos    this defined. */
124440a403fSchristos /* #undef _POSIX_1_SOURCE */
125440a403fSchristos 
126440a403fSchristos /* Define to 1 if you need to in order for `stat' and other things to work. */
127440a403fSchristos /* #undef _POSIX_SOURCE */
128