summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorMichihiro NAKAJIMA <ggcueroad@gmail.com>2011-01-19 07:04:51 -0500
committerMichihiro NAKAJIMA <ggcueroad@gmail.com>2011-01-19 07:04:51 -0500
commit00ea3b6cca0f2f1e41f62014939c04642f442811 (patch)
tree24adb1de6f2055956793761d941f9ac337714fca /build
parent0b5f30eb1ed81c8a07346ecb3769d3f47f14b24e (diff)
downloadlibarchive-00ea3b6cca0f2f1e41f62014939c04642f442811.tar.gz
Use readlinkat() function if platform has.
SVN-Revision: 2925
Diffstat (limited to 'build')
-rw-r--r--build/cmake/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/cmake/config.h.in b/build/cmake/config.h.in
index b5c6a5f9..f523ce40 100644
--- a/build/cmake/config.h.in
+++ b/build/cmake/config.h.in
@@ -477,6 +477,9 @@
/* Define to 1 if you have the `readlink' function. */
#cmakedefine HAVE_READLINK 1
+/* Define to 1 if you have the `readlinkat' function. */
+#cmakedefine HAVE_READLINKAT 1
+
/* Define to 1 if you have the <regex.h> header file. */
#cmakedefine HAVE_REGEX_H 1