1189251Ssam/* This file is automatically generated.  DO NOT EDIT! */
2189251Ssam/* Generated from: NetBSD: mknative-gdb,v 1.12 2020/09/17 16:54:31 christos Exp  */
3189251Ssam/* Generated from: NetBSD: mknative.common,v 1.16 2018/04/15 15:13:37 christos Exp  */
4189251Ssam
5189251Ssam/* config.h.  Generated from config.in by configure.  */
6189251Ssam/* config.in.  Generated from configure.ac by autoheader.  */
7189251Ssam
8189251Ssam/* Check that config.h is #included before system headers
9189251Ssam   (this works only for glibc, but that should be enough).  */
10189251Ssam#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11189251Ssam#  error config.h must be #included before system headers
12189251Ssam#endif
13189251Ssam#define __CONFIG_H__ 1
14189251Ssam
15189251Ssam/* Define to 1 if translation of program messages to the user's native
16189251Ssam   language is requested. */
17189251Ssam#define ENABLE_NLS 1
18189251Ssam
19189251Ssam/* Define to 1 if you have the declaration of `basename', and to 0 if you
20189251Ssam   don't. */
21189251Ssam#define HAVE_DECL_BASENAME 0
22189251Ssam
23189251Ssam/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
24189251Ssam   */
25189251Ssam#define HAVE_DECL_STPCPY 1
26189251Ssam
27189251Ssam/* Define to 1 if you have the <dlfcn.h> header file. */
28189251Ssam#define HAVE_DLFCN_H 1
29189251Ssam
30189251Ssam/* Define to 1 if you have the <inttypes.h> header file. */
31189251Ssam#define HAVE_INTTYPES_H 1
32189251Ssam
33189251Ssam/* Define to 1 if you have the <limits.h> header file. */
34189251Ssam#define HAVE_LIMITS_H 1
35189251Ssam
36189251Ssam/* Define to 1 if you have the <memory.h> header file. */
37189251Ssam#define HAVE_MEMORY_H 1
38189251Ssam
39189251Ssam/* Define if sigsetjmp is available. */
40189251Ssam#define HAVE_SIGSETJMP 1
41189251Ssam
42189251Ssam/* Define to 1 if you have the <stdint.h> header file. */
43189251Ssam#define HAVE_STDINT_H 1
44189251Ssam
45189251Ssam/* Define to 1 if you have the <stdlib.h> header file. */
46189251Ssam#define HAVE_STDLIB_H 1
47189251Ssam
48189251Ssam/* Define to 1 if you have the <strings.h> header file. */
49189251Ssam#define HAVE_STRINGS_H 1
50189251Ssam
51189251Ssam/* Define to 1 if you have the <string.h> header file. */
52189251Ssam#define HAVE_STRING_H 1
53189251Ssam
54189251Ssam/* Define to 1 if you have the <sys/stat.h> header file. */
55189251Ssam#define HAVE_SYS_STAT_H 1
56189251Ssam
57189251Ssam/* Define to 1 if you have the <sys/types.h> header file. */
58189251Ssam#define HAVE_SYS_TYPES_H 1
59189251Ssam
60189251Ssam/* Define to 1 if you have the <unistd.h> header file. */
61189251Ssam#define HAVE_UNISTD_H 1
62189251Ssam
63189251Ssam/* Define to the sub-directory in which libtool stores uninstalled libraries.
64189251Ssam   */
65189251Ssam#define LT_OBJDIR ".libs/"
66189251Ssam
67189251Ssam/* Name of package */
68189251Ssam#define PACKAGE "opcodes"
69189251Ssam
70189251Ssam/* Define to the address where bug reports for this package should be sent. */
71189251Ssam#define PACKAGE_BUGREPORT ""
72189251Ssam
73189251Ssam/* Define to the full name of this package. */
74189251Ssam#define PACKAGE_NAME "opcodes"
75189251Ssam
76189251Ssam/* Define to the full name and version of this package. */
77189251Ssam#define PACKAGE_STRING "opcodes 2.35.50"
78189251Ssam
79189251Ssam/* Define to the one symbol short name of this package. */
80189251Ssam#define PACKAGE_TARNAME "opcodes"
81189251Ssam
82189251Ssam/* Define to the home page for this package. */
83189251Ssam#define PACKAGE_URL ""
84189251Ssam
85189251Ssam/* Define to the version of this package. */
86189251Ssam#define PACKAGE_VERSION "2.35.50"
87189251Ssam
88189251Ssam/* Define to 1 if you have the ANSI C header files. */
89189251Ssam#define STDC_HEADERS 1
90189251Ssam
91189251Ssam/* Define if you can safely include both <string.h> and <strings.h>. */
92189251Ssam#define STRING_WITH_STRINGS 1
93189251Ssam
94189251Ssam/* Enable extensions on AIX 3, Interix.  */
95189251Ssam#ifndef _ALL_SOURCE
96189251Ssam# define _ALL_SOURCE 1
97189251Ssam#endif
98189251Ssam/* Enable GNU extensions on systems that have them.  */
99189251Ssam#ifndef _GNU_SOURCE
100189251Ssam# define _GNU_SOURCE 1
101189251Ssam#endif
102189251Ssam/* Enable threading extensions on Solaris.  */
103189251Ssam#ifndef _POSIX_PTHREAD_SEMANTICS
104189251Ssam# define _POSIX_PTHREAD_SEMANTICS 1
105189251Ssam#endif
106189251Ssam/* Enable extensions on HP NonStop.  */
107189251Ssam#ifndef _TANDEM_SOURCE
108189251Ssam# define _TANDEM_SOURCE 1
109189251Ssam#endif
110189251Ssam/* Enable general extensions on Solaris.  */
111189251Ssam#ifndef __EXTENSIONS__
112189251Ssam# define __EXTENSIONS__ 1
113189251Ssam#endif
114189251Ssam
115189251Ssam
116189251Ssam/* Version number of package */
117189251Ssam#define VERSION "2.35.50"
118189251Ssam
119189251Ssam/* Define to 1 if on MINIX. */
120189251Ssam/* #undef _MINIX */
121189251Ssam
122189251Ssam/* Define to 2 if the system does not provide POSIX.1 features except with
123214734Srpaulo   this defined. */
124214734Srpaulo/* #undef _POSIX_1_SOURCE */
125189251Ssam
126189251Ssam/* Define to 1 if you need to in order for `stat' and other things to work. */
127189251Ssam/* #undef _POSIX_SOURCE */
128189251Ssam