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