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.
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.
13 Leave the following blank line there!! Autoheader needs it. */
18 /* Define to alignment constraint on chars */
21 /* Define to alignment constraint on doubles */
22 #undef ALIGNMENT_DOUBLE
24 /* Define to alignment constraint on floats */
25 #undef ALIGNMENT_FLOAT
27 /* Define to alignment constraint on ints */
30 /* Define to alignment constraint on longs */
33 /* Define to alignment constraint on long longs */
34 #undef ALIGNMENT_LONG_LONG
36 /* Define to alignment constraint on shorts */
37 #undef ALIGNMENT_SHORT
39 /* Define to alignment constraint on unsigned chars */
40 #undef ALIGNMENT_UNSIGNED_CHAR
42 /* Define to alignment constraint on unsigned ints */
43 #undef ALIGNMENT_UNSIGNED_INT
45 /* Define to alignment constraint on unsigned longs */
46 #undef ALIGNMENT_UNSIGNED_LONG
48 /* Define to alignment constraint on unsigned long longs */
49 #undef ALIGNMENT_UNSIGNED_LONG_LONG
51 /* Define to alignment constraint on unsigned shorts */
52 #undef ALIGNMENT_UNSIGNED_SHORT
54 /* Define to alignment constraint on void pointers */
55 #undef ALIGNMENT_VOID_P
57 /* Define if code lives before data in memory */
58 #undef CODE_BEFORE_DATA
60 /* Define as the symbol which marks the end of the data section */
61 #undef DATA_SECTION_END_MARKER
63 /* Define as the decl which terminates the data section */
64 #undef DATA_SECTION_END_MARKER_DECL
66 /* Define if time.h or sys/time.h define the altzone variable */
69 /* Define if you have /bin/sh */
72 /* Define if you have the GetModuleFileName function. */
73 #define HAVE_GETMODULEFILENAME 0
75 /* Define if C compiler supports long long types */
78 /* Define if fcntl.h defines O_BINARY */
81 /* Define if compiler supports prototypes. */
82 #define HAVE_PROTOTYPES 0
84 /* Define if readline/readline.h and readline/history.h exist */
85 #undef HAVE_READLINE_HEADERS
87 /* Define if readline plus any additional libs needed for it exist */
88 #undef HAVE_READLINE_LIBS
90 /* Define if time.h or sys/time.h define the timezone variable */
93 /* Define if you support the production (and use) of Win32 DLLs. */
94 #undef HAVE_WIN32_DLL_SUPPORT
96 /* Define if you have the WinExec function. */
97 #define HAVE_WINEXEC 0
99 /* Define to Haskell type for char */
102 /* Define to Haskell type for clock_t */
105 /* Define to Haskell type for signed double */
108 /* Define to Haskell type for float */
111 /* Define to Haskell type for GLbitfield */
112 #undef HTYPE_GLBITFIELD
114 /* Define to Haskell type for GLboolean */
115 #undef HTYPE_GLBOOLEAN
117 /* Define to Haskell type for GLbyte */
120 /* Define to Haskell type for GLclampd */
121 #undef HTYPE_GLCLAMPD
123 /* Define to Haskell type for GLclampf */
124 #undef HTYPE_GLCLAMPF
126 /* Define to Haskell type for GLdouble */
127 #undef HTYPE_GLDOUBLE
129 /* Define to Haskell type for GLenum */
132 /* Define to Haskell type for GLfloat */
135 /* Define to Haskell type for GLint */
138 /* Define to Haskell type for GLshort */
141 /* Define to Haskell type for GLsizei */
144 /* Define to Haskell type for GLubyte */
147 /* Define to Haskell type for GLuint */
150 /* Define to Haskell type for GLushort */
151 #undef HTYPE_GLUSHORT
153 /* Define to Haskell type for int */
156 /* Define to Haskell type for long */
159 /* Define to Haskell type for long long */
160 #undef HTYPE_LONG_LONG
162 /* Define to Haskell type for ptrdiff_t */
163 #undef HTYPE_PTRDIFF_T
165 /* Define to Haskell type for short */
168 /* Define to Haskell type for sig_atomic_t */
169 #undef HTYPE_SIG_ATOMIC_T
171 /* Define to Haskell type for signed char */
172 #undef HTYPE_SIGNED_CHAR
174 /* Define to Haskell type for size_t */
177 /* Define to Haskell type for time_t */
180 /* Define to Haskell type for unsigned char */
181 #undef HTYPE_UNSIGNED_CHAR
183 /* Define to Haskell type for unsigned int */
184 #undef HTYPE_UNSIGNED_INT
186 /* Define to Haskell type for unsigned long */
187 #undef HTYPE_UNSIGNED_LONG
189 /* Define to Haskell type for unsigned long long */
190 #undef HTYPE_UNSIGNED_LONG_LONG
192 /* Define to Haskell type for unsigned short */
193 #undef HTYPE_UNSIGNED_SHORT
195 /* Define to Haskell type for wchar_t */
198 /* Define if C Symbols have a leading underscore added by the compiler */
199 #undef LEADING_UNDERSCORE
201 /* Define as the symbol which marks the end of the text section */
202 #undef TEXT_SECTION_END_MARKER
204 /* Define to decl that terminates text section. */
205 #undef TEXT_SECTION_END_MARKER_DECL
207 /* Define to the type of the timezone variable (usually long or time_t) */
210 /* Define if signal handlers have type void (*)(int)
211 * (Otherwise, they're assumed to have type int (*)(void).)
213 #define VOID_INT_SIGNALS 0
216 /* Leave that blank line there!! Autoheader needs it.
217 If you're adding to this file, keep in mind:
218 The entries are in sort -df order: alphabetical, case insensitive,
219 ignoring punctuation (such as underscores). */
222 /* autoheader doesn't grok AC_CHECK_LIB_NOWARN so we have to add them