OSDN Git Service

2004-02-24 Andrew Cagney <cagney@redhat.com>
[pf3gnuchains/pf3gnuchains3x.git] / blt / acconfig.h
1 /* acconfig.h
2    This file is in the public domain.
3
4    Descriptive text for the C preprocessor macros that
5    the distributed Autoconf macros can define.
6    No software package will use all of them; autoheader copies the ones
7    your configure.in uses into your configuration header file templates.
8
9    The entries are in sort -df order: alphabetical, case insensitive,
10    ignoring punctuation (such as underscores).  Although this order
11    can split up related entries, it makes it easier to check whether
12    a given entry is in the file.
13
14    Leave the following blank line there!!  Autoheader needs it.  */
15
16 \f
17 #define BLT_CONFIG_H    1               
18
19 /* Define if DBL_EPSILON is not defined in float.h */
20 #undef BLT_DBL_EPSILON
21
22 /* Define if drand48 isn't declared in math.h. */
23 #undef NEED_DECL_DRAND48
24
25 /* Define if srand48 isn't declared in math.h. */
26 #undef NEED_DECL_SRAND48
27
28 /* Define if strdup isn't declared in a standard header file. */
29 #undef NEED_DECL_STRDUP
30
31 /* Define if j1 isn't declared in a standard header file. */
32 #undef NEED_DECL_J1
33
34 /* Define if union wait type is defined incorrectly.  */
35 #undef HAVE_UNION_WAIT
36
37 /* Define if isfinite is found in libm.  */
38 #undef HAVE_ISFINITE
39