From c325ee8354dae46b71ec08fd571d13546d0f389b Mon Sep 17 00:00:00 2001 From: sof Date: Tue, 4 May 1999 08:36:30 +0000 Subject: [PATCH] [project @ 1999-05-04 08:36:29 by sof] added HAVE_WIN32_DLL_SUPPORT --- acconfig.h | 3 +++ mk/config.h.in | 3 +++ 2 files changed, 6 insertions(+) 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 -- 1.7.10.4