mirror of
https://github.com/samba-team/samba.git
synced 2025-08-03 04:22:09 +03:00
s3-build: only include libnscd.h where needed.
Guenther
This commit is contained in:
@ -19,6 +19,10 @@
|
||||
|
||||
#include "includes.h"
|
||||
|
||||
#ifdef HAVE_LIBNSCD
|
||||
#include <libnscd.h>
|
||||
#endif
|
||||
|
||||
static void smb_nscd_flush_cache(const char *service)
|
||||
{
|
||||
#ifdef HAVE_NSCD_FLUSH_CACHE
|
||||
|
Reference in New Issue
Block a user