summaryrefslogtreecommitdiff
path: root/source3/web
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-07 04:01:18 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 10:52:55 -0500
commitb4cf9e95059071df49b34ff8574e48cb96f42da1 (patch)
treed83b0ff529ac5d7d3bf1aee51c9b8ca2e3101751 /source3/web
parent66e689478a700d669a1abfcb272b4191aa528658 (diff)
downloadsamba-b4cf9e95059071df49b34ff8574e48cb96f42da1.tar.gz
samba-b4cf9e95059071df49b34ff8574e48cb96f42da1.tar.bz2
samba-b4cf9e95059071df49b34ff8574e48cb96f42da1.zip
r2835: Since we always have -I. and -I$(srcdir) in CFLAGS, we can get rid of
'..' from all #include preprocessor commands. This fixes bugzilla #1880 where OpenVMS gets confused about the '.' characters. (This used to be commit 7f161702fa4916979602cc0295919b541912acd6)
Diffstat (limited to 'source3/web')
-rw-r--r--source3/web/cgi.c2
-rw-r--r--source3/web/diagnose.c2
-rw-r--r--source3/web/neg_lang.c2
-rw-r--r--source3/web/startstop.c2
-rw-r--r--source3/web/statuspage.c2
-rw-r--r--source3/web/swat.c2
6 files changed, 6 insertions, 6 deletions
diff --git a/source3/web/cgi.c b/source3/web/cgi.c
index 93731d1d3f..cf309c364e 100644
--- a/source3/web/cgi.c
+++ b/source3/web/cgi.c
@@ -19,7 +19,7 @@
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
#define MAX_VARIABLES 10000
diff --git a/source3/web/diagnose.c b/source3/web/diagnose.c
index 46432c41f8..a490786068 100644
--- a/source3/web/diagnose.c
+++ b/source3/web/diagnose.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
#ifdef WITH_WINBIND
diff --git a/source3/web/neg_lang.c b/source3/web/neg_lang.c
index da974f78a4..aa285745d6 100644
--- a/source3/web/neg_lang.c
+++ b/source3/web/neg_lang.c
@@ -20,7 +20,7 @@
*/
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
/*
during a file download we first check to see if there is a language
diff --git a/source3/web/startstop.c b/source3/web/startstop.c
index 93e8650c2b..9ffda5bb94 100644
--- a/source3/web/startstop.c
+++ b/source3/web/startstop.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
#include "dynconfig.h"
diff --git a/source3/web/statuspage.c b/source3/web/statuspage.c
index 2c645de248..953222c2fc 100644
--- a/source3/web/statuspage.c
+++ b/source3/web/statuspage.c
@@ -19,7 +19,7 @@
*/
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
#define PIDMAP struct PidMap
diff --git a/source3/web/swat.c b/source3/web/swat.c
index 40f9f05991..48537d1d04 100644
--- a/source3/web/swat.c
+++ b/source3/web/swat.c
@@ -29,7 +29,7 @@
**/
#include "includes.h"
-#include "../web/swat_proto.h"
+#include "web/swat_proto.h"
static BOOL demo_mode = False;
static BOOL have_write_access = False;