mirror of
https://github.com/samba-team/samba.git
synced 2025-08-15 13:49:28 +03:00
s3-build: only include memcache.h where needed.
Guenther
This commit is contained in:
@ -26,6 +26,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "secrets.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#include "../librpc/gen_ndr/netlogon.h"
|
||||
|
||||
|
@ -664,7 +664,6 @@ struct ntlmssp_state;
|
||||
#include "packet.h"
|
||||
#include "ctdbd_conn.h"
|
||||
#include "../lib/util/talloc_stack.h"
|
||||
#include "memcache.h"
|
||||
#include "serverid.h"
|
||||
#include "async_smb.h"
|
||||
#include "../lib/async_req/async_sock.h"
|
||||
|
@ -11,6 +11,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#define NAME_INDEX 0
|
||||
#define ADDR_INDEX 1
|
||||
|
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "memcache.h"
|
||||
|
||||
struct passwd *tcopy_passwd(TALLOC_CTX *mem_ctx, const struct passwd *from)
|
||||
{
|
||||
|
@ -20,6 +20,7 @@
|
||||
*/
|
||||
|
||||
#include "includes.h"
|
||||
#include "memcache.h"
|
||||
|
||||
/****************************************************************************
|
||||
Get a port number in host byte order from a sockaddr_storage.
|
||||
|
@ -22,6 +22,7 @@
|
||||
#include "includes.h"
|
||||
#include "../librpc/gen_ndr/ndr_security.h"
|
||||
#include "secrets.h"
|
||||
#include "memcache.h"
|
||||
|
||||
/*****************************************************************
|
||||
Dissect a user-provided name into domain, name, sid and type.
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include "includes.h"
|
||||
#include "secrets.h"
|
||||
#include "../librpc/gen_ndr/samr.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_PASSDB
|
||||
|
@ -19,6 +19,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#if defined(WITH_AIO)
|
||||
struct aio_extra *aio_list_head = NULL;
|
||||
|
@ -65,6 +65,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#if 1
|
||||
#define M_DEBUG(level, x) DEBUG(level, x)
|
||||
|
@ -28,6 +28,7 @@
|
||||
#include "registry.h"
|
||||
#include "libcli/auth/schannel.h"
|
||||
#include "secrets.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#include "../librpc/gen_ndr/srv_dfs.h"
|
||||
#include "../librpc/gen_ndr/srv_dssetup.h"
|
||||
|
@ -22,6 +22,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "librpc/gen_ndr/messaging.h"
|
||||
#include "memcache.h"
|
||||
|
||||
/****************************************************************************
|
||||
Stat cache code used in unix_convert.
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include "includes.h"
|
||||
#include "smbd/globals.h"
|
||||
#include "memcache.h"
|
||||
|
||||
#undef DBGC_CLASS
|
||||
#define DBGC_CLASS DBGC_VFS
|
||||
|
@ -25,6 +25,7 @@
|
||||
#include "tldap.h"
|
||||
#include "tldap_util.h"
|
||||
#include "../librpc/gen_ndr/svcctl.h"
|
||||
#include "memcache.h"
|
||||
|
||||
extern char *optarg;
|
||||
extern int optind;
|
||||
|
Reference in New Issue
Block a user