summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorRoland McGrath <roland@hack.frob.com>2012-10-03 16:13:14 -0700
committerRoland McGrath <roland@hack.frob.com>2012-10-03 16:13:14 -0700
commitf57f805541562734a40088b8be93e3bc9e86be54 (patch)
tree8137253002dda45425068fef98c9b7649825c3fb /config.h.in
parent8f565a27edb9908e237cbb77c8ffc7824f579f15 (diff)
Clean up conditionalize of ld.so.cache support.
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 10a9925767..5f9f3c39d5 100644
--- a/config.h.in
+++ b/config.h.in
@@ -177,6 +177,9 @@
/* Define if library functions should try to contact the nscd daemon. */
#undef USE_NSCD
+/* Define if the dynamic linker should consult an ld.so.cache file. */
+#undef USE_LDCONFIG
+
/*
*/