[project @ 1998-03-11 16:40:41 by simonm]
[ghc-hetmet.git] / acconfig.h
1 /* acconfig.h
2
3    Descriptive text for the C preprocessor macros that
4    the fptools configuration script can define.
5    The current version may not use all of them; autoheader copies the ones
6    your configure.in uses into your configuration header file templates.
7
8    The entries are in sort -df order: alphabetical, case insensitive,
9    ignoring punctuation (such as underscores).  Although this order
10    can split up related entries, it makes it easier to check whether
11    a given entry is in the file.
12
13    Leave the following blank line there!!  Autoheader needs it.  */
14 \f
15
16 @TOP@
17
18 /* Define if we're have GNU libc. */
19 #undef _GNU_SOURCE
20
21 /* Define if time.h or sys/time.h define the altzone variable */
22 #undef HAVE_ALTZONE
23
24 /* Define to the type of the timezone variable (usually long or time_t) */
25 #undef TYPE_TIMEZONE
26
27 /* Define to unsigned int if <sys/types.h> doesn't define */
28 #undef uint
29
30 /* Define to unsigned long int if <sys/types.h> doesn't define */
31 #undef ulong
32
33 /* Define to unsigned long long int if <sys/types.h> doesn't define */
34 #undef ullong
35
36 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
37 #undef ALIGNMENT_DOUBLE
38
39 /* Define to alignment constraint on floats or on unsigned int - whichever is the greater */
40 #undef ALIGNMENT_FLOAT
41
42 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
43 #undef ALIGNMENT_LONG
44
45 /* Define to alignment constraint on unsigned int - whichever is the greater */
46 #undef ALIGNMENT_UNSIGNED_INT
47
48 \f
49 /* Leave that blank line there!!  Autoheader needs it.
50    If you're adding to this file, keep in mind:
51    The entries are in sort -df order: alphabetical, case insensitive,
52    ignoring punctuation (such as underscores).  */
53
54 \f
55 /* autoheader doesn't grok AC_CHECK_LIB_NOWARN so we have to add them
56    manually.  */
57
58 @BOTTOM@