1107120Sjulian/* This file is automatically generated.  DO NOT EDIT! */
2107120Sjulian/* Generated from: 	NetBSD: mknative-binutils,v 1.8 2011/09/25 04:00:58 christos Exp  */
3139823Simp/* Generated from: NetBSD: mknative.common,v 1.9 2007/02/05 18:26:01 apb Exp  */
4139823Simp
5139823Simp/* gconfig.h.  Generated from gconfig.in by configure.  */
6107120Sjulian/* gconfig.in.  Generated from configure.in by autoheader.  */
7107120Sjulian
8107120Sjulian/* Define to 1 if translation of program messages to the user's native
9107120Sjulian   language is requested. */
10107120Sjulian#define ENABLE_NLS 1
11107120Sjulian
12107120Sjulian/* Is the prototype for getopt in <unistd.h> in the expected format? */
13107120Sjulian#define HAVE_DECL_GETOPT 1
14107120Sjulian
15107120Sjulian/* Define to 1 if you have the <dlfcn.h> header file. */
16107120Sjulian#define HAVE_DLFCN_H 1
17107120Sjulian
18107120Sjulian/* Define to 1 if you have the <inttypes.h> header file. */
19107120Sjulian#define HAVE_INTTYPES_H 1
20107120Sjulian
21107120Sjulian/* Define to 1 if you have the <memory.h> header file. */
22107120Sjulian#define HAVE_MEMORY_H 1
23107120Sjulian
24107120Sjulian/* Define to 1 if you have the `setmode' function. */
25107120Sjulian#define HAVE_SETMODE 1
26107120Sjulian
27107120Sjulian/* Define to 1 if you have the <stdint.h> header file. */
28107120Sjulian#define HAVE_STDINT_H 1
29107120Sjulian
30114878Sjulian/* Define to 1 if you have the <stdlib.h> header file. */
31107120Sjulian#define HAVE_STDLIB_H 1
32107120Sjulian
33107120Sjulian/* Define to 1 if you have the <strings.h> header file. */
34107120Sjulian#define HAVE_STRINGS_H 1
35122634Semax
36107120Sjulian/* Define to 1 if you have the <string.h> header file. */
37107120Sjulian#define HAVE_STRING_H 1
38129079Semax
39107120Sjulian/* Define to 1 if you have the <sys/gmon_out.h> header file. */
40107120Sjulian/* #undef HAVE_SYS_GMON_OUT_H */
41107120Sjulian
42107120Sjulian/* Define to 1 if you have the <sys/stat.h> header file. */
43114878Sjulian#define HAVE_SYS_STAT_H 1
44180399Semax
45107120Sjulian/* Define to 1 if you have the <sys/types.h> header file. */
46107120Sjulian#define HAVE_SYS_TYPES_H 1
47107120Sjulian
48107120Sjulian/* Define to 1 if you have the <unistd.h> header file. */
49107120Sjulian#define HAVE_UNISTD_H 1
50107120Sjulian
51107120Sjulian/* Define to the sub-directory in which libtool stores uninstalled libraries.
52107120Sjulian   */
53134057Sjulian#define LT_OBJDIR ".libs/"
54107120Sjulian
55107120Sjulian/* Name of package */
56107120Sjulian#define PACKAGE "gprof"
57107120Sjulian
58107120Sjulian/* Define to the address where bug reports for this package should be sent. */
59107120Sjulian#define PACKAGE_BUGREPORT ""
60107120Sjulian
61107120Sjulian/* Define to the full name of this package. */
62107120Sjulian#define PACKAGE_NAME ""
63107120Sjulian
64107120Sjulian/* Define to the full name and version of this package. */
65107120Sjulian#define PACKAGE_STRING ""
66107120Sjulian
67107120Sjulian/* Define to the one symbol short name of this package. */
68107120Sjulian#define PACKAGE_TARNAME ""
69107120Sjulian
70107120Sjulian/* Define to the home page for this package. */
71107120Sjulian#define PACKAGE_URL ""
72107120Sjulian
73107120Sjulian/* Define to the version of this package. */
74107120Sjulian#define PACKAGE_VERSION ""
75107120Sjulian
76107120Sjulian/* Define to 1 if you have the ANSI C header files. */
77107120Sjulian#define STDC_HEADERS 1
78107120Sjulian
79107120Sjulian/* Enable extensions on AIX 3, Interix.  */
80107120Sjulian#ifndef _ALL_SOURCE
81107120Sjulian# define _ALL_SOURCE 1
82107120Sjulian#endif
83107120Sjulian/* Enable GNU extensions on systems that have them.  */
84107120Sjulian#ifndef _GNU_SOURCE
85107120Sjulian# define _GNU_SOURCE 1
86107120Sjulian#endif
87107120Sjulian/* Enable threading extensions on Solaris.  */
88107120Sjulian#ifndef _POSIX_PTHREAD_SEMANTICS
89114878Sjulian# define _POSIX_PTHREAD_SEMANTICS 1
90107120Sjulian#endif
91107120Sjulian/* Enable extensions on HP NonStop.  */
92107120Sjulian#ifndef _TANDEM_SOURCE
93107120Sjulian# define _TANDEM_SOURCE 1
94107120Sjulian#endif
95107120Sjulian/* Enable general extensions on Solaris.  */
96107120Sjulian#ifndef __EXTENSIONS__
97107120Sjulian# define __EXTENSIONS__ 1
98107120Sjulian#endif
99107120Sjulian
100107120Sjulian
101107120Sjulian/* Version number of package */
102107120Sjulian#define VERSION "2.21.1"
103107120Sjulian
104107120Sjulian/* Number of bits in a file offset, on hosts where this is settable. */
105107120Sjulian/* #undef _FILE_OFFSET_BITS */
106107120Sjulian
107107120Sjulian/* Define for large files, on AIX-style hosts. */
108107120Sjulian/* #undef _LARGE_FILES */
109107120Sjulian
110107120Sjulian/* Define to 1 if on MINIX. */
111107120Sjulian/* #undef _MINIX */
112107120Sjulian
113107120Sjulian/* Define to 2 if the system does not provide POSIX.1 features except with
114107120Sjulian   this defined. */
115107120Sjulian/* #undef _POSIX_1_SOURCE */
116107120Sjulian
117107120Sjulian/* Define to 1 if you need to in order for `stat' and other things to work. */
118107120Sjulian/* #undef _POSIX_SOURCE */
119107120Sjulian