diff options
author | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-01 01:05:35 +0000 |
---|---|---|
committer | Akira Kakuto <kakuto@fuk.kindai.ac.jp> | 2010-05-01 01:05:35 +0000 |
commit | ebd4dfd0f8823e01b6922c18d9c789eab46ecdbf (patch) | |
tree | 6f4342317508684cb89cebf0f70c3f1976c3e8ba /Build | |
parent | d75ea30d81376a3f33b71345a00bb985553adf39 (diff) |
config.h: remove TEXDLL.
git-svn-id: svn://tug.org/texlive/trunk@18065 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r-- | Build/source/texk/web2c/ChangeLog | 4 | ||||
-rw-r--r-- | Build/source/texk/web2c/config.h | 10 |
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> |