From 9100b8ab76413a88c834c002d64a62cddf32e007 Mon Sep 17 00:00:00 2001 From: Akira Kakuto Date: Fri, 28 Sep 2012 12:12:03 +0000 Subject: remove definition of mkdir git-svn-id: svn://tug.org/texlive/trunk@27834 c570f23f-e606-0410-a88d-b1316a301751 --- Build/source/texk/kpathsea/ChangeLog | 5 +++++ Build/source/texk/kpathsea/c-proto.h | 2 +- Build/source/texk/kpathsea/win32lib.h | 1 - 3 files changed, 6 insertions(+), 2 deletions(-) (limited to 'Build') diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 4236d7f5e10..c260148ce78 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2012-09-28 Akira Kakuto + + * win32lib.h: remove definition of mkdir. + * c-proto.h: introduce NO_KPSE_DLL as in getopt.h. + 2012-08-11 Peter Breitenlohner * c-std.h: Define M_PI if not defined by (old MSVC). diff --git a/Build/source/texk/kpathsea/c-proto.h b/Build/source/texk/kpathsea/c-proto.h index 1774449b104..f2fb8ea2b83 100644 --- a/Build/source/texk/kpathsea/c-proto.h +++ b/Build/source/texk/kpathsea/c-proto.h @@ -19,7 +19,7 @@ #ifndef KPATHSEA_C_PROTO_H #define KPATHSEA_C_PROTO_H -#if defined (WIN32) && !defined(__MINGW32__) +#if defined (WIN32) && !defined (__MINGW32__) && !defined (NO_KPSE_DLL) #define KPSE_DLL 1 #endif /* WIN32 && ! __MINGW32__ */ diff --git a/Build/source/texk/kpathsea/win32lib.h b/Build/source/texk/kpathsea/win32lib.h index 1543c934e91..caf616c1132 100644 --- a/Build/source/texk/kpathsea/win32lib.h +++ b/Build/source/texk/kpathsea/win32lib.h @@ -82,7 +82,6 @@ #define link _link #define lseek _lseek #define memicmp _memicmp -#define mkdir _mkdir #define mktemp _mktemp #define open _open -- cgit v1.2.3