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 doubles or on unsigned int - whichever is the greater */
19 #undef ALIGNMENT_DOUBLE
21 /* Define to alignment constraint on floats or on unsigned int - whichever is the greater */
22 #undef ALIGNMENT_FLOAT
24 /* Define to alignment constraint on doubles or on unsigned int - whichever is the greater */
27 /* Define to alignment constraint on unsigned int - whichever is the greater */
28 #undef ALIGNMENT_UNSIGNED_INT
30 /* Define if code lives before data in memory */
31 #undef CODE_BEFORE_DATA
33 /* Define as the symbol which marks the end of the data section */
34 #undef DATA_SECTION_END_MARKER
36 /* Define as the decl which terminates the data section */
37 #undef DATA_SECTION_END_MARKER_DECL
39 /* Define if time.h or sys/time.h define the altzone variable */
42 /* Define if you have /bin/sh */
45 /* Define if you have the GetModuleFileName function. */
46 #define HAVE_GETMODULEFILENAME 0
48 /* Define if C compiler supports long long types */
51 /* Define if fcntl.h defines O_BINARY */
54 /* Define if compiler supports prototypes. */
55 #define HAVE_PROTOTYPES 0
57 /* Define if time.h or sys/time.h define the timezone variable */
60 /* Define if you have the WinExec function. */
61 #define HAVE_WINEXEC 0
63 /* Define if you support the production (and use) of Win32 DLLs. */
64 #undef HAVE_WIN32_DLL_SUPPORT
66 /* Define if C Symbols have a leading underscore added by the compiler */
67 #undef LEADING_UNDERSCORE
69 /* Define as the symbol which marks the end of the text section */
70 #undef TEXT_SECTION_END_MARKER
72 /* Define to decl that terminates text section. */
73 #undef TEXT_SECTION_END_MARKER_DECL
75 /* Define to the type of the timezone variable (usually long or time_t) */
78 /* Define if signal handlers have type void (*)(int)
79 * (Otherwise, they're assumed to have type int (*)(void).)
81 #define VOID_INT_SIGNALS 0
84 /* Leave that blank line there!! Autoheader needs it.
85 If you're adding to this file, keep in mind:
86 The entries are in sort -df order: alphabetical, case insensitive,
87 ignoring punctuation (such as underscores). */
90 /* autoheader doesn't grok AC_CHECK_LIB_NOWARN so we have to add them