summaryrefslogtreecommitdiff
path: root/Build/source/texk/seetexk
diff options
context:
space:
mode:
authorAkira Kakuto <kakuto@fuk.kindai.ac.jp>2013-11-18 13:50:50 +0000
committerAkira Kakuto <kakuto@fuk.kindai.ac.jp>2013-11-18 13:50:50 +0000
commit0bf5834566c9466f262a76c7d73f5c44da9cbd2d (patch)
tree253eb94d460b9343eae1bffb519bb3bccd93b68c /Build/source/texk/seetexk
parentdb02e825b34d1dd415ab232237464037842b2461 (diff)
Include <kpathsea/config.h> in order to define DOSISH on W32
git-svn-id: svn://tug.org/texlive/trunk@32178 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/seetexk')
-rw-r--r--Build/source/texk/seetexk/ChangeLog7
-rw-r--r--Build/source/texk/seetexk/dvibook.c1
-rw-r--r--Build/source/texk/seetexk/dviconcat.c1
-rw-r--r--Build/source/texk/seetexk/dviselect.c1
-rw-r--r--Build/source/texk/seetexk/dvitodvi.c1
-rw-r--r--Build/source/texk/seetexk/tempfile.c1
6 files changed, 12 insertions, 0 deletions
diff --git a/Build/source/texk/seetexk/ChangeLog b/Build/source/texk/seetexk/ChangeLog
index cce91491cf6..cb25ae24c0d 100644
--- a/Build/source/texk/seetexk/ChangeLog
+++ b/Build/source/texk/seetexk/ChangeLog
@@ -1,3 +1,10 @@
+2013-11-18 Akira Kakuto <kakuto@fuk.kindai.ac.jp>
+
+ * dvibook.c, dviconcat.c, dviselect.c, dvitodvi.c, tempfile.c:
+ include <kpathsea/config.h> in order to define DOSISH on W32.
+ In previous binaries, SET_BINARY() is not effective on W32,
+ because DOSISH is not defined.
+
2013-11-18 Peter Breitenlohner <peb@mppmu.mpg.de>
* seetexk.test: Add a test for dviselect creating 0 pages.
diff --git a/Build/source/texk/seetexk/dvibook.c b/Build/source/texk/seetexk/dvibook.c
index a125b92271d..80a16e1266c 100644
--- a/Build/source/texk/seetexk/dvibook.c
+++ b/Build/source/texk/seetexk/dvibook.c
@@ -32,6 +32,7 @@
#endif
#ifdef KPATHSEA
+#include <kpathsea/config.h>
#include <kpathsea/c-fopen.h>
#include <kpathsea/getopt.h>
#else
diff --git a/Build/source/texk/seetexk/dviconcat.c b/Build/source/texk/seetexk/dviconcat.c
index eb1bb828a69..3f4dda2d354 100644
--- a/Build/source/texk/seetexk/dviconcat.c
+++ b/Build/source/texk/seetexk/dviconcat.c
@@ -30,6 +30,7 @@
#ifdef KPATHSEA
#include <kpathsea/c-auto.h>
+#include <kpathsea/config.h>
#include <kpathsea/c-fopen.h>
#include <kpathsea/getopt.h>
#else
diff --git a/Build/source/texk/seetexk/dviselect.c b/Build/source/texk/seetexk/dviselect.c
index e7c17d5846f..efa6cb96f5b 100644
--- a/Build/source/texk/seetexk/dviselect.c
+++ b/Build/source/texk/seetexk/dviselect.c
@@ -35,6 +35,7 @@
#endif
#ifdef KPATHSEA
+#include <kpathsea/config.h>
#include <kpathsea/c-fopen.h>
#include <kpathsea/getopt.h>
#else
diff --git a/Build/source/texk/seetexk/dvitodvi.c b/Build/source/texk/seetexk/dvitodvi.c
index 9b00f6649b7..ed76d6ae887 100644
--- a/Build/source/texk/seetexk/dvitodvi.c
+++ b/Build/source/texk/seetexk/dvitodvi.c
@@ -32,6 +32,7 @@
#endif
#ifdef KPATHSEA
+#include <kpathsea/config.h>
#include <kpathsea/c-fopen.h>
#include <kpathsea/getopt.h>
#else
diff --git a/Build/source/texk/seetexk/tempfile.c b/Build/source/texk/seetexk/tempfile.c
index 2cd9deb8393..ba20e1fb5fb 100644
--- a/Build/source/texk/seetexk/tempfile.c
+++ b/Build/source/texk/seetexk/tempfile.c
@@ -47,6 +47,7 @@ char *getenv();
#include "tempfile.h"
#ifdef KPATHSEA
+#include <kpathsea/config.h>
#include <kpathsea/c-fopen.h>
#else
#ifndef O_BINARY