[project @ 1999-05-04 08:36:29 by sof]
authorsof <unknown>
Tue, 4 May 1999 08:36:30 +0000 (08:36 +0000)
committersof <unknown>
Tue, 4 May 1999 08:36:30 +0000 (08:36 +0000)
added HAVE_WIN32_DLL_SUPPORT

acconfig.h
mk/config.h.in

index 48027d6..c568b0e 100644 (file)
@@ -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
 
index 834bcea..5a2d8fc 100644 (file)
 /* 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