ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
(Generate patch)

Comparing ircd-hybrid/trunk/src/conf_parser.h (file contents):
Revision 2228 by michael, Thu Jun 13 19:46:30 2013 UTC vs.
Revision 2244 by michael, Sat Jun 15 22:08:10 2013 UTC

# Line 193 | Line 193 | extern int yydebug;
193       SPOOF_NOTICE = 402,
194       SQUIT = 403,
195       SSL_CERTIFICATE_FILE = 404,
196 <     SSL_DH_PARAM_FILE = 405,
197 <     STATS_E_DISABLED = 406,
198 <     STATS_I_OPER_ONLY = 407,
199 <     STATS_K_OPER_ONLY = 408,
200 <     STATS_O_OPER_ONLY = 409,
201 <     STATS_P_OPER_ONLY = 410,
202 <     T_ALL = 411,
203 <     T_BOTS = 412,
204 <     T_CALLERID = 413,
205 <     T_CCONN = 414,
206 <     T_CLUSTER = 415,
207 <     T_DEAF = 416,
208 <     T_DEBUG = 417,
209 <     T_DLINE = 418,
210 <     T_EXTERNAL = 419,
211 <     T_FARCONNECT = 420,
212 <     T_FILE = 421,
213 <     T_FINGERPRINT = 422,
196 >     SSL_CERTIFICATE_FINGERPRINT = 405,
197 >     SSL_DH_PARAM_FILE = 406,
198 >     STATS_E_DISABLED = 407,
199 >     STATS_I_OPER_ONLY = 408,
200 >     STATS_K_OPER_ONLY = 409,
201 >     STATS_O_OPER_ONLY = 410,
202 >     STATS_P_OPER_ONLY = 411,
203 >     T_ALL = 412,
204 >     T_BOTS = 413,
205 >     T_CALLERID = 414,
206 >     T_CCONN = 415,
207 >     T_CLUSTER = 416,
208 >     T_DEAF = 417,
209 >     T_DEBUG = 418,
210 >     T_DLINE = 419,
211 >     T_EXTERNAL = 420,
212 >     T_FARCONNECT = 421,
213 >     T_FILE = 422,
214       T_FULL = 423,
215       T_GLOBOPS = 424,
216       T_INVISIBLE = 425,
# Line 417 | Line 417 | extern int yydebug;
417   #define SPOOF_NOTICE 402
418   #define SQUIT 403
419   #define SSL_CERTIFICATE_FILE 404
420 < #define SSL_DH_PARAM_FILE 405
421 < #define STATS_E_DISABLED 406
422 < #define STATS_I_OPER_ONLY 407
423 < #define STATS_K_OPER_ONLY 408
424 < #define STATS_O_OPER_ONLY 409
425 < #define STATS_P_OPER_ONLY 410
426 < #define T_ALL 411
427 < #define T_BOTS 412
428 < #define T_CALLERID 413
429 < #define T_CCONN 414
430 < #define T_CLUSTER 415
431 < #define T_DEAF 416
432 < #define T_DEBUG 417
433 < #define T_DLINE 418
434 < #define T_EXTERNAL 419
435 < #define T_FARCONNECT 420
436 < #define T_FILE 421
437 < #define T_FINGERPRINT 422
420 > #define SSL_CERTIFICATE_FINGERPRINT 405
421 > #define SSL_DH_PARAM_FILE 406
422 > #define STATS_E_DISABLED 407
423 > #define STATS_I_OPER_ONLY 408
424 > #define STATS_K_OPER_ONLY 409
425 > #define STATS_O_OPER_ONLY 410
426 > #define STATS_P_OPER_ONLY 411
427 > #define T_ALL 412
428 > #define T_BOTS 413
429 > #define T_CALLERID 414
430 > #define T_CCONN 415
431 > #define T_CLUSTER 416
432 > #define T_DEAF 417
433 > #define T_DEBUG 418
434 > #define T_DLINE 419
435 > #define T_EXTERNAL 420
436 > #define T_FARCONNECT 421
437 > #define T_FILE 422
438   #define T_FULL 423
439   #define T_GLOBOPS 424
440   #define T_INVISIBLE 425

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)