summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xCVSROOT/cfg.pm16
1 files changed, 10 insertions, 6 deletions
diff --git a/CVSROOT/cfg.pm b/CVSROOT/cfg.pm
index 7c6a05c..21b8cee 100755
--- a/CVSROOT/cfg.pm
+++ b/CVSROOT/cfg.pm
@@ -10,14 +10,18 @@
package cfg;
use strict;
-use vars qw(%TEMPLATE_HEADERS);
+use vars qw($DEBUG $TMPDIR %TEMPLATE_HEADERS);
-############################################################
-#
-# Configurable options
-#
-############################################################
+######################
+### global options ###
+######################
+
+# Debug level, 0 = off, 1 = on.
+$DEBUG = 0;
+
+# Location of temporary directory.
+$TMPDIR = "/tmp/";
################
OpenPOWER on IntegriCloud