summaryrefslogtreecommitdiff
path: root/Build/source/texk/kpathsea/version.c
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-25 14:24:33 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2009-06-25 14:24:33 +0000
commit14c641fc12687352471d2869caf1bf5cfc07175b (patch)
treea5ba96a4fe2c37b9f5ac620ab05e230d8b96cef1 /Build/source/texk/kpathsea/version.c
parent430efa0c135593351e9f1c80cc11bcabc6690ed3 (diff)
add <kpathsea/version.h> header file
git-svn-id: svn://tug.org/texlive/trunk@13960 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/kpathsea/version.c')
-rw-r--r--Build/source/texk/kpathsea/version.c9
1 files changed, 5 insertions, 4 deletions
diff --git a/Build/source/texk/kpathsea/version.c b/Build/source/texk/kpathsea/version.c
index a5c2ddbf492..6182b1d3f14 100644
--- a/Build/source/texk/kpathsea/version.c
+++ b/Build/source/texk/kpathsea/version.c
@@ -16,14 +16,15 @@
You should have received a copy of the GNU Lesser General Public License
along with this library; if not, see <http://www.gnu.org/licenses/>. */
-#include "c-auto.h"
-#include <kpathsea/c-proto.h>
+#include <kpathsea/config.h>
-KPSEDLL char *kpathsea_version_string = (char *) KPSEVERSION;
+#include <kpathsea/version.h>
+
+char *kpathsea_version_string = (char *) KPSEVERSION;
/* If you are redistributing a modified version of the original
distribution, please change this address here, among many other
places. Thanks. */
-KPSEDLL char *kpathsea_bug_address = (char *)
+char *kpathsea_bug_address = (char *)
"Email bug reports to tex-k@tug.org.\n";