aboutsummaryrefslogtreecommitdiff
path: root/src/http_SString.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_SString.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_SString.h')
-rw-r--r--src/http_SString.h7
1 files changed, 3 insertions, 4 deletions
diff --git a/src/http_SString.h b/src/http_SString.h
index 3244666..091a1a6 100644
--- a/src/http_SString.h
+++ b/src/http_SString.h
@@ -1,7 +1,7 @@
/*@@
- @header http_Content.h
- @date Sun Sep 17 14:19:23 2000
- @author Tom Goodale
+ @header http_SString.h
+ @date April 7 14:19:23 2004
+ @author Steve White
@desc
Routines exported by the Content stuff.
@enddesc
@@ -11,7 +11,6 @@
#ifndef __HTTP_SSTRING_H__
#define __HTTP_SSTRING_H__ 1
-#define STRING_NAMESPACE 1
#include "SString.h"
#define EMPTYSTRING {'\0'}