[project @ 2000-06-08 20:41:30 by panne]
[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 to alignment constraint on chars */
19 #undef ALIGNMENT_CHAR
20
21 /* Define to alignment constraint on doubles */
22 #undef ALIGNMENT_DOUBLE
23
24 /* Define to alignment constraint on floats */
25 #undef ALIGNMENT_FLOAT
26
27 /* Define to alignment constraint on ints */
28 #undef ALIGNMENT_INT
29
30 /* Define to alignment constraint on longs */
31 #undef ALIGNMENT_LONG
32
33 /* Define to alignment constraint on long longs */
34 #undef ALIGNMENT_LONG_LONG
35
36 /* Define to alignment constraint on shorts */
37 #undef ALIGNMENT_SHORT
38
39 /* Define to alignment constraint on unsigned chars */
40 #undef ALIGNMENT_UNSIGNED_CHAR
41
42 /* Define to alignment constraint on unsigned ints */
43 #undef ALIGNMENT_UNSIGNED_INT
44
45 /* Define to alignment constraint on unsigned longs */
46 #undef ALIGNMENT_UNSIGNED_LONG
47
48 /* Define to alignment constraint on unsigned long longs */
49 #undef ALIGNMENT_UNSIGNED_LONG_LONG
50
51 /* Define to alignment constraint on unsigned shorts */
52 #undef ALIGNMENT_UNSIGNED_SHORT
53
54 /* Define to alignment constraint on void pointers */
55 #undef ALIGNMENT_VOID_P
56
57 /* Define if code lives before data in memory */
58 #undef CODE_BEFORE_DATA
59
60 /* Define as the symbol which marks the end of the data section */
61 #undef DATA_SECTION_END_MARKER
62
63 /* Define as the decl which terminates the data section */
64 #undef DATA_SECTION_END_MARKER_DECL
65
66 /* Define if time.h or sys/time.h define the altzone variable */
67 #undef HAVE_ALTZONE
68
69 /* Define if you have /bin/sh */
70 #define HAVE_BIN_SH 0
71
72 /* Define if you have the GetModuleFileName function.  */
73 #define HAVE_GETMODULEFILENAME 0
74
75 /* Define if C compiler supports long long types */
76 #undef HAVE_LONG_LONG
77
78 /* Define if fcntl.h defines O_BINARY */
79 #undef HAVE_O_BINARY
80
81 /* Define if compiler supports prototypes. */
82 #define HAVE_PROTOTYPES 0
83
84 /* Define if readline/readline.h and readline/history.h exist */
85 #undef HAVE_READLINE_HEADERS
86
87 /* Define if readline plus any additional libs needed for it exist */
88 #undef HAVE_READLINE_LIBS
89
90 /* Define if time.h or sys/time.h define the timezone variable */
91 #undef HAVE_TIMEZONE
92
93 /* Define if you have the WinExec function.  */
94 #define HAVE_WINEXEC 0
95
96 /* Define if you support the production (and use) of Win32 DLLs. */
97 #undef HAVE_WIN32_DLL_SUPPORT
98
99 /* Define to Haskell type for char */
100 #undef HTYPE_CHAR
101
102 /* Define to Haskell type for clock_t */
103 #undef HTYPE_CLOCK_T
104
105 /* Define to Haskell type for signed double */
106 #undef HTYPE_DOUBLE
107
108 /* Define to Haskell type for float */
109 #undef HTYPE_FLOAT
110
111 /* Define to Haskell type for int */
112 #undef HTYPE_INT
113
114 /* Define to Haskell type for long */
115 #undef HTYPE_LONG
116
117 /* Define to Haskell type for long long */
118 #undef HTYPE_LONG_LONG
119
120 /* Define to Haskell type for ptrdiff_t */
121 #undef HTYPE_PTRDIFF_T
122
123 /* Define to Haskell type for short */
124 #undef HTYPE_SHORT
125
126 /* Define to Haskell type for sig_atomic_t */
127 #undef HTYPE_SIG_ATOMIC_T
128
129 /* Define to Haskell type for signed char */
130 #undef HTYPE_SIGNED_CHAR
131
132 /* Define to Haskell type for size_t */
133 #undef HTYPE_SIZE_T
134
135 /* Define to Haskell type for time_t */
136 #undef HTYPE_TIME_T
137
138 /* Define to Haskell type for unsigned char */
139 #undef HTYPE_UNSIGNED_CHAR
140
141 /* Define to Haskell type for unsigned int */
142 #undef HTYPE_UNSIGNED_INT
143
144 /* Define to Haskell type for unsigned long */
145 #undef HTYPE_UNSIGNED_LONG
146
147 /* Define to Haskell type for unsigned long long */
148 #undef HTYPE_UNSIGNED_LONG_LONG
149
150 /* Define to Haskell type for unsigned short */
151 #undef HTYPE_UNSIGNED_SHORT
152
153 /* Define to Haskell type for wchar_t */
154 #undef HTYPE_WCHAR_T
155
156 /* Define if C Symbols have a leading underscore added by the compiler */
157 #undef LEADING_UNDERSCORE
158
159 /* Define as the symbol which marks the end of the text section */
160 #undef TEXT_SECTION_END_MARKER
161
162 /* Define to decl that terminates text section. */
163 #undef TEXT_SECTION_END_MARKER_DECL
164
165 /* Define to the type of the timezone variable (usually long or time_t) */
166 #undef TYPE_TIMEZONE
167
168 /* Define if signal handlers have type void (*)(int)
169  * (Otherwise, they're assumed to have type int (*)(void).)
170  */
171 #define VOID_INT_SIGNALS 0
172  
173 \f
174 /* Leave that blank line there!!  Autoheader needs it.
175    If you're adding to this file, keep in mind:
176    The entries are in sort -df order: alphabetical, case insensitive,
177    ignoring punctuation (such as underscores).  */
178
179 \f
180 /* autoheader doesn't grok AC_CHECK_LIB_NOWARN so we have to add them
181    manually.  */
182
183 @BOTTOM@