summaryrefslogtreecommitdiff
path: root/src/base/path.h
diff options
context:
space:
mode:
authororoborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-06 21:27:30 +0000
committeroroborus <oroborus@0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e>2008-07-06 21:27:30 +0000
commit24eaa3195f6f7ab7f8dbf68ba6ccb5340df7d2a8 (patch)
tree95e2eb3410bc67b2433d87e9d5ef8a6eaed8cd99 /src/base/path.h
parent45a3bb2fa9515cfc487653c31abf630f83881026 (diff)
- oprava warnningov
- tux zomrie ked pri nom vybuchne bomba - AI videt na radare - server si nacitava konfiguraciu z /etc/tuxanci-ng-server/server.conf git-svn-id: http://opensvn.csie.org/tuxanci_ng@113 0ee4d065-81f0-4d1e-b06c-ff20ad07cc3e
Diffstat (limited to 'src/base/path.h')
-rw-r--r--src/base/path.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/base/path.h b/src/base/path.h
index b20c1f0..783fc6c 100644
--- a/src/base/path.h
+++ b/src/base/path.h
@@ -17,6 +17,8 @@
#ifdef PUBLIC_SERVER
#define PATH_DIR PREFIX "/share/tuxanci-ng-server/"
#define PATH_MODULES PREFIX "/lib/tuxanci-ng-server/"
+ #define SERVER_CONFIG "/etc/tuxanci-ng-server/server.conf"
+
#endif
#define PATH_IMAGE PATH_DIR "image/"