aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-03-27 16:04:43 +0000
committergoodale <goodale@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2004-03-27 16:04:43 +0000
commit84f44ac9ad5baf464545edb7fbe277499dfbb89f (patch)
treee78cc5f0b570c1e26f1e276d1c57e1568fcd90e1 /configuration.ccl
parentd4573d829f586fe855eb8f6975ead78362d9272c (diff)
Updated configuration.ccl files. In Beta14 some of these will
disappear as function aliasing will be updated to have aliased functions either be optional or required, as opposed to optional as they are at the moment. This will thus remove the configuration.ccl files which are merely there to ensure that certain aliased functions are actually provided. Also far more stuff will be done via function aliasing which should remove some more of these dependencies. Tom git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@183 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl11
1 files changed, 11 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..68fd257
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,11 @@
+# Configuration definitions for thorn HTTPD
+# $Header$
+
+REQUIRES SOCKET
+
+# This will disappear if we can function alias the stuff
+PROVIDES HTTPD
+{
+ SCRIPT
+ LANG
+}