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.180 2000/07/01 06:28:03 guppy Exp $ |
14 |
*/ |
15 |
/* |
16 |
* Copyright (C) 1997 Robey Pointer |
17 |
* Copyright (C) 1999, 2000 Eggheads |
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 beta version */ |
40 |
/* |
41 |
* |
42 |
*/ |
43 |
patch("962579977"); /* current unixtime */ |
44 |
/* |
45 |
* |
46 |
*/ |
47 |
patch("who_recheck"); |
48 |
/* |
49 |
* |
50 |
*/ |
51 |
/* PATCH GOES HERE */ |
52 |
/* |
53 |
* |
54 |
* |
55 |
*/ |
56 |
/* PATCH GOES HERE */ |
57 |
/* |
58 |
* |
59 |
* |
60 |
*/ |
61 |
/* PATCH GOES HERE */ |
62 |
/* |
63 |
* |
64 |
* |
65 |
*/ |
66 |
/* PATCH GOES HERE */ |
67 |
/* |
68 |
* |
69 |
* |
70 |
*/ |
71 |
/* PATCH GOES HERE */ |
72 |
/* |
73 |
* |
74 |
* |
75 |
*/ |
76 |
/* PATCH GOES HERE */ |
77 |
/* |
78 |
* |
79 |
* |
80 |
*/ |
81 |
/* PATCH GOES HERE */ |
82 |
/* |
83 |
* |
84 |
* |
85 |
*/ |
86 |
/* PATCH GOES HERE */ |
87 |
/* |
88 |
* |
89 |
* |
90 |
*/ |
91 |
/* PATCH GOES HERE */ |
92 |
/* |
93 |
* |
94 |
* |
95 |
*/ |
96 |
/* PATCH GOES HERE */ |
97 |
/* |
98 |
* |
99 |
* |
100 |
*/ |
101 |
/* PATCH GOES HERE */ |
102 |
/* |
103 |
* |
104 |
* |
105 |
*/ |
106 |
/* PATCH GOES HERE */ |
107 |
/* |
108 |
* |
109 |
* |
110 |
*/ |
111 |
/* PATCH GOES HERE */ |
112 |
/* |
113 |
* |
114 |
* |
115 |
*/ |
116 |
/* PATCH GOES HERE */ |
117 |
/* |
118 |
* |
119 |
* |
120 |
*/ |
121 |
/* PATCH GOES HERE */ |
122 |
/* |
123 |
* |
124 |
* |
125 |
*/ |
126 |
/* PATCH GOES HERE */ |
127 |
/* |
128 |
* |
129 |
* |
130 |
*/ |
131 |
/* PATCH GOES HERE */ |
132 |
/* |
133 |
* |
134 |
* |
135 |
*/ |
136 |
/* PATCH GOES HERE */ |
137 |
/* |
138 |
* |
139 |
* |
140 |
*/ |
141 |
/* PATCH GOES HERE */ |
142 |
/* |
143 |
* |
144 |
* |
145 |
*/ |
146 |
/* PATCH GOES HERE */ |
147 |
/* |
148 |
* |
149 |
* |
150 |
*/ |
151 |
/* PATCH GOES HERE */ |
152 |
/* |
153 |
* |
154 |
* |
155 |
*/ |
156 |
/* PATCH GOES HERE */ |
157 |
/* |
158 |
* |
159 |
* |
160 |
*/ |
161 |
/* PATCH GOES HERE */ |
162 |
/* |
163 |
* |
164 |
* |
165 |
*/ |
166 |
/* PATCH GOES HERE */ |
167 |
/* |
168 |
* |
169 |
* |
170 |
*/ |
171 |
/* PATCH GOES HERE */ |
172 |
/* |
173 |
* |
174 |
* |
175 |
*/ |
176 |
/* PATCH GOES HERE */ |
177 |
/* |
178 |
* |
179 |
* |
180 |
*/ |
181 |
/* PATCH GOES HERE */ |
182 |
/* |
183 |
* |
184 |
* |
185 |
*/ |
186 |
/* PATCH GOES HERE */ |
187 |
/* |
188 |
* |
189 |
* |
190 |
*/ |
191 |
/* PATCH GOES HERE */ |
192 |
/* |
193 |
* |
194 |
* |
195 |
*/ |
196 |
/* if that's not enough, maybe you should release a new version :) */ |
197 |
#endif /* _EGG_PATCH_H */ |