summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/default.h
diff options
context:
space:
mode:
Diffstat (limited to 'Build/source/texk/kpathsea/default.h')
-rw-r--r--Build/source/texk/kpathsea/default.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/default.h b/Build/source/texk/kpathsea/default.h
index cdf1bd30749..a84d874d076 100644
--- a/Build/source/texk/kpathsea/default.h
+++ b/Build/source/texk/kpathsea/default.h
@@ -1,6 +1,6 @@
/* default.h: declare default path expander.
- Copyright 1993, 1994, 2008 Karl Berry.
+ Copyright 1993, 1994, 2008, 2011 Karl Berry.
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
@@ -18,6 +18,8 @@
#ifndef KPATHSEA_DEFAULT_H
#define KPATHSEA_DEFAULT_H
+#ifdef MAKE_KPSE_DLL /* libkpathsea internal only */
+
#include <kpathsea/types.h>
#include <kpathsea/c-proto.h>
@@ -29,8 +31,6 @@
extern string kpathsea_expand_default (kpathsea kpse, const_string path,
const_string dflt);
-#if defined(KPSE_COMPAT_API)
-extern string kpse_expand_default (const_string path, const_string dflt);
-#endif
+#endif /* MAKE_KPSE_DLL */
#endif /* not KPATHSEA_DEFAULT_H */