summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/config.h
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2013-06-25 10:17:14 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2013-06-25 10:17:14 +0000
commit216ea949c6355f24d036d183e74fad3bf8cc051c (patch)
tree3cd2a0d76f540774f097fc4879549c765fe3679e /Build/source/texk/kpathsea/config.h
parentc19aed691703d56f721287f96fd5d251cb155b15 (diff)
define EXEEXT if DOSISH is defined.
git-svn-id: svn://tug.org/texlive/trunk@30926 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/config.h')
-rw-r--r--Build/source/texk/kpathsea/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/config.h b/Build/source/texk/kpathsea/config.h
index 067777ab584..c1cde4efdeb 100644
--- a/Build/source/texk/kpathsea/config.h
+++ b/Build/source/texk/kpathsea/config.h
@@ -45,6 +45,7 @@
/* case-insensitive filename comparisons? */
#if defined (DOSISH)
#define MONOCASE_FILENAMES
+#define EXEEXT ".exe"
#endif
/* NULL device. */