summaryrefslogtreecommitdiff
path: root/Build/source/texk/gregorio/config_.h.in
diff options
context:
space:
mode:
authorKarl Berry <karl@freefriends.org>2016-02-08 18:12:51 +0000
committerKarl Berry <karl@freefriends.org>2016-02-08 18:12:51 +0000
commit499e0913216eeff4d1f054c8f2afad96d5bcd71b (patch)
tree12b08c7e4283d0e61ab8e31b4f924f1cfcec1a3f /Build/source/texk/gregorio/config_.h.in
parentb663526ca345092a356390a6c233d3101c434fb8 (diff)
configure.ac: correct name; use gl_FUNC_REALPATH_WORKS from gnulib
git-svn-id: svn://tug.org/texlive/trunk@39625 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Build/source/texk/gregorio/config_.h.in')
-rw-r--r--Build/source/texk/gregorio/config_.h.in7
1 files changed, 7 insertions, 0 deletions
diff --git a/Build/source/texk/gregorio/config_.h.in b/Build/source/texk/gregorio/config_.h.in
index bf689b3817f..32fbec61b92 100644
--- a/Build/source/texk/gregorio/config_.h.in
+++ b/Build/source/texk/gregorio/config_.h.in
@@ -6,6 +6,10 @@
/* Define to 1 if the `closedir' function returns void instead of `int'. */
#undef CLOSEDIR_VOID
+/* Define to 1 if realpath() can malloc memory, always gives an absolute path,
+ and handles trailing slash correctly. */
+#undef FUNC_REALPATH_WORKS
+
/* Define to 1 if you have the <assert.h> header file. */
#undef HAVE_ASSERT_H
@@ -62,6 +66,9 @@
/* Define to 1 if you have the <pwd.h> header file. */
#undef HAVE_PWD_H
+/* Define to 1 if you have the `realpath' function. */
+#undef HAVE_REALPATH
+
/* Define to 1 if you have the <stdalign.h> header file. */
#undef HAVE_STDALIGN_H