Scan dynamic libraries for GC roots
[delight/core.git] / phobos2 / config.h.in
blobbe1e982bc5d58e950bbe56f7754a0241b62fe127
1 /* config.h.in. Generated from configure.in by autoheader. */
3 /* Define to 1 if the system has the type `clockid_t'. */
4 #undef HAVE_CLOCKID_T
6 /* Define to 1 if you have the `exp2' function. */
7 #undef HAVE_EXP2
9 /* Define to 1 if you have the `flockfile' function. */
10 #undef HAVE_FLOCKFILE
12 /* Define to 1 fpclassify and signbit are available */
13 #undef HAVE_FP_CLASSIFY_SIGNBIT
15 /* Define to 1 if you have the `funlockfile' function. */
16 #undef HAVE_FUNLOCKFILE
18 /* Define to 1 if you have the `getc_unlocked' function. */
19 #undef HAVE_GETC_UNLOCKED
21 /* Define to 1 if you have the `getwc_unlocked' function. */
22 #undef HAVE_GETWC_UNLOCKED
24 /* Have glibc strerror_r */
25 #undef HAVE_GLIBC_STRERROR_R
27 /* Define to 1 if you have the <inttypes.h> header file. */
28 #undef HAVE_INTTYPES_H
30 /* Define to 1 if you have the `C' library (-lC). */
31 #undef HAVE_LIBC
33 /* Define to 1 if you have the `m' library (-lm). */
34 #undef HAVE_LIBM
36 /* Define to 1 if you have the `log2' function. */
37 #undef HAVE_LOG2
39 /* Define to 1 if you have the <memory.h> header file. */
40 #undef HAVE_MEMORY_H
42 /* Define to 1 if the system has the type `pthread_barrierattr_t'. */
43 #undef HAVE_PTHREAD_BARRIERATTR_T
45 /* Define to 1 if the system has the type `pthread_barrier_t'. */
46 #undef HAVE_PTHREAD_BARRIER_T
48 /* Define to 1 if you have the <pthread.h> header file. */
49 #undef HAVE_PTHREAD_H
51 /* Determines how to declared recursive mutexes */
52 #undef HAVE_PTHREAD_MUTEX_RECURSIVE
54 /* Define to 1 if the system has the type `pthread_rwlockattr_t'. */
55 #undef HAVE_PTHREAD_RWLOCKATTR_T
57 /* Define to 1 if the system has the type `pthread_rwlock_t'. */
58 #undef HAVE_PTHREAD_RWLOCK_T
60 /* Define to 1 if the system has the type `pthread_spinlock_t'. */
61 #undef HAVE_PTHREAD_SPINLOCK_T
63 /* Define to 1 if you have the `putc_unlocked' function. */
64 #undef HAVE_PUTC_UNLOCKED
66 /* Define to 1 if you have the `putwc_unlocked' function. */
67 #undef HAVE_PUTWC_UNLOCKED
69 /* Define to 1 if you have the <semaphore.h> header file. */
70 #undef HAVE_SEMAPHORE_H
72 /* Define to 1 if it is possible to determine the size of the DIR struct */
73 #undef HAVE_SIZEOF_DIR
75 /* Define to 1 if it is possible to determine the size of the FILE struct */
76 #undef HAVE_SIZEOF_FILE
78 /* Define to 1 if you have the `snprintf' function. */
79 #undef HAVE_SNPRINTF
81 /* Define to 1 if you have the <stdint.h> header file. */
82 #undef HAVE_STDINT_H
84 /* Define to 1 if you have the <stdlib.h> header file. */
85 #undef HAVE_STDLIB_H
87 /* Define to 1 if you have the `strerror_r' function. */
88 #undef HAVE_STRERROR_R
90 /* Define to 1 if you have the <strings.h> header file. */
91 #undef HAVE_STRINGS_H
93 /* Define to 1 if you have the <string.h> header file. */
94 #undef HAVE_STRING_H
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #undef HAVE_SYS_STAT_H
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #undef HAVE_SYS_TYPES_H
102 /* Global timezone variable */
103 #undef HAVE_TIMEZONE
105 /* Extra fields in struct tm */
106 #undef HAVE_TM_GMTOFF_AND_ZONE
108 /* Define to 1 if you have the <unistd.h> header file. */
109 #undef HAVE_UNISTD_H
111 /* Define to 1 if you have the `vsnprintf' function. */
112 #undef HAVE_VSNPRINTF
114 /* Define to 1 if you have the `_snprintf' function. */
115 #undef HAVE__SNPRINTF
117 /* Another global timezone variable */
118 #undef HAVE__TIMEZONE
120 /* Define to 1 if you have the `_vsnprintf' function. */
121 #undef HAVE__VSNPRINTF
123 /* Name of package */
124 #undef PACKAGE
126 /* Define to the address where bug reports for this package should be sent. */
127 #undef PACKAGE_BUGREPORT
129 /* Define to the full name of this package. */
130 #undef PACKAGE_NAME
132 /* Define to the full name and version of this package. */
133 #undef PACKAGE_STRING
135 /* Define to the one symbol short name of this package. */
136 #undef PACKAGE_TARNAME
138 /* Define to the version of this package. */
139 #undef PACKAGE_VERSION
141 /* Define if there is no file system, synchronization services, etc. */
142 #undef PHOBOS_NO_SYSTEM
144 /* Define if using pthreads */
145 #undef PHOBOS_USE_PTHREADS
147 /* Define if mutexes are recursive by default */
148 #undef PTHREAD_MUTEX_ALREADY_RECURSIVE
150 /* Define to 1 if you have the ANSI C header files. */
151 #undef STDC_HEADERS
153 /* Version number of package */
154 #undef VERSION
156 /* Enable GNU extensions on systems that have them. */
157 #ifndef _GNU_SOURCE
158 # undef _GNU_SOURCE
159 #endif