ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid-8/src/conf_parser.h
Revision: 1156
Committed: Tue Aug 9 20:29:20 2011 UTC (14 years ago) by michael
Content type: text/x-chdr
Original Path: ircd-hybrid-8/src/ircd_parser.h
File size: 14170 byte(s)
Log Message:
- create ircd-hybrid-8 "branch"

File Contents

# User Rev Content
1 michael 1133 /* A Bison parser, made by GNU Bison 2.5. */
2 michael 913
3 michael 1133 /* Bison interface for Yacc-like parsers in C
4 michael 967
5 michael 1133 Copyright (C) 1984, 1989-1990, 2000-2011 Free Software Foundation, Inc.
6 michael 967
7     This program is free software: you can redistribute it and/or modify
8 michael 913 it under the terms of the GNU General Public License as published by
9 michael 967 the Free Software Foundation, either version 3 of the License, or
10     (at your option) any later version.
11    
12 michael 913 This program is distributed in the hope that it will be useful,
13     but WITHOUT ANY WARRANTY; without even the implied warranty of
14     MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15     GNU General Public License for more details.
16 michael 967
17 michael 913 You should have received a copy of the GNU General Public License
18 michael 967 along with this program. If not, see <http://www.gnu.org/licenses/>. */
19 michael 913
20     /* As a special exception, you may create a larger work that contains
21     part or all of the Bison parser skeleton and distribute that work
22     under terms of your choice, so long as that work isn't itself a
23     parser generator using the skeleton or a modified version thereof
24     as a parser skeleton. Alternatively, if you modify or redistribute
25     the parser skeleton itself, you may (at your option) remove this
26     special exception, which will cause the skeleton and the resulting
27     Bison output files to be licensed under the GNU General Public
28     License without this special exception.
29 michael 967
30 michael 913 This special exception was added by the Free Software Foundation in
31     version 2.2 of Bison. */
32    
33 michael 967
34 michael 913 /* Tokens. */
35     #ifndef YYTOKENTYPE
36     # define YYTOKENTYPE
37     /* Put the tokens into the symbol table, so that GDB and other debuggers
38     know about them. */
39     enum yytokentype {
40     ACCEPT_PASSWORD = 258,
41     ACTION = 259,
42     ADMIN = 260,
43     AFTYPE = 261,
44     T_ALLOW = 262,
45     ANTI_NICK_FLOOD = 263,
46     ANTI_SPAM_EXIT_MESSAGE_TIME = 264,
47     AUTOCONN = 265,
48     T_BLOCK = 266,
49     BURST_AWAY = 267,
50     BURST_TOPICWHO = 268,
51     BYTES = 269,
52     KBYTES = 270,
53     MBYTES = 271,
54     GBYTES = 272,
55     TBYTES = 273,
56     CALLER_ID_WAIT = 274,
57     CAN_FLOOD = 275,
58     CAN_IDLE = 276,
59     CHANNEL = 277,
60     CIDR_BITLEN_IPV4 = 278,
61     CIDR_BITLEN_IPV6 = 279,
62     CIPHER_PREFERENCE = 280,
63     CLASS = 281,
64     COMPRESSED = 282,
65     COMPRESSION_LEVEL = 283,
66     CONNECT = 284,
67     CONNECTFREQ = 285,
68     CRYPTLINK = 286,
69     DEFAULT_CIPHER_PREFERENCE = 287,
70     DEFAULT_FLOODCOUNT = 288,
71     DEFAULT_SPLIT_SERVER_COUNT = 289,
72     DEFAULT_SPLIT_USER_COUNT = 290,
73     DENY = 291,
74     DESCRIPTION = 292,
75     DIE = 293,
76     DISABLE_AUTH = 294,
77     DISABLE_FAKE_CHANNELS = 295,
78     DISABLE_HIDDEN = 296,
79     DISABLE_LOCAL_CHANNELS = 297,
80     DISABLE_REMOTE_COMMANDS = 298,
81 michael 1072 DOTS_IN_IDENT = 299,
82     DURATION = 300,
83     EGDPOOL_PATH = 301,
84     EMAIL = 302,
85     ENABLE = 303,
86     ENCRYPTED = 304,
87     EXCEED_LIMIT = 305,
88     EXEMPT = 306,
89     FAILED_OPER_NOTICE = 307,
90 michael 1118 IRCD_FLAGS = 308,
91     FLATTEN_LINKS = 309,
92     FFAILED_OPERLOG = 310,
93     FKILLLOG = 311,
94     FKLINELOG = 312,
95     FGLINELOG = 313,
96     FIOERRLOG = 314,
97     FOPERLOG = 315,
98     FOPERSPYLOG = 316,
99     FUSERLOG = 317,
100     GECOS = 318,
101     GENERAL = 319,
102     GLINE = 320,
103     GLINES = 321,
104     GLINE_EXEMPT = 322,
105     GLINE_LOG = 323,
106     GLINE_TIME = 324,
107     GLINE_MIN_CIDR = 325,
108     GLINE_MIN_CIDR6 = 326,
109     GLOBAL_KILL = 327,
110     IRCD_AUTH = 328,
111     NEED_IDENT = 329,
112     HAVENT_READ_CONF = 330,
113     HIDDEN = 331,
114     HIDDEN_ADMIN = 332,
115     HIDDEN_NAME = 333,
116     HIDDEN_OPER = 334,
117     HIDE_SERVER_IPS = 335,
118     HIDE_SERVERS = 336,
119     HIDE_SPOOF_IPS = 337,
120     HOST = 338,
121     HUB = 339,
122     HUB_MASK = 340,
123     IDLETIME = 341,
124     IGNORE_BOGUS_TS = 342,
125     INVISIBLE_ON_CONNECT = 343,
126     IP = 344,
127     KILL = 345,
128     KILL_CHASE_TIME_LIMIT = 346,
129     KLINE = 347,
130     KLINE_EXEMPT = 348,
131     KLINE_REASON = 349,
132     KLINE_WITH_REASON = 350,
133     KNOCK_DELAY = 351,
134     KNOCK_DELAY_CHANNEL = 352,
135     LEAF_MASK = 353,
136     LINKS_DELAY = 354,
137     LISTEN = 355,
138     T_LOG = 356,
139     LOGGING = 357,
140     LOG_LEVEL = 358,
141     MAX_ACCEPT = 359,
142     MAX_BANS = 360,
143     MAX_CHANS_PER_USER = 361,
144     MAX_GLOBAL = 362,
145     MAX_IDENT = 363,
146     MAX_LOCAL = 364,
147     MAX_NICK_CHANGES = 365,
148     MAX_NICK_TIME = 366,
149     MAX_NUMBER = 367,
150     MAX_TARGETS = 368,
151     MAX_WATCH = 369,
152     MESSAGE_LOCALE = 370,
153     MIN_NONWILDCARD = 371,
154     MIN_NONWILDCARD_SIMPLE = 372,
155     MODULE = 373,
156     MODULES = 374,
157     NAME = 375,
158     NEED_PASSWORD = 376,
159     NETWORK_DESC = 377,
160     NETWORK_NAME = 378,
161     NICK = 379,
162     NICK_CHANGES = 380,
163     NO_CREATE_ON_SPLIT = 381,
164     NO_JOIN_ON_SPLIT = 382,
165     NO_OPER_FLOOD = 383,
166     NO_TILDE = 384,
167     NOT = 385,
168     NUMBER = 386,
169     NUMBER_PER_IDENT = 387,
170     NUMBER_PER_CIDR = 388,
171     NUMBER_PER_IP = 389,
172     NUMBER_PER_IP_GLOBAL = 390,
173     OPERATOR = 391,
174     OPERS_BYPASS_CALLERID = 392,
175     OPER_LOG = 393,
176     OPER_ONLY_UMODES = 394,
177     OPER_PASS_RESV = 395,
178     OPER_SPY_T = 396,
179     OPER_UMODES = 397,
180     JOIN_FLOOD_COUNT = 398,
181     JOIN_FLOOD_TIME = 399,
182     PACE_WAIT = 400,
183     PACE_WAIT_SIMPLE = 401,
184     PASSWORD = 402,
185     PATH = 403,
186     PING_COOKIE = 404,
187     PING_TIME = 405,
188     PING_WARNING = 406,
189     PORT = 407,
190     QSTRING = 408,
191     QUIET_ON_BAN = 409,
192     REASON = 410,
193     REDIRPORT = 411,
194     REDIRSERV = 412,
195     REGEX_T = 413,
196     REHASH = 414,
197     TREJECT_HOLD_TIME = 415,
198     REMOTE = 416,
199     REMOTEBAN = 417,
200     RESTRICT_CHANNELS = 418,
201     RESTRICTED = 419,
202     RSA_PRIVATE_KEY_FILE = 420,
203     RSA_PUBLIC_KEY_FILE = 421,
204     SSL_CERTIFICATE_FILE = 422,
205     T_SSL_CONNECTION_METHOD = 423,
206     T_SSLV3 = 424,
207     T_TLSV1 = 425,
208     RESV = 426,
209     RESV_EXEMPT = 427,
210     SECONDS = 428,
211     MINUTES = 429,
212     HOURS = 430,
213     DAYS = 431,
214     WEEKS = 432,
215     SENDQ = 433,
216     SEND_PASSWORD = 434,
217     SERVERHIDE = 435,
218     SERVERINFO = 436,
219     SERVLINK_PATH = 437,
220     IRCD_SID = 438,
221     TKLINE_EXPIRE_NOTICES = 439,
222     T_SHARED = 440,
223     T_CLUSTER = 441,
224     TYPE = 442,
225     SHORT_MOTD = 443,
226     SILENT = 444,
227     SPOOF = 445,
228     SPOOF_NOTICE = 446,
229     STATS_E_DISABLED = 447,
230     STATS_I_OPER_ONLY = 448,
231     STATS_K_OPER_ONLY = 449,
232     STATS_O_OPER_ONLY = 450,
233     STATS_P_OPER_ONLY = 451,
234     TBOOL = 452,
235     TMASKED = 453,
236     T_REJECT = 454,
237     TS_MAX_DELTA = 455,
238     TS_WARN_DELTA = 456,
239     TWODOTS = 457,
240     T_ALL = 458,
241     T_BOTS = 459,
242     T_SOFTCALLERID = 460,
243     T_CALLERID = 461,
244     T_CCONN = 462,
245     T_CCONN_FULL = 463,
246     T_CLIENT_FLOOD = 464,
247     T_DEAF = 465,
248     T_DEBUG = 466,
249     T_DRONE = 467,
250     T_EXTERNAL = 468,
251     T_FULL = 469,
252     T_INVISIBLE = 470,
253     T_IPV4 = 471,
254     T_IPV6 = 472,
255     T_LOCOPS = 473,
256     T_LOGPATH = 474,
257     T_L_CRIT = 475,
258     T_L_DEBUG = 476,
259     T_L_ERROR = 477,
260     T_L_INFO = 478,
261     T_L_NOTICE = 479,
262     T_L_TRACE = 480,
263     T_L_WARN = 481,
264     T_MAX_CLIENTS = 482,
265     T_NCHANGE = 483,
266     T_OPERWALL = 484,
267     T_REJ = 485,
268     T_SERVER = 486,
269     T_SERVNOTICE = 487,
270     T_SKILL = 488,
271     T_SPY = 489,
272     T_SSL = 490,
273     T_UMODES = 491,
274     T_UNAUTH = 492,
275     T_UNRESV = 493,
276     T_UNXLINE = 494,
277     T_WALLOP = 495,
278     THROTTLE_TIME = 496,
279     TOPICBURST = 497,
280     TRUE_NO_OPER_FLOOD = 498,
281     TKLINE = 499,
282     TXLINE = 500,
283     TRESV = 501,
284     UNKLINE = 502,
285     USER = 503,
286     USE_EGD = 504,
287     USE_EXCEPT = 505,
288     USE_INVEX = 506,
289     USE_KNOCK = 507,
290     USE_LOGGING = 508,
291     USE_WHOIS_ACTUALLY = 509,
292     VHOST = 510,
293     VHOST6 = 511,
294     XLINE = 512,
295     WARN = 513,
296     WARN_NO_NLINE = 514
297 michael 913 };
298     #endif
299     /* Tokens. */
300     #define ACCEPT_PASSWORD 258
301     #define ACTION 259
302     #define ADMIN 260
303     #define AFTYPE 261
304     #define T_ALLOW 262
305     #define ANTI_NICK_FLOOD 263
306     #define ANTI_SPAM_EXIT_MESSAGE_TIME 264
307     #define AUTOCONN 265
308     #define T_BLOCK 266
309     #define BURST_AWAY 267
310     #define BURST_TOPICWHO 268
311     #define BYTES 269
312     #define KBYTES 270
313     #define MBYTES 271
314     #define GBYTES 272
315     #define TBYTES 273
316     #define CALLER_ID_WAIT 274
317     #define CAN_FLOOD 275
318     #define CAN_IDLE 276
319     #define CHANNEL 277
320     #define CIDR_BITLEN_IPV4 278
321     #define CIDR_BITLEN_IPV6 279
322     #define CIPHER_PREFERENCE 280
323     #define CLASS 281
324     #define COMPRESSED 282
325     #define COMPRESSION_LEVEL 283
326     #define CONNECT 284
327     #define CONNECTFREQ 285
328     #define CRYPTLINK 286
329     #define DEFAULT_CIPHER_PREFERENCE 287
330     #define DEFAULT_FLOODCOUNT 288
331     #define DEFAULT_SPLIT_SERVER_COUNT 289
332     #define DEFAULT_SPLIT_USER_COUNT 290
333     #define DENY 291
334     #define DESCRIPTION 292
335     #define DIE 293
336     #define DISABLE_AUTH 294
337     #define DISABLE_FAKE_CHANNELS 295
338     #define DISABLE_HIDDEN 296
339     #define DISABLE_LOCAL_CHANNELS 297
340     #define DISABLE_REMOTE_COMMANDS 298
341 michael 1072 #define DOTS_IN_IDENT 299
342     #define DURATION 300
343     #define EGDPOOL_PATH 301
344     #define EMAIL 302
345     #define ENABLE 303
346     #define ENCRYPTED 304
347     #define EXCEED_LIMIT 305
348     #define EXEMPT 306
349     #define FAILED_OPER_NOTICE 307
350 michael 1118 #define IRCD_FLAGS 308
351     #define FLATTEN_LINKS 309
352     #define FFAILED_OPERLOG 310
353     #define FKILLLOG 311
354     #define FKLINELOG 312
355     #define FGLINELOG 313
356     #define FIOERRLOG 314
357     #define FOPERLOG 315
358     #define FOPERSPYLOG 316
359     #define FUSERLOG 317
360     #define GECOS 318
361     #define GENERAL 319
362     #define GLINE 320
363     #define GLINES 321
364     #define GLINE_EXEMPT 322
365     #define GLINE_LOG 323
366     #define GLINE_TIME 324
367     #define GLINE_MIN_CIDR 325
368     #define GLINE_MIN_CIDR6 326
369     #define GLOBAL_KILL 327
370     #define IRCD_AUTH 328
371     #define NEED_IDENT 329
372     #define HAVENT_READ_CONF 330
373     #define HIDDEN 331
374     #define HIDDEN_ADMIN 332
375     #define HIDDEN_NAME 333
376     #define HIDDEN_OPER 334
377     #define HIDE_SERVER_IPS 335
378     #define HIDE_SERVERS 336
379     #define HIDE_SPOOF_IPS 337
380     #define HOST 338
381     #define HUB 339
382     #define HUB_MASK 340
383     #define IDLETIME 341
384     #define IGNORE_BOGUS_TS 342
385     #define INVISIBLE_ON_CONNECT 343
386     #define IP 344
387     #define KILL 345
388     #define KILL_CHASE_TIME_LIMIT 346
389     #define KLINE 347
390     #define KLINE_EXEMPT 348
391     #define KLINE_REASON 349
392     #define KLINE_WITH_REASON 350
393     #define KNOCK_DELAY 351
394     #define KNOCK_DELAY_CHANNEL 352
395     #define LEAF_MASK 353
396     #define LINKS_DELAY 354
397     #define LISTEN 355
398     #define T_LOG 356
399     #define LOGGING 357
400     #define LOG_LEVEL 358
401     #define MAX_ACCEPT 359
402     #define MAX_BANS 360
403     #define MAX_CHANS_PER_USER 361
404     #define MAX_GLOBAL 362
405     #define MAX_IDENT 363
406     #define MAX_LOCAL 364
407     #define MAX_NICK_CHANGES 365
408     #define MAX_NICK_TIME 366
409     #define MAX_NUMBER 367
410     #define MAX_TARGETS 368
411     #define MAX_WATCH 369
412     #define MESSAGE_LOCALE 370
413     #define MIN_NONWILDCARD 371
414     #define MIN_NONWILDCARD_SIMPLE 372
415     #define MODULE 373
416     #define MODULES 374
417     #define NAME 375
418     #define NEED_PASSWORD 376
419     #define NETWORK_DESC 377
420     #define NETWORK_NAME 378
421     #define NICK 379
422     #define NICK_CHANGES 380
423     #define NO_CREATE_ON_SPLIT 381
424     #define NO_JOIN_ON_SPLIT 382
425     #define NO_OPER_FLOOD 383
426     #define NO_TILDE 384
427     #define NOT 385
428     #define NUMBER 386
429     #define NUMBER_PER_IDENT 387
430     #define NUMBER_PER_CIDR 388
431     #define NUMBER_PER_IP 389
432     #define NUMBER_PER_IP_GLOBAL 390
433     #define OPERATOR 391
434     #define OPERS_BYPASS_CALLERID 392
435     #define OPER_LOG 393
436     #define OPER_ONLY_UMODES 394
437     #define OPER_PASS_RESV 395
438     #define OPER_SPY_T 396
439     #define OPER_UMODES 397
440     #define JOIN_FLOOD_COUNT 398
441     #define JOIN_FLOOD_TIME 399
442     #define PACE_WAIT 400
443     #define PACE_WAIT_SIMPLE 401
444     #define PASSWORD 402
445     #define PATH 403
446     #define PING_COOKIE 404
447     #define PING_TIME 405
448     #define PING_WARNING 406
449     #define PORT 407
450     #define QSTRING 408
451     #define QUIET_ON_BAN 409
452     #define REASON 410
453     #define REDIRPORT 411
454     #define REDIRSERV 412
455     #define REGEX_T 413
456     #define REHASH 414
457     #define TREJECT_HOLD_TIME 415
458     #define REMOTE 416
459     #define REMOTEBAN 417
460     #define RESTRICT_CHANNELS 418
461     #define RESTRICTED 419
462     #define RSA_PRIVATE_KEY_FILE 420
463     #define RSA_PUBLIC_KEY_FILE 421
464     #define SSL_CERTIFICATE_FILE 422
465     #define T_SSL_CONNECTION_METHOD 423
466     #define T_SSLV3 424
467     #define T_TLSV1 425
468     #define RESV 426
469     #define RESV_EXEMPT 427
470     #define SECONDS 428
471     #define MINUTES 429
472     #define HOURS 430
473     #define DAYS 431
474     #define WEEKS 432
475     #define SENDQ 433
476     #define SEND_PASSWORD 434
477     #define SERVERHIDE 435
478     #define SERVERINFO 436
479     #define SERVLINK_PATH 437
480     #define IRCD_SID 438
481     #define TKLINE_EXPIRE_NOTICES 439
482     #define T_SHARED 440
483     #define T_CLUSTER 441
484     #define TYPE 442
485     #define SHORT_MOTD 443
486     #define SILENT 444
487     #define SPOOF 445
488     #define SPOOF_NOTICE 446
489     #define STATS_E_DISABLED 447
490     #define STATS_I_OPER_ONLY 448
491     #define STATS_K_OPER_ONLY 449
492     #define STATS_O_OPER_ONLY 450
493     #define STATS_P_OPER_ONLY 451
494     #define TBOOL 452
495     #define TMASKED 453
496     #define T_REJECT 454
497     #define TS_MAX_DELTA 455
498     #define TS_WARN_DELTA 456
499     #define TWODOTS 457
500     #define T_ALL 458
501     #define T_BOTS 459
502     #define T_SOFTCALLERID 460
503     #define T_CALLERID 461
504     #define T_CCONN 462
505     #define T_CCONN_FULL 463
506     #define T_CLIENT_FLOOD 464
507     #define T_DEAF 465
508     #define T_DEBUG 466
509     #define T_DRONE 467
510     #define T_EXTERNAL 468
511     #define T_FULL 469
512     #define T_INVISIBLE 470
513     #define T_IPV4 471
514     #define T_IPV6 472
515     #define T_LOCOPS 473
516     #define T_LOGPATH 474
517     #define T_L_CRIT 475
518     #define T_L_DEBUG 476
519     #define T_L_ERROR 477
520     #define T_L_INFO 478
521     #define T_L_NOTICE 479
522     #define T_L_TRACE 480
523     #define T_L_WARN 481
524     #define T_MAX_CLIENTS 482
525     #define T_NCHANGE 483
526     #define T_OPERWALL 484
527     #define T_REJ 485
528     #define T_SERVER 486
529     #define T_SERVNOTICE 487
530     #define T_SKILL 488
531     #define T_SPY 489
532     #define T_SSL 490
533     #define T_UMODES 491
534     #define T_UNAUTH 492
535     #define T_UNRESV 493
536     #define T_UNXLINE 494
537     #define T_WALLOP 495
538     #define THROTTLE_TIME 496
539     #define TOPICBURST 497
540     #define TRUE_NO_OPER_FLOOD 498
541     #define TKLINE 499
542     #define TXLINE 500
543     #define TRESV 501
544     #define UNKLINE 502
545     #define USER 503
546     #define USE_EGD 504
547     #define USE_EXCEPT 505
548     #define USE_INVEX 506
549     #define USE_KNOCK 507
550     #define USE_LOGGING 508
551     #define USE_WHOIS_ACTUALLY 509
552     #define VHOST 510
553     #define VHOST6 511
554     #define XLINE 512
555     #define WARN 513
556     #define WARN_NO_NLINE 514
557 michael 913
558    
559    
560    
561     #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
562     typedef union YYSTYPE
563 michael 967 {
564    
565 michael 1133 /* Line 2068 of yacc.c */
566 michael 1123 #line 131 "ircd_parser.y"
567 michael 967
568 michael 913 int number;
569     char *string;
570 michael 967
571    
572    
573 michael 1133 /* Line 2068 of yacc.c */
574     #line 575 "ircd_parser.h"
575 michael 967 } YYSTYPE;
576     # define YYSTYPE_IS_TRIVIAL 1
577 michael 913 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
578     # define YYSTYPE_IS_DECLARED 1
579     #endif
580    
581     extern YYSTYPE yylval;
582    
583 michael 967

Properties

Name Value
svn:eol-style native