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