~ivantis/armagetronad/sty+ct+ivantis

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