diff options
| author | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-03 14:18:40 +0100 |
|---|---|---|
| committer | Tomas Chvatal <scarabeus@gentoo.org> | 2009-03-03 14:18:40 +0100 |
| commit | edff59279f6c25855a9d01769699ca0ffcfa4166 (patch) | |
| tree | 3560d64183aada545666141c12fc067f971ce291 /build/src/base | |
| parent | 25a5462dca99b0f8317e6a08194a56dd5fe1a458 (diff) | |
OOps...
Diffstat (limited to 'build/src/base')
| -rw-r--r-- | build/src/base/path.h | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/build/src/base/path.h b/build/src/base/path.h deleted file mode 100644 index cb3966d..0000000 --- a/build/src/base/path.h +++ /dev/null @@ -1,29 +0,0 @@ - -#ifndef PATH_H -/* #undef USE_MAGICK */ - #define TUXANCI_VERSION "0.21.99" - #define PATH_H - #define PREFIX "/usr/local" - #ifdef PUBLIC_SERVER - #define APPNAME "tuxanci-server" - #define SERVER_CONFIG "/etc" "/" APPNAME "/server.conf" - #else - #define APPNAME "tuxanci" - #endif - #define PATH_DIR "/usr/local/share" "/" APPNAME "/" - // windows bug - #ifndef __WIN32__ - #define PATH_MODULES "/usr/local/lib" "/" APPNAME "/" - #else - #define PATH_MODULES PREFIX - #endif - #define PATH_IMAGE PATH_DIR "images/" - #define FONT_FILE "/usr/local/share/tuxanci/font/DejaVuSans.ttf" - #define PATH_ARENA PATH_DIR "arena/" - #define PATH_SOUND PATH_DIR "sound/" - #define PATH_MUSIC PATH_DIR "music/" - #define PATH_LOCALE "/usr/local/share/locale" "/" - #define PATH_DOC "/usr/local/share/doc/tuxanci" "/" - #define PACKAGE "tuxanci" - #include "main.h" -#endif |