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