aboutsummaryrefslogtreecommitdiff
path: root/src/make.code.defn
diff options
context:
space:
mode:
authorrhaas <rhaas@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2012-07-08 17:33:35 +0000
committerrhaas <rhaas@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2012-07-08 17:33:35 +0000
commit4d7166d432e2a70a381c580168cfcb6cebe3cd09 (patch)
tree16dbb9406ace92c8bd2b7470419af290d8c36ca5 /src/make.code.defn
parent5902f85515e0f596cb3c403aae12309d1f86faaf (diff)
use C++ map instead of Cactus hash to store page contents
this is because the hash size can get out of hand (GBs) git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@251 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'src/make.code.defn')
-rw-r--r--src/make.code.defn2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 506d792..960ca5f 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -3,7 +3,7 @@
# Source files in this directory
-MISC_SRC = Startup.c Expression.c
+MISC_SRC = Startup.c Expression.c Map.cc
SERVER_SRC = Server.c Sockets.c http.c