mirror of
https://sourceware.org/git/glibc.git
synced 2025-08-07 06:43:00 +03:00
BZ#13696: Add --disable-nscd configure option.
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
/* Initialization in nss_files module.
|
||||
Copyright (C) 2011 Free Software Foundation, Inc.
|
||||
Copyright (C) 2011-2012 Free Software Foundation, Inc.
|
||||
This file is part of the GNU C Library.
|
||||
|
||||
The GNU C Library is free software; you can redistribute it and/or
|
||||
@@ -16,6 +16,8 @@
|
||||
License along with the GNU C Library; if not, see
|
||||
<http://www.gnu.org/licenses/>. */
|
||||
|
||||
#ifdef USE_NSCD
|
||||
|
||||
#include <nscd/nscd.h>
|
||||
|
||||
|
||||
@@ -55,3 +57,5 @@ _nss_files_init (void (*cb) (size_t, struct traced_file *))
|
||||
|
||||
cb (netgrdb, &netgr_traced_file.file);
|
||||
}
|
||||
|
||||
#endif
|
||||
|
Reference in New Issue
Block a user