summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorPeter Baumann <p.baumann@jacobs-university.de>2010-07-22 18:40:58 +0200
committerwww-data <www-data@ubuntu.localdomain>2010-07-22 18:59:27 +0200
commit0668e010113735594a2c570c6f1d890fed78337f (patch)
treecdeebd51daa6da90d21488292b6225ebca163034 /include
parent6266bdb85ce90b10e2ae791d747d5dcaf3bbe77a (diff)
downloadrasdaman-upstream-0668e010113735594a2c570c6f1d890fed78337f.tar.gz
rasdaman-upstream-0668e010113735594a2c570c6f1d890fed78337f.tar.xz
rasdaman-upstream-0668e010113735594a2c570c6f1d890fed78337f.zip
PB: file path cleanup, such as removing RMANHOME variable usage
Diffstat (limited to 'include')
-rw-r--r--include/globals.hh7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/globals.hh b/include/globals.hh
index bfd0b28..47df1a8 100644
--- a/include/globals.hh
+++ b/include/globals.hh
@@ -49,9 +49,6 @@ rasdaman GmbH.
/// default rasmgr listen port
#define DEFAULT_PORT 7001
-/// name of env var pointing to rasdaman home dir (ex: "/opt/rasdaman")
-#define RMANHOME_VAR "RMANHOME"
-
/// default name of server machine, if gethostname() fails
#define DEFAULT_HOSTNAME "localhost"
@@ -66,10 +63,6 @@ rasdaman GmbH.
/// default password for this user
#define DEFAULT_PASSWD "rasguest"
-/// server log directory
-#define LOGDIR "/log"
-/// server alternative log directory, if RMANHOME not specified, defined via autoconf/automake
-#define ALT_LOGDIR ABSOLUTE_LOG_DIR
/// log file suffix
#define LOG_SUFFIX "log"