summaryrefslogtreecommitdiff
path: root/Build/source/texk/chktex/config.h.in
diff options
context:
space:
mode:
authorPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-10 09:55:03 +0000
committerPeter Breitenlohner <peb@mppmu.mpg.de>2012-10-10 09:55:03 +0000
commita10fd8b6f5be9646d171a0f699a0a9a152ae41fd (patch)
tree9b74478ce3bf50f31ca4802ee955afb49122a1c0 /Build/source/texk/chktex/config.h.in
parent40db78f0cac4b7e67227683a063f4bccfe2f50db (diff)
chktex: Check for declaration of stpcpy()
git-svn-id: svn://tug.org/texlive/trunk@27936 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/chktex/config.h.in')
-rw-r--r--Build/source/texk/chktex/config.h.in4
1 files changed, 4 insertions, 0 deletions
diff --git a/Build/source/texk/chktex/config.h.in b/Build/source/texk/chktex/config.h.in
index aa228abcdee..23c5e0c5e7a 100644
--- a/Build/source/texk/chktex/config.h.in
+++ b/Build/source/texk/chktex/config.h.in
@@ -21,6 +21,10 @@
/* Define to 1 if you have the `closedir' function. */
#undef HAVE_CLOSEDIR
+/* Define to 1 if you have the declaration of `stpcpy', and to 0 if you don't.
+ */
+#undef HAVE_DECL_STPCPY
+
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#undef HAVE_DIRENT_H