summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */