X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=acconfig.h;h=9fbaec74f500806417e1a0b838cc8f1432230c5c;hb=da8f39a9a4cc4d97e2336517a32c923a00917af9;hp=51979e0de24ee64b68d79a86518546802bcfd2a0;hpb=943c67d68bd033d2a8d62c85ce69f8b6a0b11e3b;p=ghc-hetmet.git diff --git a/acconfig.h b/acconfig.h index 51979e0..9fbaec7 100644 --- a/acconfig.h +++ b/acconfig.h @@ -3,7 +3,7 @@ Descriptive text for the C preprocessor macros that the fptools configuration script can define. The current version may not use all of them; autoheader copies the ones - your configure.in uses into your configuration header file templates. + your configure.ac uses into your configuration header file templates. The entries are in sort -df order: alphabetical, case insensitive, ignoring punctuation (such as underscores). Although this order @@ -348,8 +348,9 @@ /* The value of EXDEV. */ #undef CCONST_EXDEV -/* Define if time.h or sys/time.h define the altzone variable */ -#undef HAVE_ALTZONE +/* Define to 1 if you have the declaration of `altzone', and to 0 if you + don't. */ +#undef HAVE_DECL_ALTZONE /* Define if you have /bin/sh */ #undef HAVE_BIN_SH @@ -405,9 +406,6 @@ /* Define if fcntl.h defines O_BINARY */ #undef HAVE_O_BINARY -/* Define if compiler supports prototypes. */ -#undef HAVE_PROTOTYPES - /* Define if readline/readline.h and readline/history.h exist */ #undef HAVE_READLINE_HEADERS @@ -429,9 +427,6 @@ /* Define if you have the sigpoll() function */ #undef HAVE_SIGPOLL -/* Define if time.h or sys/time.h define the timezone variable */ -#undef HAVE_TIMEZONE - /* Define if you support the production (and use) of Win32 DLLs. */ #undef HAVE_WIN32_DLL_SUPPORT @@ -582,14 +577,14 @@ /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE -/* Define to the type of the timezone variable (usually long or time_t) */ -#undef TYPE_TIMEZONE - /* Define if signal handlers have type void (*)(int) * (Otherwise, they're assumed to have type int (*)(void).) */ #undef VOID_INT_SIGNALS +/* Define if you want to include .NET interop support. */ +#undef WANT_DOTNET_SUPPORT + /* Leave that blank line there!! Autoheader needs it. If you're adding to this file, keep in mind: