r13655: Use new name of build header
authorJelmer Vernooij <jelmer@samba.org>
Thu, 23 Feb 2006 12:48:13 +0000 (12:48 +0000)
committerGerald (Jerry) Carter <jerry@samba.org>
Wed, 10 Oct 2007 18:52:05 +0000 (13:52 -0500)
(This used to be commit bca0e8054f6d9c7adc9d92e0c30d4323f994c9e9)

source4/auth/auth.c
source4/auth/gensec/gensec.c
source4/lib/com/main.c
source4/lib/registry/common/reg_interface.c
source4/ntptr/ntptr_base.c
source4/ntvfs/ntvfs_base.c
source4/rpc_server/dcerpc_server.c
source4/scripting/ejs/smbcalls.c
source4/smbd/process_model.c
source4/smbd/server.c

index dd524e8ca2eaca4057d6454a876bedc6ba78f728..695e3bf6e8a81e2ea4695a127366a5c8244936d3 100644 (file)
@@ -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
index f1f1c7f83af524c9b4381b6086e6115704592f9e..fa0535141217bed8e546195d0db8543f1c6b58dc 100644 (file)
@@ -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;
index f2e4f6473ad64bac664a438c072f59a922588fa0..ab14f28b28470be75309e4774cfc0bf70e6ad642 100644 (file)
@@ -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)
 {
index 00fa42d34277366df98af09da69c8950d9a809d3..6ea2f2baa6260879985867900cb8a0703122b3bf 100644 (file)
@@ -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;
index 51f16ec95439428a61f893d7995e70c714ee9178..c55e9832e68eb520e2a3cfa476a0fc32c04413f6 100644 (file)
@@ -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 {
index 63476c7feecd8d977d1c645ef1df3889fbb1b472..cfd2c1f5de95188cfda297d8665572d6fc958cf5 100644 (file)
@@ -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
index 2aeb737f5e7e789205330f436719e05e7c5dea8b..29648b9e33de587291cc1bf07f9589959aeb976c 100644 (file)
@@ -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
index b63687b3046203032ff37ee85980fe092a7e4ddf..13281f88e9ad0d129f6ce199529462adc571d4fd 100644 (file)
@@ -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"
 
 /*
index 8fdf5cc2f590a26f087352609aad4288652b909c..5010d745db2e8f4f993eab5fd38f75458f1612cd 100644 (file)
@@ -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
index 1dc8a2f1c8ed0c103aebce5d01e874de5baf0b73..1daf346a2d6d70d14c86cc70235e9f2689decf91 100644 (file)
@@ -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"