summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/progname.c
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2010-04-10 00:11:58 +0000
committerKarl Berry <karl@freefriends.org>2010-04-10 00:11:58 +0000
commit544d8088c3dc794e227dd7384d7c4b15b6bf80d1 (patch)
treec241601c00c41edf87c65c6e0b29ff5e4612be89 /Build/source/texk/kpathsea/progname.c
parent5fd15d101add3e08ff14e00c8a38998602e87959 (diff)
use MAX_PATH for PATH_MAX (Windows), et al.; from Javier Mugica
git-svn-id: svn://tug.org/texlive/trunk@17781 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/progname.c')
-rw-r--r--Build/source/texk/kpathsea/progname.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/Build/source/texk/kpathsea/progname.c b/Build/source/texk/kpathsea/progname.c
index 7fe68742a09..0e19188a0b7 100644
--- a/Build/source/texk/kpathsea/progname.c
+++ b/Build/source/texk/kpathsea/progname.c
@@ -19,14 +19,12 @@
#include <kpathsea/config.h>
#include <kpathsea/absolute.h>
#include <kpathsea/c-pathch.h>
+#include <kpathsea/c-pathmx.h>
#include <kpathsea/c-stat.h>
#include <kpathsea/pathsearch.h>
/* For kpse_reset_progname */
#include <kpathsea/tex-file.h>
-#if defined (WIN32) || defined (__DJGPP__)
-#include <kpathsea/c-pathmx.h>
-#endif
#if defined(__i386_pc_gnu__)
#ifndef _S_ISUID