diff options
| author | Dusan Durech <dusan@debian.debian> | 2009-04-14 21:31:51 +0200 |
|---|---|---|
| committer | Dusan Durech <dusan@debian.debian> | 2009-04-14 21:31:51 +0200 |
| commit | 231398a3491a2ce87ddf09a1c797d05338519f81 (patch) | |
| tree | d85890ad93d39a777c788b1546595ba7657d573b /src | |
| parent | 6173c73b0322057589c498fc31dbf1d0876e6fe3 (diff) | |
git rm ./src/base/path.h
Diffstat (limited to 'src')
| -rw-r--r-- | src/base/path.h | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/src/base/path.h b/src/base/path.h deleted file mode 100644 index 155d0ac..0000000 --- a/src/base/path.h +++ /dev/null @@ -1,28 +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 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 |