aboutsummaryrefslogtreecommitdiff
path: root/configuration.ccl
diff options
context:
space:
mode:
authorgoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-03-27 16:04:45 +0000
committergoodale <goodale@b61c5cb5-eaca-4651-9a7a-d64986f99364>2004-03-27 16:04:45 +0000
commit7a8b86cf826c9d8646fc31930acb3e889e7a28b6 (patch)
treed625c0a32fca67c0362dbdc75e5f27fdb26711f2 /configuration.ccl
parent4236ecbf9eb49f63177d7329109e74b4f7336df9 (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/CactusPUGH/PUGH/trunk@434 b61c5cb5-eaca-4651-9a7a-d64986f99364
Diffstat (limited to 'configuration.ccl')
-rw-r--r--configuration.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/configuration.ccl b/configuration.ccl
new file mode 100644
index 0000000..27cda50
--- /dev/null
+++ b/configuration.ccl
@@ -0,0 +1,8 @@
+# Configuration definitions for thorn PUGH
+# $Header$
+
+PROVIDES PUGH
+{
+ SCRIPT
+ LANG
+}