1
0
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:
Günther Deschner
2010-08-18 12:24:35 +02:00
parent c5ffecb136
commit aba1bf4b5e
13 changed files with 12 additions and 1 deletions

View File

@ -26,6 +26,7 @@
#include "includes.h"
#include "secrets.h"
#include "memcache.h"
#include "../librpc/gen_ndr/netlogon.h"

View File

@ -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"

View File

@ -11,6 +11,7 @@
*/
#include "includes.h"
#include "memcache.h"
#define NAME_INDEX 0
#define ADDR_INDEX 1

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "memcache.h"
struct passwd *tcopy_passwd(TALLOC_CTX *mem_ctx, const struct passwd *from)
{

View File

@ -20,6 +20,7 @@
*/
#include "includes.h"
#include "memcache.h"
/****************************************************************************
Get a port number in host byte order from a sockaddr_storage.

View File

@ -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.

View File

@ -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

View File

@ -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;

View File

@ -65,6 +65,7 @@
#include "includes.h"
#include "smbd/globals.h"
#include "memcache.h"
#if 1
#define M_DEBUG(level, x) DEBUG(level, x)

View File

@ -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"

View File

@ -22,6 +22,7 @@
#include "includes.h"
#include "librpc/gen_ndr/messaging.h"
#include "memcache.h"
/****************************************************************************
Stat cache code used in unix_convert.

View File

@ -25,6 +25,7 @@
#include "includes.h"
#include "smbd/globals.h"
#include "memcache.h"
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_VFS

View File

@ -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;