Added script front-end for primer-design code
[htsworkflow.git] / htswanalysis / MACS / lib / gsl / gsl-1.11 / config.h
1 /* config.h.  Generated from config.h.in by configure.  */
2 /* config.h.in.  Generated from configure.ac by autoheader.  */
3
4 /* Disable deprecated functions and enums while building */
5 #define GSL_DISABLE_DEPRECATED 1
6
7 /* Define to 1 if you have the declaration of `acosh', and to 0 if you don't.
8    */
9 #define HAVE_DECL_ACOSH 1
10
11 /* Define to 1 if you have the declaration of `asinh', and to 0 if you don't.
12    */
13 #define HAVE_DECL_ASINH 1
14
15 /* Define to 1 if you have the declaration of `atanh', and to 0 if you don't.
16    */
17 #define HAVE_DECL_ATANH 1
18
19 /* Define to 1 if you have the declaration of `expm1', and to 0 if you don't.
20    */
21 #define HAVE_DECL_EXPM1 1
22
23 /* Define to 1 if you have the declaration of `feenableexcept', and to 0 if
24    you don't. */
25 #define HAVE_DECL_FEENABLEEXCEPT 0
26
27 /* Define to 1 if you have the declaration of `fesettrapenable', and to 0 if
28    you don't. */
29 #define HAVE_DECL_FESETTRAPENABLE 0
30
31 /* Define to 1 if you have the declaration of `finite', and to 0 if you don't.
32    */
33 #define HAVE_DECL_FINITE 1
34
35 /* Define to 1 if you have the declaration of `frexp', and to 0 if you don't.
36    */
37 #define HAVE_DECL_FREXP 1
38
39 /* Define to 1 if you have the declaration of `hypot', and to 0 if you don't.
40    */
41 #define HAVE_DECL_HYPOT 1
42
43 /* Define to 1 if you have the declaration of `isfinite', and to 0 if you
44    don't. */
45 #define HAVE_DECL_ISFINITE 1
46
47 /* Define to 1 if you have the declaration of `isinf', and to 0 if you don't.
48    */
49 #define HAVE_DECL_ISINF 1
50
51 /* Define to 1 if you have the declaration of `isnan', and to 0 if you don't.
52    */
53 #define HAVE_DECL_ISNAN 1
54
55 /* Define to 1 if you have the declaration of `ldexp', and to 0 if you don't.
56    */
57 #define HAVE_DECL_LDEXP 1
58
59 /* Define to 1 if you have the declaration of `log1p', and to 0 if you don't.
60    */
61 #define HAVE_DECL_LOG1P 1
62
63 /* Define to 1 if you have the <dlfcn.h> header file. */
64 #define HAVE_DLFCN_H 1
65
66 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
67 /* #undef HAVE_DOPRNT */
68
69 /* Defined if you have ansi EXIT_SUCCESS and EXIT_FAILURE in stdlib.h */
70 #define HAVE_EXIT_SUCCESS_AND_FAILURE 1
71
72 /* Defined on architectures with excess floating-point precision */
73 #define HAVE_EXTENDED_PRECISION_REGISTERS 1
74
75 /* Define if x86 processor has sse extensions. */
76 /* #undef HAVE_FPU_X86_SSE */
77
78 /* Define to 1 if you have the <ieeefp.h> header file. */
79 /* #undef HAVE_IEEEFP_H */
80
81 /* Define this if IEEE comparisons work correctly (e.g. NaN != NaN) */
82 #define HAVE_IEEE_COMPARISONS 1
83
84 /* Define this if IEEE denormalized numbers are available */
85 #define HAVE_IEEE_DENORMALS 1
86
87 /* Define if you have inline */
88 #define HAVE_INLINE 
89
90 /* Define to 1 if you have the <inttypes.h> header file. */
91 #define HAVE_INTTYPES_H 1
92
93 /* Define to 1 if you have the `m' library (-lm). */
94 #define HAVE_LIBM 1
95
96 /* Define to 1 if you have the `memcpy' function. */
97 #define HAVE_MEMCPY 1
98
99 /* Define to 1 if you have the `memmove' function. */
100 #define HAVE_MEMMOVE 1
101
102 /* Define to 1 if you have the <memory.h> header file. */
103 #define HAVE_MEMORY_H 1
104
105 /* Define this if printf can handle %Lf for long double */
106 #define HAVE_PRINTF_LONGDOUBLE 1
107
108 /* Define to 1 if you have the <stdint.h> header file. */
109 #define HAVE_STDINT_H 1
110
111 /* Define to 1 if you have the <stdlib.h> header file. */
112 #define HAVE_STDLIB_H 1
113
114 /* Define to 1 if you have the `strdup' function. */
115 #define HAVE_STRDUP 1
116
117 /* Define to 1 if you have the <strings.h> header file. */
118 #define HAVE_STRINGS_H 1
119
120 /* Define to 1 if you have the <string.h> header file. */
121 #define HAVE_STRING_H 1
122
123 /* Define to 1 if you have the `strtol' function. */
124 #define HAVE_STRTOL 1
125
126 /* Define to 1 if you have the `strtoul' function. */
127 #define HAVE_STRTOUL 1
128
129 /* Define to 1 if you have the <sys/stat.h> header file. */
130 #define HAVE_SYS_STAT_H 1
131
132 /* Define to 1 if you have the <sys/types.h> header file. */
133 #define HAVE_SYS_TYPES_H 1
134
135 /* Define to 1 if you have the <unistd.h> header file. */
136 #define HAVE_UNISTD_H 1
137
138 /* Define to 1 if you have the `vprintf' function. */
139 #define HAVE_VPRINTF 1
140
141 /* Define if you need to hide the static definitions of inline functions */
142 /* #undef HIDE_INLINE_STATIC */
143
144 /* Define to the sub-directory in which libtool stores uninstalled libraries.
145    */
146 #define LT_OBJDIR ".libs/"
147
148 /* Name of package */
149 #define PACKAGE "gsl"
150
151 /* Define to the address where bug reports for this package should be sent. */
152 #define PACKAGE_BUGREPORT ""
153
154 /* Define to the full name of this package. */
155 #define PACKAGE_NAME "gsl"
156
157 /* Define to the full name and version of this package. */
158 #define PACKAGE_STRING "gsl 1.11"
159
160 /* Define to the one symbol short name of this package. */
161 #define PACKAGE_TARNAME "gsl"
162
163 /* Define to the version of this package. */
164 #define PACKAGE_VERSION "1.11"
165
166 /* Defined if this is an official release */
167 #define RELEASED 
168
169 /* Define to 1 if you have the ANSI C header files. */
170 #define STDC_HEADERS 1
171
172 /* Version number of package */
173 #define VERSION "1.11"
174
175 /* Define to 1 if type `char' is unsigned and you are not using gcc.  */
176 #ifndef __CHAR_UNSIGNED__
177 /* # undef __CHAR_UNSIGNED__ */
178 #endif
179
180 /* Define to `__inline__' or `__inline' if that's what the C compiler
181    calls it, or to nothing if 'inline' is not supported under any name.  */
182 #ifndef __cplusplus
183 /* #undef inline */
184 #endif
185
186 /* Define to `unsigned int' if <sys/types.h> does not define. */
187 /* #undef size_t */
188
189 /* Define to empty if the keyword `volatile' does not work. Warning: valid
190    code using `volatile' can become incorrect without. Disable with care. */
191 /* #undef volatile */
192
193 /* Use 0 and 1 for EXIT_SUCCESS and EXIT_FAILURE if we don't have them */
194 #if !HAVE_EXIT_SUCCESS_AND_FAILURE
195 #define EXIT_SUCCESS 0
196 #define EXIT_FAILURE 1
197 #endif
198
199 /* Define one of these if you have a known IEEE arithmetic interface */
200 /* #undef HAVE_GNUSPARC_IEEE_INTERFACE */
201 /* #undef HAVE_GNUM68K_IEEE_INTERFACE */
202 /* #undef HAVE_GNUPPC_IEEE_INTERFACE */
203 /* #undef HAVE_GNUX86_IEEE_INTERFACE */
204 /* #undef HAVE_SUNOS4_IEEE_INTERFACE */
205 /* #undef HAVE_SOLARIS_IEEE_INTERFACE */
206 /* #undef HAVE_HPUX11_IEEE_INTERFACE */
207 /* #undef HAVE_HPUX_IEEE_INTERFACE */
208 /* #undef HAVE_TRU64_IEEE_INTERFACE */
209 /* #undef HAVE_IRIX_IEEE_INTERFACE */
210 /* #undef HAVE_AIX_IEEE_INTERFACE */
211 /* #undef HAVE_FREEBSD_IEEE_INTERFACE */
212 /* #undef HAVE_OS2EMX_IEEE_INTERFACE */
213 /* #undef HAVE_NETBSD_IEEE_INTERFACE */
214 /* #undef HAVE_OPENBSD_IEEE_INTERFACE */
215 /* #undef HAVE_DARWIN_IEEE_INTERFACE */
216 #define HAVE_DARWIN86_IEEE_INTERFACE 1
217
218 /* Define a rounding function which moves extended precision values
219    out of registers and rounds them to double-precision. This should
220    be used *sparingly*, in places where it is necessary to keep
221    double-precision rounding for critical expressions while running in
222    extended precision. For example, the following code should ensure
223    exact equality, even when extended precision registers are in use,
224
225       double q = GSL_COERCE_DBL(3.0/7.0) ;
226       if (q == GSL_COERCE_DBL(3.0/7.0)) { ... } ;
227
228    It carries a penalty even when the program is running in double
229    precision mode unless you compile a separate version of the
230    library with HAVE_EXTENDED_PRECISION_REGISTERS turned off. */
231
232 #if HAVE_EXTENDED_PRECISION_REGISTERS
233 #define GSL_COERCE_DBL(x) (gsl_coerce_double(x))
234 #else
235 #define GSL_COERCE_DBL(x) (x)
236 #endif
237
238 /* Substitute gsl functions for missing system functions */
239
240 #if !HAVE_DECL_HYPOT
241 #define hypot gsl_hypot
242 #endif
243
244 #if !HAVE_DECL_LOG1P
245 #define log1p gsl_log1p
246 #endif
247
248 #if !HAVE_DECL_EXPM1
249 #define expm1 gsl_expm1
250 #endif
251
252 #if !HAVE_DECL_ACOSH
253 #define acosh gsl_acosh
254 #endif
255
256 #if !HAVE_DECL_ASINH
257 #define asinh gsl_asinh
258 #endif
259
260 #if !HAVE_DECL_ATANH
261 #define atanh gsl_atanh
262 #endif
263
264 #if !HAVE_DECL_LDEXP
265 #define ldexp gsl_ldexp
266 #endif
267
268 #if !HAVE_DECL_FREXP
269 #define frexp gsl_frexp
270 #endif
271
272 #if !HAVE_DECL_ISINF
273 #define isinf gsl_isinf
274 #endif
275
276 #if !HAVE_DECL_FINITE
277 #define finite gsl_finite
278 #endif
279
280 #if !HAVE_DECL_ISNAN
281 #define isnan gsl_isnan
282 #endif
283
284 #ifdef __GNUC__
285 #define DISCARD_POINTER(p) do { ; } while(p ? 0 : 0);
286 #else
287 #define DISCARD_POINTER(p) /* ignoring discarded pointer */
288 #endif
289
290 #if defined(GSL_RANGE_CHECK_OFF) || !defined(GSL_RANGE_CHECK)
291 #define GSL_RANGE_CHECK 0  /* turn off range checking by default internally */
292 #endif