config.h revision 1.3
1112125Ssam/* This file is automatically generated.  DO NOT EDIT! */
2112125Ssam/* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3112125Ssam/* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4112125Ssam
5112125Ssam/* config.h.  Generated from config.in by configure.  */
6112125Ssam/* config.in.  Generated from configure.ac by autoheader.  */
7112125Ssam
8112125Ssam/* Check that config.h is #included before system headers
9112125Ssam   (this works only for glibc, but that should be enough).  */
10112125Ssam#if defined(__GLIBC__) && !defined(__FreeBSD_kernel__) && !defined(__CONFIG_H__)
11112125Ssam#  error config.h must be #included before system headers
12112125Ssam#endif
13112125Ssam#define __CONFIG_H__ 1
14112125Ssam
15112125Ssam/* Define to 1 if translation of program messages to the user's native
16112125Ssam   language is requested. */
17112125Ssam#define ENABLE_NLS 1
18112125Ssam
19112125Ssam/* Define to 1 if you have the declaration of `basename', and to 0 if you
20112125Ssam   don't. */
21112125Ssam#define HAVE_DECL_BASENAME 0
22112125Ssam
23112125Ssam/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
24112125Ssam   */
25112125Ssam#define HAVE_DECL_STPCPY 1
26112125Ssam
27112125Ssam/* Define to 1 if you have the <dlfcn.h> header file. */
28112125Ssam#define HAVE_DLFCN_H 1
29112125Ssam
30112125Ssam/* Define to 1 if you have the <inttypes.h> header file. */
31112125Ssam#define HAVE_INTTYPES_H 1
32112125Ssam
33112125Ssam/* Define to 1 if you have the <limits.h> header file. */
34119418Sobrien#define HAVE_LIMITS_H 1
35119418Sobrien
36119418Sobrien/* Define to 1 if you have the <memory.h> header file. */
37112125Ssam#define HAVE_MEMORY_H 1
38112125Ssam
39112125Ssam/* Define if sigsetjmp is available. */
40112125Ssam#define HAVE_SIGSETJMP 1
41112125Ssam
42112125Ssam/* Define to 1 if you have the <stdint.h> header file. */
43112125Ssam#define HAVE_STDINT_H 1
44112125Ssam
45112125Ssam/* Define to 1 if you have the <stdlib.h> header file. */
46112125Ssam#define HAVE_STDLIB_H 1
47112125Ssam
48112125Ssam/* Define to 1 if you have the <strings.h> header file. */
49112125Ssam#define HAVE_STRINGS_H 1
50112125Ssam
51112125Ssam/* Define to 1 if you have the <string.h> header file. */
52112125Ssam#define HAVE_STRING_H 1
53112125Ssam
54112125Ssam/* Define to 1 if you have the <sys/stat.h> header file. */
55112125Ssam#define HAVE_SYS_STAT_H 1
56112125Ssam
57112125Ssam/* Define to 1 if you have the <sys/types.h> header file. */
58112125Ssam#define HAVE_SYS_TYPES_H 1
59112125Ssam
60112125Ssam/* Define to 1 if you have the <unistd.h> header file. */
61112125Ssam#define HAVE_UNISTD_H 1
62112125Ssam
63112125Ssam/* Define to the sub-directory in which libtool stores uninstalled libraries.
64112125Ssam   */
65112125Ssam#define LT_OBJDIR ".libs/"
66112125Ssam
67112125Ssam/* Name of package */
68112125Ssam#define PACKAGE "opcodes"
69112125Ssam
70112125Ssam/* Define to the address where bug reports for this package should be sent. */
71112125Ssam#define PACKAGE_BUGREPORT ""
72112125Ssam
73112125Ssam/* Define to the full name of this package. */
74112125Ssam#define PACKAGE_NAME "opcodes"
75112125Ssam
76116815Ssam/* Define to the full name and version of this package. */
77112125Ssam#define PACKAGE_STRING "opcodes 2.26.1"
78112125Ssam
79112125Ssam/* Define to the one symbol short name of this package. */
80112125Ssam#define PACKAGE_TARNAME "opcodes"
81112125Ssam
82112125Ssam/* Define to the home page for this package. */
83112125Ssam#define PACKAGE_URL ""
84112125Ssam
85112125Ssam/* Define to the version of this package. */
86112125Ssam#define PACKAGE_VERSION "2.26.1"
87112125Ssam
88112125Ssam/* Define to 1 if you have the ANSI C header files. */
89112125Ssam#define STDC_HEADERS 1
90112125Ssam
91112125Ssam/* Define if you can safely include both <string.h> and <strings.h>. */
92112125Ssam#define STRING_WITH_STRINGS 1
93112125Ssam
94112125Ssam/* Enable extensions on AIX 3, Interix.  */
95112125Ssam#ifndef _ALL_SOURCE
96112125Ssam# define _ALL_SOURCE 1
97112125Ssam#endif
98116815Ssam/* Enable GNU extensions on systems that have them.  */
99116815Ssam#ifndef _GNU_SOURCE
100116815Ssam# define _GNU_SOURCE 1
101119137Ssam#endif
102116815Ssam/* Enable threading extensions on Solaris.  */
103112125Ssam#ifndef _POSIX_PTHREAD_SEMANTICS
104112125Ssam# define _POSIX_PTHREAD_SEMANTICS 1
105112125Ssam#endif
106112125Ssam/* Enable extensions on HP NonStop.  */
107112125Ssam#ifndef _TANDEM_SOURCE
108112125Ssam# define _TANDEM_SOURCE 1
109112125Ssam#endif
110112125Ssam/* Enable general extensions on Solaris.  */
111112125Ssam#ifndef __EXTENSIONS__
112112125Ssam# define __EXTENSIONS__ 1
113112125Ssam#endif
114112125Ssam
115112125Ssam
116112125Ssam/* Version number of package */
117112125Ssam#define VERSION "2.26.1"
118116815Ssam
119112125Ssam/* Define to 1 if on MINIX. */
120112125Ssam/* #undef _MINIX */
121112125Ssam
122112125Ssam/* Define to 2 if the system does not provide POSIX.1 features except with
123112125Ssam   this defined. */
124112125Ssam/* #undef _POSIX_1_SOURCE */
125112125Ssam
126112125Ssam/* Define to 1 if you need to in order for `stat' and other things to work. */
127112125Ssam/* #undef _POSIX_SOURCE */
128112125Ssam