From: sof Date: Tue, 4 May 1999 08:36:30 +0000 (+0000) Subject: [project @ 1999-05-04 08:36:29 by sof] X-Git-Tag: Approximately_9120_patches~6270 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=c325ee8354dae46b71ec08fd571d13546d0f389b;p=ghc-hetmet.git [project @ 1999-05-04 08:36:29 by sof] added HAVE_WIN32_DLL_SUPPORT --- diff --git a/acconfig.h b/acconfig.h index 48027d6..c568b0e 100644 --- a/acconfig.h +++ b/acconfig.h @@ -60,6 +60,9 @@ /* Define if you have the WinExec function. */ #define HAVE_WINEXEC 0 +/* Define if you support the production (and use) of Win32 DLLs. */ +#undef HAVE_WIN32_DLL_SUPPORT + /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE diff --git a/mk/config.h.in b/mk/config.h.in index 834bcea..5a2d8fc 100644 --- a/mk/config.h.in +++ b/mk/config.h.in @@ -111,6 +111,9 @@ /* Define if you have the WinExec function. */ #define HAVE_WINEXEC 0 +/* Define if you support the production (and use) of Win32 DLLs. */ +#undef HAVE_WIN32_DLL_SUPPORT + /* Define if C Symbols have a leading underscore added by the compiler */ #undef LEADING_UNDERSCORE