summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/web2c/ChangeLog4
-rw-r--r--Build/source/texk/web2c/config.h10
2 files changed, 4 insertions, 10 deletions
diff --git a/Build/source/texk/web2c/ChangeLog b/Build/source/texk/web2c/ChangeLog
index b7a0440b1ef..1e495121909 100644
--- a/Build/source/texk/web2c/ChangeLog
+++ b/Build/source/texk/web2c/ChangeLog
@@ -1,3 +1,7 @@
+2010-05-01 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * config.h: remove TEXDLL.
+
2010-04-30 Peter Breitenlohner <peb@mppmu.mpg.de>
* dvitype.test: Use installed cm fonts.
diff --git a/Build/source/texk/web2c/config.h b/Build/source/texk/web2c/config.h
index 59e34a24907..2b4fe7316fc 100644
--- a/Build/source/texk/web2c/config.h
+++ b/Build/source/texk/web2c/config.h
@@ -18,16 +18,6 @@ along with this program; if not, see <http://www.gnu.org/licenses/. */
#ifndef WEB2C_CONFIG_H
#define WEB2C_CONFIG_H
-#if defined (TEX_DLL) && (defined (WIN32) || defined (__CYGWIN__))
-#ifdef MAKE_TEX_DLL
-#define TEXDLL __declspec (dllexport)
-#else /* ! MAKE_TEX_DLL */
-#define TEXDLL __declspec (dllimport)
-#endif
-#else /* ! (TEX_DLL && (WIN32 || __CYGWIN__)) */
-#define TEXDLL
-#endif
-
/* The stuff from the path searching library. */
#include <kpathsea/config.h>
#include <c-auto.h>