1 |
/* |
2 |
* patch.h |
3 |
* header file for adding patches to Eggdrop's version string |
4 |
* |
5 |
* PLACE YOUR PATCHES HERE... |
6 |
* |
7 |
* HOW TO DO IT: |
8 |
* |
9 |
* replace a *** PATCH GOES HERE *** line with a patch("patchname"); |
10 |
* statement, leave the rest of the file alone, this allows better |
11 |
* overlapping patches. |
12 |
* |
13 |
* $Id: patch.h,v 1.10 2010/10/14 09:49:47 pseudo Exp $ |
14 |
*/ |
15 |
/* |
16 |
* Copyright (C) 1997 Robey Pointer |
17 |
* Copyright (C) 1999 - 2010 Eggheads Development Team |
18 |
* |
19 |
* This program is free software; you can redistribute it and/or |
20 |
* modify it under the terms of the GNU General Public License |
21 |
* as published by the Free Software Foundation; either version 2 |
22 |
* of the License, or (at your option) any later version. |
23 |
* |
24 |
* This program is distributed in the hope that it will be useful, |
25 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
26 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
27 |
* GNU General Public License for more details. |
28 |
* |
29 |
* You should have received a copy of the GNU General Public License |
30 |
* along with this program; if not, write to the Free Software |
31 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
32 |
*/ |
33 |
#ifndef _EGG_PATCH_H |
34 |
#define _EGG_PATCH_H |
35 |
/* |
36 |
* |
37 |
* |
38 |
*/ |
39 |
patch("CVS"); /* CVS version */ |
40 |
/* |
41 |
* |
42 |
* |
43 |
*/ |
44 |
patch("1287489296"); /* current unixtime */ |
45 |
/* |
46 |
* |
47 |
* |
48 |
*/ |
49 |
patch("tls"); |
50 |
/* |
51 |
* |
52 |
* |
53 |
*/ |
54 |
/* PATCH GOES HERE */ |
55 |
/* |
56 |
* |
57 |
* |
58 |
*/ |
59 |
/* PATCH GOES HERE */ |
60 |
/* |
61 |
* |
62 |
* |
63 |
*/ |
64 |
/* PATCH GOES HERE */ |
65 |
/* |
66 |
* |
67 |
* |
68 |
*/ |
69 |
/* PATCH GOES HERE */ |
70 |
/* |
71 |
* |
72 |
* |
73 |
*/ |
74 |
/* PATCH GOES HERE */ |
75 |
/* |
76 |
* |
77 |
* |
78 |
*/ |
79 |
/* PATCH GOES HERE */ |
80 |
/* |
81 |
* |
82 |
* |
83 |
*/ |
84 |
/* PATCH GOES HERE */ |
85 |
/* |
86 |
* |
87 |
* |
88 |
*/ |
89 |
/* PATCH GOES HERE */ |
90 |
/* |
91 |
* |
92 |
* |
93 |
*/ |
94 |
/* PATCH GOES HERE */ |
95 |
/* |
96 |
* |
97 |
* |
98 |
*/ |
99 |
/* PATCH GOES HERE */ |
100 |
/* |
101 |
* |
102 |
* |
103 |
*/ |
104 |
/* PATCH GOES HERE */ |
105 |
/* |
106 |
* |
107 |
* |
108 |
*/ |
109 |
/* PATCH GOES HERE */ |
110 |
/* |
111 |
* |
112 |
* |
113 |
*/ |
114 |
/* PATCH GOES HERE */ |
115 |
/* |
116 |
* |
117 |
* |
118 |
*/ |
119 |
/* PATCH GOES HERE */ |
120 |
/* |
121 |
* |
122 |
* |
123 |
*/ |
124 |
/* PATCH GOES HERE */ |
125 |
/* |
126 |
* |
127 |
* |
128 |
*/ |
129 |
/* PATCH GOES HERE */ |
130 |
/* |
131 |
* |
132 |
* |
133 |
*/ |
134 |
/* PATCH GOES HERE */ |
135 |
/* |
136 |
* |
137 |
* |
138 |
*/ |
139 |
/* PATCH GOES HERE */ |
140 |
/* |
141 |
* |
142 |
* |
143 |
*/ |
144 |
/* PATCH GOES HERE */ |
145 |
/* |
146 |
* |
147 |
* |
148 |
*/ |
149 |
/* PATCH GOES HERE */ |
150 |
/* |
151 |
* |
152 |
* |
153 |
*/ |
154 |
/* PATCH GOES HERE */ |
155 |
/* |
156 |
* |
157 |
* |
158 |
*/ |
159 |
/* PATCH GOES HERE */ |
160 |
/* |
161 |
* |
162 |
* |
163 |
*/ |
164 |
/* PATCH GOES HERE */ |
165 |
/* |
166 |
* |
167 |
* |
168 |
*/ |
169 |
/* PATCH GOES HERE */ |
170 |
/* |
171 |
* |
172 |
* |
173 |
*/ |
174 |
/* PATCH GOES HERE */ |
175 |
/* |
176 |
* |
177 |
* |
178 |
*/ |
179 |
/* PATCH GOES HERE */ |
180 |
/* |
181 |
* |
182 |
* |
183 |
*/ |
184 |
/* PATCH GOES HERE */ |
185 |
/* |
186 |
* |
187 |
* |
188 |
*/ |
189 |
/* PATCH GOES HERE */ |
190 |
/* |
191 |
* |
192 |
* |
193 |
*/ |
194 |
/* PATCH GOES HERE */ |
195 |
/* |
196 |
* |
197 |
* |
198 |
*/ |
199 |
/* if that's not enough, maybe you should release a new version :) */ |
200 |
#endif /* _EGG_PATCH_H */ |