xref: /netbsd-src/external/gpl3/binutils.old/dist/gprofng/common/config.h.in (revision c42dbd0ed2e61fe6eda8590caa852ccf34719964)
1*c42dbd0eSchristos/* common/config.h.in.  Generated from configure.ac by autoheader.  */
2*c42dbd0eSchristos
3*c42dbd0eSchristos/* Enable debugging output. */
4*c42dbd0eSchristos#undef DEBUG
5*c42dbd0eSchristos
6*c42dbd0eSchristos/* Enable java profiling */
7*c42dbd0eSchristos#undef GPROFNG_JAVA_PROFILING
8*c42dbd0eSchristos
9*c42dbd0eSchristos/* Define to 1 if you have the `clock_gettime' function. */
10*c42dbd0eSchristos#undef HAVE_CLOCK_GETTIME
11*c42dbd0eSchristos
12*c42dbd0eSchristos/* Define to 1 if you have the declaration of `basename', and to 0 if you
13*c42dbd0eSchristos   don't. */
14*c42dbd0eSchristos#undef HAVE_DECL_BASENAME
15*c42dbd0eSchristos
16*c42dbd0eSchristos/* Define to 1 if you have the <dlfcn.h> header file. */
17*c42dbd0eSchristos#undef HAVE_DLFCN_H
18*c42dbd0eSchristos
19*c42dbd0eSchristos/* Define to 1 if you have the <inttypes.h> header file. */
20*c42dbd0eSchristos#undef HAVE_INTTYPES_H
21*c42dbd0eSchristos
22*c42dbd0eSchristos/* Define to 1 if you have the <memory.h> header file. */
23*c42dbd0eSchristos#undef HAVE_MEMORY_H
24*c42dbd0eSchristos
25*c42dbd0eSchristos/* Define if you have POSIX threads libraries and header files. */
26*c42dbd0eSchristos#undef HAVE_PTHREAD
27*c42dbd0eSchristos
28*c42dbd0eSchristos/* Have PTHREAD_PRIO_INHERIT. */
29*c42dbd0eSchristos#undef HAVE_PTHREAD_PRIO_INHERIT
30*c42dbd0eSchristos
31*c42dbd0eSchristos/* Define to 1 if you have the <stdint.h> header file. */
32*c42dbd0eSchristos#undef HAVE_STDINT_H
33*c42dbd0eSchristos
34*c42dbd0eSchristos/* Define to 1 if you have the <stdlib.h> header file. */
35*c42dbd0eSchristos#undef HAVE_STDLIB_H
36*c42dbd0eSchristos
37*c42dbd0eSchristos/* Define to 1 if you have the <strings.h> header file. */
38*c42dbd0eSchristos#undef HAVE_STRINGS_H
39*c42dbd0eSchristos
40*c42dbd0eSchristos/* Define to 1 if you have the <string.h> header file. */
41*c42dbd0eSchristos#undef HAVE_STRING_H
42*c42dbd0eSchristos
43*c42dbd0eSchristos/* Define to 1 if you have the `strsignal' function. */
44*c42dbd0eSchristos#undef HAVE_STRSIGNAL
45*c42dbd0eSchristos
46*c42dbd0eSchristos/* Define to 1 if you have the <sys/stat.h> header file. */
47*c42dbd0eSchristos#undef HAVE_SYS_STAT_H
48*c42dbd0eSchristos
49*c42dbd0eSchristos/* Define to 1 if you have the <sys/types.h> header file. */
50*c42dbd0eSchristos#undef HAVE_SYS_TYPES_H
51*c42dbd0eSchristos
52*c42dbd0eSchristos/* Define to 1 if you have the <unistd.h> header file. */
53*c42dbd0eSchristos#undef HAVE_UNISTD_H
54*c42dbd0eSchristos
55*c42dbd0eSchristos/* Define to the sub-directory in which libtool stores uninstalled libraries.
56*c42dbd0eSchristos   */
57*c42dbd0eSchristos#undef LT_OBJDIR
58*c42dbd0eSchristos
59*c42dbd0eSchristos/* Name of package */
60*c42dbd0eSchristos#undef PACKAGE
61*c42dbd0eSchristos
62*c42dbd0eSchristos/* Define to the address where bug reports for this package should be sent. */
63*c42dbd0eSchristos#undef PACKAGE_BUGREPORT
64*c42dbd0eSchristos
65*c42dbd0eSchristos/* Define to the full name of this package. */
66*c42dbd0eSchristos#undef PACKAGE_NAME
67*c42dbd0eSchristos
68*c42dbd0eSchristos/* Define to the full name and version of this package. */
69*c42dbd0eSchristos#undef PACKAGE_STRING
70*c42dbd0eSchristos
71*c42dbd0eSchristos/* Define to the one symbol short name of this package. */
72*c42dbd0eSchristos#undef PACKAGE_TARNAME
73*c42dbd0eSchristos
74*c42dbd0eSchristos/* Define to the home page for this package. */
75*c42dbd0eSchristos#undef PACKAGE_URL
76*c42dbd0eSchristos
77*c42dbd0eSchristos/* Define to the version of this package. */
78*c42dbd0eSchristos#undef PACKAGE_VERSION
79*c42dbd0eSchristos
80*c42dbd0eSchristos/* Define to necessary symbol if this constant uses a non-standard name on
81*c42dbd0eSchristos   your system. */
82*c42dbd0eSchristos#undef PTHREAD_CREATE_JOINABLE
83*c42dbd0eSchristos
84*c42dbd0eSchristos/* Define to 1 if you have the ANSI C header files. */
85*c42dbd0eSchristos#undef STDC_HEADERS
86*c42dbd0eSchristos
87*c42dbd0eSchristos/* Enable extensions on AIX 3, Interix.  */
88*c42dbd0eSchristos#ifndef _ALL_SOURCE
89*c42dbd0eSchristos# undef _ALL_SOURCE
90*c42dbd0eSchristos#endif
91*c42dbd0eSchristos/* Enable GNU extensions on systems that have them.  */
92*c42dbd0eSchristos#ifndef _GNU_SOURCE
93*c42dbd0eSchristos# undef _GNU_SOURCE
94*c42dbd0eSchristos#endif
95*c42dbd0eSchristos/* Enable threading extensions on Solaris.  */
96*c42dbd0eSchristos#ifndef _POSIX_PTHREAD_SEMANTICS
97*c42dbd0eSchristos# undef _POSIX_PTHREAD_SEMANTICS
98*c42dbd0eSchristos#endif
99*c42dbd0eSchristos/* Enable extensions on HP NonStop.  */
100*c42dbd0eSchristos#ifndef _TANDEM_SOURCE
101*c42dbd0eSchristos# undef _TANDEM_SOURCE
102*c42dbd0eSchristos#endif
103*c42dbd0eSchristos/* Enable general extensions on Solaris.  */
104*c42dbd0eSchristos#ifndef __EXTENSIONS__
105*c42dbd0eSchristos# undef __EXTENSIONS__
106*c42dbd0eSchristos#endif
107*c42dbd0eSchristos
108*c42dbd0eSchristos
109*c42dbd0eSchristos/* Version number of package */
110*c42dbd0eSchristos#undef VERSION
111*c42dbd0eSchristos
112*c42dbd0eSchristos/* Define to 1 if on MINIX. */
113*c42dbd0eSchristos#undef _MINIX
114*c42dbd0eSchristos
115*c42dbd0eSchristos/* Define to 2 if the system does not provide POSIX.1 features except with
116*c42dbd0eSchristos   this defined. */
117*c42dbd0eSchristos#undef _POSIX_1_SOURCE
118*c42dbd0eSchristos
119*c42dbd0eSchristos/* Define to 1 if you need to in order for `stat' and other things to work. */
120*c42dbd0eSchristos#undef _POSIX_SOURCE
121