From dd0c56d782f2442d7be5b2195cce0395660c8fb5 Mon Sep 17 00:00:00 2001 From: goodale Date: Sat, 27 Mar 2004 16:04:43 +0000 Subject: 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 --- configuration.ccl | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 configuration.ccl 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 +} -- cgit v1.2.3