summaryrefslogtreecommitdiff
path: root/src/base/path.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/base/path.h')
-rw-r--r--src/base/path.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/base/path.h b/src/base/path.h
index 346f71d..75a2f55 100644
--- a/src/base/path.h
+++ b/src/base/path.h
@@ -9,8 +9,8 @@
#ifndef __WIN32__
#define PREFIX "/usr/local"
#else
+ #define PREFIX ".."
#endif
-#define PREFIX ".."
#endif
#ifndef PUBLIC_SERVER
@@ -27,7 +27,7 @@
#define SERVER_CONFIG "/etc/tuxanci-ng-server/server.conf"
#else
#define PATH_MODULES PREFIX "/bin"
- #define SERVER_CONFIG PREFIX "/etc/tuxanci-ng-server/server.conf"
+ #define SERVER_CONFIG PREFIX "/etc/tuxanci-ng-server/server.conf"
#endif
#endif