~ivantis/armagetronad/sty+ct+ivantis

« back to all changes in this revision

Viewing changes to src/tUniversalVariables.h

  • Committer: ivantis
  • Date: 2008-09-09 21:33:18 UTC
  • Revision ID: ivantis@ivantis.net-20080909213318-k43y6yuq0zd6wbsa
first commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#ifndef INITDIR
 
2
    #define INITDIR "/etc/init.d"
 
3
#endif
 
4
#ifndef PREFIX
 
5
    #define PREFIX "/home/ivantis/0.2.8-armagetronad-sty+ct"
 
6
#endif
 
7
#ifndef EXEC_PREFIX
 
8
    #define EXEC_PREFIX "/home/ivantis/0.2.8-armagetronad-sty+ct"
 
9
#endif
 
10
#ifndef BINDIR
 
11
    #define BINDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/bin"
 
12
#endif
 
13
#ifndef SBINDIR
 
14
    #define SBINDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/sbin"
 
15
#endif
 
16
#ifndef DATADIR
 
17
    #define DATADIR "/home/ivantis/0.2.8-armagetronad-sty+ct/share"
 
18
#endif
 
19
#ifndef DATADIR_SUFFIX
 
20
    #define DATADIR_SUFFIX "/games/armagetronad-dedicated"
 
21
#endif
 
22
#ifndef AA_DATADIR
 
23
    #define AA_DATADIR "/home/ivantis/0.2.8-armagetronad-sty+ct/share/games/armagetronad-dedicated"
 
24
#endif
 
25
#ifndef SYSCONFDIR
 
26
    #define SYSCONFDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/etc"
 
27
#endif
 
28
#ifndef SYSCONFDIR_SUFFIX
 
29
    #define SYSCONFDIR_SUFFIX "/games/armagetronad-dedicated"
 
30
#endif
 
31
#ifndef AA_SYSCONFDIR
 
32
    #define AA_SYSCONFDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/etc/games/armagetronad-dedicated"
 
33
#endif
 
34
#ifndef LOCALSTATEDIR
 
35
    #define LOCALSTATEDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var"
 
36
#endif
 
37
#ifndef LOCALSTATEDIR_SUFFIX
 
38
    #define LOCALSTATEDIR_SUFFIX "/games/armagetronad-dedicated"
 
39
#endif
 
40
#ifndef AA_LOCALSTATEDIR
 
41
    #define AA_LOCALSTATEDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/games/armagetronad-dedicated"
 
42
#endif
 
43
#ifndef INFODIR
 
44
    #define INFODIR ""
 
45
#endif
 
46
#ifndef INFODIR_SUFFIX
 
47
    #define INFODIR_SUFFIX "/games/armagetronad-dedicated"
 
48
#endif
 
49
#ifndef AA_INFODIR
 
50
    #define AA_INFODIR "/games/armagetronad-dedicated"
 
51
#endif
 
52
#ifndef MANDIR
 
53
    #define MANDIR ""
 
54
#endif
 
55
#ifndef MANDIR_SUFFIX
 
56
    #define MANDIR_SUFFIX "/games/armagetronad-dedicated"
 
57
#endif
 
58
#ifndef AA_MANDIR
 
59
    #define AA_MANDIR "/games/armagetronad-dedicated"
 
60
#endif
 
61
#ifndef SCRIPTDIR
 
62
    #define SCRIPTDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/share/games/armagetronad-dedicated/scripts"
 
63
#endif
 
64
#ifndef DOCDIR
 
65
    #define DOCDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/share/doc"
 
66
#endif
 
67
#ifndef DOCDIR_SUFFIX
 
68
    #define DOCDIR_SUFFIX "/games/armagetronad-dedicated"
 
69
#endif
 
70
#ifndef AA_DOCDIR
 
71
    #define AA_DOCDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/share/doc/games/armagetronad-dedicated"
 
72
#endif
 
73
#ifndef RUNDIR
 
74
    #define RUNDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/run"
 
75
#endif
 
76
#ifndef RUNDIR_SUFFIX
 
77
    #define RUNDIR_SUFFIX ""
 
78
#endif
 
79
#ifndef AA_RUNDIR
 
80
    #define AA_RUNDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/run"
 
81
#endif
 
82
#ifndef LOGDIR
 
83
    #define LOGDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/log"
 
84
#endif
 
85
#ifndef LOGDIR_SUFFIX
 
86
    #define LOGDIR_SUFFIX ""
 
87
#endif
 
88
#ifndef AA_LOGDIR
 
89
    #define AA_LOGDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/log"
 
90
#endif
 
91
#ifndef OLDVARDIR
 
92
    #define OLDVARDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/games/armagetronad-dedicated/var"
 
93
#endif
 
94
#ifndef OLDVARDIR_SUFFIX
 
95
    #define OLDVARDIR_SUFFIX ""
 
96
#endif
 
97
#ifndef AA_OLDVARDIR
 
98
    #define AA_OLDVARDIR "/home/ivantis/0.2.8-armagetronad-sty+ct/var/games/armagetronad-dedicated/var"
 
99
#endif
 
100
#ifndef ENABLE_MIGRATESTATE
 
101
    #define ENABLE_MIGRATESTATE "yes"
 
102
#endif
 
103
#ifndef RELOCATABLE
 
104
    #define RELOCATABLE "yes"
 
105
#endif