diff options
author | Jelmer Vernooij <jelmer@samba.org> | 2006-02-23 12:48:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:52:05 -0500 |
commit | 80c8a522861068e7b0974986936f65052dd6f70f (patch) | |
tree | 192b6979d7ad973ed03d49ab5d6789ebd61c5738 /source4 | |
parent | d3bcaf66a8568fc19a3013f9dc974fb08ee3a39a (diff) | |
download | samba-80c8a522861068e7b0974986936f65052dd6f70f.tar.gz samba-80c8a522861068e7b0974986936f65052dd6f70f.tar.bz2 samba-80c8a522861068e7b0974986936f65052dd6f70f.zip |
r13655: Use new name of build header
(This used to be commit bca0e8054f6d9c7adc9d92e0c30d4323f994c9e9)
Diffstat (limited to 'source4')
-rw-r--r-- | source4/auth/auth.c | 2 | ||||
-rw-r--r-- | source4/auth/gensec/gensec.c | 2 | ||||
-rw-r--r-- | source4/lib/com/main.c | 2 | ||||
-rw-r--r-- | source4/lib/registry/common/reg_interface.c | 2 | ||||
-rw-r--r-- | source4/ntptr/ntptr_base.c | 2 | ||||
-rw-r--r-- | source4/ntvfs/ntvfs_base.c | 2 | ||||
-rw-r--r-- | source4/rpc_server/dcerpc_server.c | 2 | ||||
-rw-r--r-- | source4/scripting/ejs/smbcalls.c | 2 | ||||
-rw-r--r-- | source4/smbd/process_model.c | 2 | ||||
-rw-r--r-- | source4/smbd/server.c | 2 |
10 files changed, 10 insertions, 10 deletions
diff --git a/source4/auth/auth.c b/source4/auth/auth.c index dd524e8ca2..695e3bf6e8 100644 --- a/source4/auth/auth.c +++ b/source4/auth/auth.c @@ -23,7 +23,7 @@ #include "dlinklist.h" #include "auth/auth.h" #include "lib/events/events.h" -#include "smb_build.h" +#include "build.h" /*************************************************************************** Set a fixed challenge diff --git a/source4/auth/gensec/gensec.c b/source4/auth/gensec/gensec.c index f1f1c7f83a..fa05351412 100644 --- a/source4/auth/gensec/gensec.c +++ b/source4/auth/gensec/gensec.c @@ -24,7 +24,7 @@ #include "includes.h" #include "auth/auth.h" #include "lib/events/events.h" -#include "smb_build.h" +#include "build.h" /* the list of currently registered GENSEC backends */ static struct gensec_security_ops **generic_security_ops; diff --git a/source4/lib/com/main.c b/source4/lib/com/main.c index f2e4f6473a..ab14f28b28 100644 --- a/source4/lib/com/main.c +++ b/source4/lib/com/main.c @@ -23,7 +23,7 @@ #include "lib/com/com.h" #include "lib/events/events.h" #include "librpc/gen_ndr/com_dcom.h" -#include "smb_build.h" +#include "build.h" WERROR com_init_ctx(struct com_context **ctx, struct event_context *event_ctx) { diff --git a/source4/lib/registry/common/reg_interface.c b/source4/lib/registry/common/reg_interface.c index 00fa42d342..6ea2f2baa6 100644 --- a/source4/lib/registry/common/reg_interface.c +++ b/source4/lib/registry/common/reg_interface.c @@ -21,7 +21,7 @@ #include "includes.h" #include "dlinklist.h" #include "lib/registry/registry.h" -#include "smb_build.h" +#include "build.h" /* List of available backends */ static struct reg_init_function_entry *backends = NULL; diff --git a/source4/ntptr/ntptr_base.c b/source4/ntptr/ntptr_base.c index 51f16ec954..c55e9832e6 100644 --- a/source4/ntptr/ntptr_base.c +++ b/source4/ntptr/ntptr_base.c @@ -25,7 +25,7 @@ #include "includes.h" #include "ntptr/ntptr.h" -#include "smb_build.h" +#include "build.h" /* the list of currently registered NTPTR backends */ static struct ntptr_backend { diff --git a/source4/ntvfs/ntvfs_base.c b/source4/ntvfs/ntvfs_base.c index 63476c7fee..cfd2c1f5de 100644 --- a/source4/ntvfs/ntvfs_base.c +++ b/source4/ntvfs/ntvfs_base.c @@ -26,7 +26,7 @@ #include "includes.h" #include "dlinklist.h" #include "smb_server/smb_server.h" -#include "smb_build.h" +#include "build.h" #include "ntvfs/ntvfs.h" /* the list of currently registered NTVFS backends, note that there diff --git a/source4/rpc_server/dcerpc_server.c b/source4/rpc_server/dcerpc_server.c index 2aeb737f5e..29648b9e33 100644 --- a/source4/rpc_server/dcerpc_server.c +++ b/source4/rpc_server/dcerpc_server.c @@ -29,7 +29,7 @@ #include "lib/events/events.h" #include "smbd/service_stream.h" #include "system/filesys.h" -#include "smb_build.h" +#include "build.h" /* see if two endpoints match diff --git a/source4/scripting/ejs/smbcalls.c b/source4/scripting/ejs/smbcalls.c index b63687b304..13281f88e9 100644 --- a/source4/scripting/ejs/smbcalls.c +++ b/source4/scripting/ejs/smbcalls.c @@ -24,7 +24,7 @@ #include "includes.h" #include "lib/appweb/ejs/ejs.h" #include "scripting/ejs/smbcalls.h" -#include "smb_build.h" +#include "build.h" #include "version.h" /* diff --git a/source4/smbd/process_model.c b/source4/smbd/process_model.c index 8fdf5cc2f5..5010d745db 100644 --- a/source4/smbd/process_model.c +++ b/source4/smbd/process_model.c @@ -21,7 +21,7 @@ #include "includes.h" #include "smb_server/smb_server.h" -#include "smb_build.h" +#include "build.h" /* setup the events for the chosen process model diff --git a/source4/smbd/server.c b/source4/smbd/server.c index 1dc8a2f1c8..1daf346a2d 100644 --- a/source4/smbd/server.c +++ b/source4/smbd/server.c @@ -29,7 +29,7 @@ #include "lib/cmdline/popt_common.h" #include "system/dir.h" #include "system/filesys.h" -#include "smb_build.h" +#include "build.h" #include "registry/registry.h" #include "ntvfs/ntvfs.h" #include "ntptr/ntptr.h" |