aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@9697cf00-7f2a-4e1b-af3c-314b8e4b499e>2004-03-27 16:04:43 +0000
committergoodale <goodale@9697cf00-7f2a-4e1b-af3c-314b8e4b499e>2004-03-27 16:04:43 +0000
commit8e503cf6708bb88938c3b1e281247d3caff00cde (patch)
tree1a246a7e4e4e1a6bf90b9e67a3b26ca87941481d /configuration.ccl
parentc2d9b3683be589e3ef969fd49abe66f42f9afdaa (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/Socket/trunk@28 9697cf00-7f2a-4e1b-af3c-314b8e4b499e
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..103b64c
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,11 @@
+# Configuration definitions for thorn SOCKET
+# $Header$
+
+# This may disappear if we can function alias the calls
+PROVIDES SOCKET
+{
+ SCRIPT
+ LANG
+}
+
+