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