xref: /netbsd-src/external/gpl3/binutils.old/usr.bin/gprof/arch/coldfire/gconfig.h (revision 16dce51364ebe8aeafbae46bc5aa167b8115bc45)
1*16dce513Schristos /* This file is automatically generated.  DO NOT EDIT! */
2*16dce513Schristos /* Generated from: NetBSD: mknative-binutils,v 1.9 2013/10/01 15:41:17 skrll Exp  */
3*16dce513Schristos /* Generated from: NetBSD: mknative.common,v 1.11 2014/02/17 21:39:43 christos Exp  */
4*16dce513Schristos 
5*16dce513Schristos /* gconfig.h.  Generated from gconfig.in by configure.  */
6*16dce513Schristos /* gconfig.in.  Generated from configure.ac by autoheader.  */
7*16dce513Schristos 
8*16dce513Schristos /* Define to 1 if translation of program messages to the user's native
9*16dce513Schristos    language is requested. */
10*16dce513Schristos #define ENABLE_NLS 1
11*16dce513Schristos 
12*16dce513Schristos /* Is the prototype for getopt in <unistd.h> in the expected format? */
13*16dce513Schristos #define HAVE_DECL_GETOPT 1
14*16dce513Schristos 
15*16dce513Schristos /* Define to 1 if you have the <dlfcn.h> header file. */
16*16dce513Schristos #define HAVE_DLFCN_H 1
17*16dce513Schristos 
18*16dce513Schristos /* Define to 1 if you have the <inttypes.h> header file. */
19*16dce513Schristos #define HAVE_INTTYPES_H 1
20*16dce513Schristos 
21*16dce513Schristos /* Define to 1 if you have the <memory.h> header file. */
22*16dce513Schristos #define HAVE_MEMORY_H 1
23*16dce513Schristos 
24*16dce513Schristos /* Define to 1 if you have the `setmode' function. */
25*16dce513Schristos #define HAVE_SETMODE 1
26*16dce513Schristos 
27*16dce513Schristos /* Define to 1 if you have the <stdint.h> header file. */
28*16dce513Schristos #define HAVE_STDINT_H 1
29*16dce513Schristos 
30*16dce513Schristos /* Define to 1 if you have the <stdlib.h> header file. */
31*16dce513Schristos #define HAVE_STDLIB_H 1
32*16dce513Schristos 
33*16dce513Schristos /* Define to 1 if you have the <strings.h> header file. */
34*16dce513Schristos #define HAVE_STRINGS_H 1
35*16dce513Schristos 
36*16dce513Schristos /* Define to 1 if you have the <string.h> header file. */
37*16dce513Schristos #define HAVE_STRING_H 1
38*16dce513Schristos 
39*16dce513Schristos /* Define to 1 if you have the <sys/gmon_out.h> header file. */
40*16dce513Schristos /* #undef HAVE_SYS_GMON_OUT_H */
41*16dce513Schristos 
42*16dce513Schristos /* Define to 1 if you have the <sys/stat.h> header file. */
43*16dce513Schristos #define HAVE_SYS_STAT_H 1
44*16dce513Schristos 
45*16dce513Schristos /* Define to 1 if you have the <sys/types.h> header file. */
46*16dce513Schristos #define HAVE_SYS_TYPES_H 1
47*16dce513Schristos 
48*16dce513Schristos /* Define to 1 if you have the <unistd.h> header file. */
49*16dce513Schristos #define HAVE_UNISTD_H 1
50*16dce513Schristos 
51*16dce513Schristos /* Define to 1 if you have the <windows.h> header file. */
52*16dce513Schristos /* #undef HAVE_WINDOWS_H */
53*16dce513Schristos 
54*16dce513Schristos /* Define to the sub-directory in which libtool stores uninstalled libraries.
55*16dce513Schristos    */
56*16dce513Schristos #define LT_OBJDIR ".libs/"
57*16dce513Schristos 
58*16dce513Schristos /* Name of package */
59*16dce513Schristos #define PACKAGE "gprof"
60*16dce513Schristos 
61*16dce513Schristos /* Define to the address where bug reports for this package should be sent. */
62*16dce513Schristos #define PACKAGE_BUGREPORT ""
63*16dce513Schristos 
64*16dce513Schristos /* Define to the full name of this package. */
65*16dce513Schristos #define PACKAGE_NAME "gprof"
66*16dce513Schristos 
67*16dce513Schristos /* Define to the full name and version of this package. */
68*16dce513Schristos #define PACKAGE_STRING "gprof 2.26.1"
69*16dce513Schristos 
70*16dce513Schristos /* Define to the one symbol short name of this package. */
71*16dce513Schristos #define PACKAGE_TARNAME "gprof"
72*16dce513Schristos 
73*16dce513Schristos /* Define to the home page for this package. */
74*16dce513Schristos #define PACKAGE_URL ""
75*16dce513Schristos 
76*16dce513Schristos /* Define to the version of this package. */
77*16dce513Schristos #define PACKAGE_VERSION "2.26.1"
78*16dce513Schristos 
79*16dce513Schristos /* Define to 1 if you have the ANSI C header files. */
80*16dce513Schristos #define STDC_HEADERS 1
81*16dce513Schristos 
82*16dce513Schristos /* Enable extensions on AIX 3, Interix.  */
83*16dce513Schristos #ifndef _ALL_SOURCE
84*16dce513Schristos # define _ALL_SOURCE 1
85*16dce513Schristos #endif
86*16dce513Schristos /* Enable GNU extensions on systems that have them.  */
87*16dce513Schristos #ifndef _GNU_SOURCE
88*16dce513Schristos # define _GNU_SOURCE 1
89*16dce513Schristos #endif
90*16dce513Schristos /* Enable threading extensions on Solaris.  */
91*16dce513Schristos #ifndef _POSIX_PTHREAD_SEMANTICS
92*16dce513Schristos # define _POSIX_PTHREAD_SEMANTICS 1
93*16dce513Schristos #endif
94*16dce513Schristos /* Enable extensions on HP NonStop.  */
95*16dce513Schristos #ifndef _TANDEM_SOURCE
96*16dce513Schristos # define _TANDEM_SOURCE 1
97*16dce513Schristos #endif
98*16dce513Schristos /* Enable general extensions on Solaris.  */
99*16dce513Schristos #ifndef __EXTENSIONS__
100*16dce513Schristos # define __EXTENSIONS__ 1
101*16dce513Schristos #endif
102*16dce513Schristos 
103*16dce513Schristos 
104*16dce513Schristos /* Version number of package */
105*16dce513Schristos #define VERSION "2.26.1"
106*16dce513Schristos 
107*16dce513Schristos /* Number of bits in a file offset, on hosts where this is settable. */
108*16dce513Schristos /* #undef _FILE_OFFSET_BITS */
109*16dce513Schristos 
110*16dce513Schristos /* Define for large files, on AIX-style hosts. */
111*16dce513Schristos /* #undef _LARGE_FILES */
112*16dce513Schristos 
113*16dce513Schristos /* Define to 1 if on MINIX. */
114*16dce513Schristos /* #undef _MINIX */
115*16dce513Schristos 
116*16dce513Schristos /* Define to 2 if the system does not provide POSIX.1 features except with
117*16dce513Schristos    this defined. */
118*16dce513Schristos /* #undef _POSIX_1_SOURCE */
119*16dce513Schristos 
120*16dce513Schristos /* Define to 1 if you need to in order for `stat' and other things to work. */
121*16dce513Schristos /* #undef _POSIX_SOURCE */
122