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