Remove Debian from SECURITY.txt
[binutils-gdb.git] / gprofng / common / config.h.in
blobf8484f238fd54d1b61847c0fc3a30aa751220a3a
1 /* common/config.h.in. Generated from configure.ac by autoheader. */
3 /* Enable debugging output. */
4 #undef DEBUG
6 /* Enable java profiling */
7 #undef GPROFNG_JAVA_PROFILING
9 /* Define to 1 if you have the `clock_gettime' function. */
10 #undef HAVE_CLOCK_GETTIME
12 /* Define to 1 if you have the declaration of `basename', and to 0 if you
13 don't. */
14 #undef HAVE_DECL_BASENAME
16 /* Define to 1 if you have the <dlfcn.h> header file. */
17 #undef HAVE_DLFCN_H
19 /* Define to 1 if you have the <inttypes.h> header file. */
20 #undef HAVE_INTTYPES_H
22 /* Define to 1 if you have the <memory.h> header file. */
23 #undef HAVE_MEMORY_H
25 /* Define if you have POSIX threads libraries and header files. */
26 #undef HAVE_PTHREAD
28 /* Have PTHREAD_PRIO_INHERIT. */
29 #undef HAVE_PTHREAD_PRIO_INHERIT
31 /* Define to 1 if you have the <stdint.h> header file. */
32 #undef HAVE_STDINT_H
34 /* Define to 1 if you have the <stdlib.h> header file. */
35 #undef HAVE_STDLIB_H
37 /* Define to 1 if you have the <strings.h> header file. */
38 #undef HAVE_STRINGS_H
40 /* Define to 1 if you have the <string.h> header file. */
41 #undef HAVE_STRING_H
43 /* Define to 1 if you have the `strsignal' function. */
44 #undef HAVE_STRSIGNAL
46 /* Define to 1 if you have the <sys/stat.h> header file. */
47 #undef HAVE_SYS_STAT_H
49 /* Define to 1 if you have the <sys/types.h> header file. */
50 #undef HAVE_SYS_TYPES_H
52 /* Define to 1 if you have the <unistd.h> header file. */
53 #undef HAVE_UNISTD_H
55 /* Define to the sub-directory in which libtool stores uninstalled libraries.
57 #undef LT_OBJDIR
59 /* Name of package */
60 #undef PACKAGE
62 /* Define to the address where bug reports for this package should be sent. */
63 #undef PACKAGE_BUGREPORT
65 /* Define to the full name of this package. */
66 #undef PACKAGE_NAME
68 /* Define to the full name and version of this package. */
69 #undef PACKAGE_STRING
71 /* Define to the one symbol short name of this package. */
72 #undef PACKAGE_TARNAME
74 /* Define to the home page for this package. */
75 #undef PACKAGE_URL
77 /* Define to the version of this package. */
78 #undef PACKAGE_VERSION
80 /* Define to necessary symbol if this constant uses a non-standard name on
81 your system. */
82 #undef PTHREAD_CREATE_JOINABLE
84 /* Define to 1 if you have the ANSI C header files. */
85 #undef STDC_HEADERS
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
109 /* Version number of package */
110 #undef VERSION
112 /* Define to 1 if on MINIX. */
113 #undef _MINIX
115 /* Define to 2 if the system does not provide POSIX.1 features except with
116 this defined. */
117 #undef _POSIX_1_SOURCE
119 /* Define to 1 if you need to in order for `stat' and other things to work. */
120 #undef _POSIX_SOURCE
122 /* Build with musl-libc. */
123 #undef __MUSL_LIBC