summaryrefslogtreecommitdiff
path: root/Build/source
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-25 12:54:30 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2013-06-25 12:54:30 +0000
commitbe9a2b886ec185ced716bbb0790ea6014419365c (patch)
tree5c9521f2a3484c6f89d6fbd3a63da73a219453c7 /Build/source
parent216ea949c6355f24d036d183e74fad3bf8cc051c (diff)
revert r30926, EXEEXT comes from c-auto.h
git-svn-id: svn://tug.org/texlive/trunk@30930 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source')
-rw-r--r--Build/source/texk/kpathsea/ChangeLog4
-rw-r--r--Build/source/texk/kpathsea/config.h1
2 files changed, 4 insertions, 1 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog
index 1650d82a3f7..9c623337c8b 100644
--- a/Build/source/texk/kpathsea/ChangeLog
+++ b/Build/source/texk/kpathsea/ChangeLog
@@ -1,3 +1,7 @@
+2013-06-25 Peter Breitenlohner <peb@mppmu.mpg.de>
+
+ * config.h: Remove definition of EXEEXT, comes from c-auto.h.
+
2013-06-25 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
* win32lib.c: Unify two win32lib.c's in w32 sources.
diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h
index c1cde4efdeb..067777ab584 100644
--- a/Build/source/texk/kpathsea/config.h
+++ b/Build/source/texk/kpathsea/config.h
@@ -45,7 +45,6 @@
/* case-insensitive filename comparisons? */
#if defined (DOSISH)
#define MONOCASE_FILENAMES
-#define EXEEXT ".exe"
#endif
/* NULL device. */