aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-03-27 16:04:43 +0000
committergoodale <goodale@b32723a9-ab3a-4a60-88e2-2e5d99d7c17a>2004-03-27 16:04:43 +0000
commitdd0c56d782f2442d7be5b2195cce0395660c8fb5 (patch)
treec8ab69a7f745450b08922e6eee13d29487df1ecd
parente57b9b7beeb467ab6f425aae0a03709ef3c32a12 (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/CactusBase/IOUtil/trunk@202 b32723a9-ab3a-4a60-88e2-2e5d99d7c17a
-rw-r--r--configuration.ccl10
1 files changed, 10 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..83caddc
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,10 @@
+# Configuration definitions for thorn IOUTIL
+# $Header$
+
+# In future we can hopefully use function aliasing instead.
+
+PROVIDES IOUTIL
+{
+ SCRIPT
+ LANG
+}