aboutsummaryrefslogtreecommitdiff
path: root/param.ccl
diff options
context:
space:
mode:
authortradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-11-12 21:22:40 +0000
committertradke <tradke@1faa4e14-9dd3-4be0-9f0e-ffe519881164>2001-11-12 21:22:40 +0000
commit94e4993218a3673057dcf91e4e5e66eeff771c01 (patch)
tree3234a8e56b9f6f761cb70d2835d9a2e86020cd69 /param.ccl
parente99c324ec8dccbfab747c1e0ebc27ef1429531bb (diff)
Announce the HTTPD server URL into an HTML file "server_url.html" in directory
HTPPD::announce_server_url_outdir if parameter HTTPD::announce_server_url was set to "yes". This is a dirty hack for SC'01 which will probably be taken back soon. git-svn-id: http://svn.cactuscode.org/arrangements/CactusConnect/HTTPD/trunk@137 1faa4e14-9dd3-4be0-9f0e-ffe519881164
Diffstat (limited to 'param.ccl')
-rw-r--r--param.ccl9
1 files changed, 9 insertions, 0 deletions
diff --git a/param.ccl b/param.ccl
index 2bf9e78..2a0cb9e 100644
--- a/param.ccl
+++ b/param.ccl
@@ -60,6 +60,15 @@ BOOLEAN use_pthreads "Use a threaded implementation if possible ?"
{
} "no"
+BOOLEAN announce_server_url "Announce HTTPD server URL into an HTML file ?"
+{
+} "no"
+
+STRING announce_server_url_outdir "Where to write the HTTPD server URL HTML file to ?"
+{
+ ".+" :: "Any string"
+} "."
+
##################################################################
# Tuning parameters