summaryrefslogtreecommitdiffstats
path: root/rasmgr
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-04-01 12:29:35 +0200
committercostea <costea@ubuntu.ubuntu-domain>2010-06-08 13:30:51 +0200
commitfb117f752543f0c8c267c7794f64a74874472174 (patch)
treecdd960fedc9393325ddf77caad06f1a19b660a7f /rasmgr
parente8c326b8050907fdddaa43c8d97328f05e9e4f27 (diff)
downloadrasdaman-upstream-fb117f752543f0c8c267c7794f64a74874472174.tar.gz
rasdaman-upstream-fb117f752543f0c8c267c7794f64a74874472174.tar.xz
rasdaman-upstream-fb117f752543f0c8c267c7794f64a74874472174.zip
PB: bug fix: still change NO_OFFICIAL_RELEASE -> RMANDEBUG
Diffstat (limited to 'rasmgr')
-rw-r--r--rasmgr/rasmgr_config.hh2
1 files changed, 1 insertions, 1 deletions
diff --git a/rasmgr/rasmgr_config.hh b/rasmgr/rasmgr_config.hh
index 7ed1a99..0ed4d32 100644
--- a/rasmgr/rasmgr_config.hh
+++ b/rasmgr/rasmgr_config.hh
@@ -110,7 +110,7 @@ class Configuration
CommandLineParser &cmlInter;
CommandLineParameter &cmlHelp, &cmlHostName, &cmlPort, &cmlPollFrequ;
CommandLineParameter &cmlMaster, &cmlMasterPort, &cmlName, &cmlQuiet;
-#ifdef NO_OFFICIAL_RELEASE
+#ifdef RMANDEBUG
CommandLineParameter &cmlTest, &cmlDSup, &cmlRandTest, &cmlRth, &cmlMultiWT;
#endif
};