diff options
author | Roland McGrath <roland@hack.frob.com> | 2012-08-22 13:31:12 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2012-08-22 13:31:12 -0700 |
commit | 3cc3ef96d6c060e9d45b43f5482dc4e03945b30e (patch) | |
tree | 38fbe47c74c5109f408d107696950923d1b68ff6 /config.h.in | |
parent | 07e515506660b1d0c1934dc0ac0e2ac5e7a4a760 (diff) | |
download | glibc-3cc3ef96d6c060e9d45b43f5482dc4e03945b30e.tar.gz |
BZ#13696: Add --disable-nscd configure option.
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index e27e86d428..10a9925767 100644 --- a/config.h.in +++ b/config.h.in @@ -174,6 +174,9 @@ /* Define if Systemtap <sys/sdt.h> probes should be defined. */ #undef USE_STAP_PROBE +/* Define if library functions should try to contact the nscd daemon. */ +#undef USE_NSCD + /* */ |