aboutsummaryrefslogtreecommitdiff
path: root/src/http_Content.h
diff options
context:
space:
mode:
authorswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-04-07 14:28:50 +0000
committerswhite <swhite@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-04-07 14:28:50 +0000
commit46eb8514f4613b2daad5d2998287bcaaa04af7b6 (patch)
treeb5ef3e6c983ce06f20124c0f06684dc82ed2bb65 /src/http_Content.h
parent5b350aa4013f4ece2f0b92d2da0fde1e8ca164c5 (diff)
Fixed the thorn HTTPDExtra broken by commit of HTTPD changes.
Made HTTPDExtra to include headers from HTTPD using the proper Cactus include header mechanism (although it seems to still include files directly from other thorns). Did the same process as before with HTTPD, replacing strcpy and sprintf writes of data of unkown length into automatic buffers with calls to a String module. Altered the namespace mechanism for the String module, using header files rather than defining a preprocessor variable. Caveat: Although I turned it on and looked at the pages it produces, I have not tested this as extensively as HTTPD thorn. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@189 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/http_Content.h')
-rw-r--r--src/http_Content.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/http_Content.h b/src/http_Content.h
index bfac5d7..307da99 100644
--- a/src/http_Content.h
+++ b/src/http_Content.h
@@ -13,7 +13,6 @@
#define HTTP_QUICKLINK 1
-#define STRING_NAMESPACE 1
#include "SString.h"
#define EMPTYSTRING {'\0'}