summaryrefslogtreecommitdiff
path: root/Build
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-09-28 12:12:03 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2012-09-28 12:12:03 +0000
commit9100b8ab76413a88c834c002d64a62cddf32e007 (patch)
treeb03d65386347b0c72cdc11fda6dea700f9d5dbad /Build
parentbb06b2923083272a479a17b0386f47bbc9c9d9c3 (diff)
remove definition of mkdir
git-svn-id: svn://tug.org/texlive/trunk@27834 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog5
-rw-r--r--Build/source/texk/kpathsea/c-proto.h2
-rw-r--r--Build/source/texk/kpathsea/win32lib.h1
3 files changed, 6 insertions, 2 deletions
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 <kakuto@fuk.kindai.ac.jp>
+
+ * win32lib.h: remove definition of mkdir.
+ * c-proto.h: introduce NO_KPSE_DLL as in getopt.h.
+
2012-08-11 Peter Breitenlohner <peb@mppmu.mpg.de>
* c-std.h: Define M_PI if not defined by <math.h> (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