ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 1302
Committed: Wed Mar 21 17:48:54 2012 UTC (13 years, 5 months ago) by michael
Content type: text/x-chdr
Original Path: ircd-hybrid-8/src/ircd_parser.h
File size: 13182 byte(s)
Log Message:
- remove servlink in preparation for tls links/compression

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 michael 1176 CHANNEL = 276,
59     CIDR_BITLEN_IPV4 = 277,
60     CIDR_BITLEN_IPV6 = 278,
61 michael 1302 CLASS = 279,
62     CONNECT = 280,
63     CONNECTFREQ = 281,
64     DEFAULT_FLOODCOUNT = 282,
65     DEFAULT_SPLIT_SERVER_COUNT = 283,
66     DEFAULT_SPLIT_USER_COUNT = 284,
67     DENY = 285,
68     DESCRIPTION = 286,
69     DIE = 287,
70     DISABLE_AUTH = 288,
71     DISABLE_FAKE_CHANNELS = 289,
72     DISABLE_HIDDEN = 290,
73     DISABLE_LOCAL_CHANNELS = 291,
74     DISABLE_REMOTE_COMMANDS = 292,
75     DOTS_IN_IDENT = 293,
76     DURATION = 294,
77     EGDPOOL_PATH = 295,
78     EMAIL = 296,
79     ENABLE = 297,
80     ENCRYPTED = 298,
81     EXCEED_LIMIT = 299,
82     EXEMPT = 300,
83     FAILED_OPER_NOTICE = 301,
84     IRCD_FLAGS = 302,
85     FLATTEN_LINKS = 303,
86     GECOS = 304,
87     GENERAL = 305,
88     GLINE = 306,
89     GLINES = 307,
90     GLINE_EXEMPT = 308,
91     GLINE_TIME = 309,
92     GLINE_MIN_CIDR = 310,
93     GLINE_MIN_CIDR6 = 311,
94     GLOBAL_KILL = 312,
95     IRCD_AUTH = 313,
96     NEED_IDENT = 314,
97     HAVENT_READ_CONF = 315,
98     HIDDEN = 316,
99     HIDDEN_NAME = 317,
100     HIDE_SERVER_IPS = 318,
101     HIDE_SERVERS = 319,
102     HIDE_SPOOF_IPS = 320,
103     HOST = 321,
104     HUB = 322,
105     HUB_MASK = 323,
106     IGNORE_BOGUS_TS = 324,
107     INVISIBLE_ON_CONNECT = 325,
108     IP = 326,
109     KILL = 327,
110     KILL_CHASE_TIME_LIMIT = 328,
111     KLINE = 329,
112     KLINE_EXEMPT = 330,
113     KLINE_REASON = 331,
114     KLINE_WITH_REASON = 332,
115     KNOCK_DELAY = 333,
116     KNOCK_DELAY_CHANNEL = 334,
117     LEAF_MASK = 335,
118     LINKS_DELAY = 336,
119     LISTEN = 337,
120     T_LOG = 338,
121     MAX_ACCEPT = 339,
122     MAX_BANS = 340,
123     MAX_CHANS_PER_USER = 341,
124     MAX_GLOBAL = 342,
125     MAX_IDENT = 343,
126     MAX_LOCAL = 344,
127     MAX_NICK_CHANGES = 345,
128     MAX_NICK_TIME = 346,
129     MAX_NUMBER = 347,
130     MAX_TARGETS = 348,
131     MAX_WATCH = 349,
132     MESSAGE_LOCALE = 350,
133     MIN_NONWILDCARD = 351,
134     MIN_NONWILDCARD_SIMPLE = 352,
135     MODULE = 353,
136     MODULES = 354,
137     NAME = 355,
138     NEED_PASSWORD = 356,
139     NETWORK_DESC = 357,
140     NETWORK_NAME = 358,
141     NICK = 359,
142     NICK_CHANGES = 360,
143     NO_CREATE_ON_SPLIT = 361,
144     NO_JOIN_ON_SPLIT = 362,
145     NO_OPER_FLOOD = 363,
146     NO_TILDE = 364,
147     NUMBER = 365,
148     NUMBER_PER_IDENT = 366,
149     NUMBER_PER_CIDR = 367,
150     NUMBER_PER_IP = 368,
151     NUMBER_PER_IP_GLOBAL = 369,
152     OPERATOR = 370,
153     OPERS_BYPASS_CALLERID = 371,
154     OPER_ONLY_UMODES = 372,
155     OPER_PASS_RESV = 373,
156     OPER_SPY_T = 374,
157     OPER_UMODES = 375,
158     JOIN_FLOOD_COUNT = 376,
159     JOIN_FLOOD_TIME = 377,
160     PACE_WAIT = 378,
161     PACE_WAIT_SIMPLE = 379,
162     PASSWORD = 380,
163     PATH = 381,
164     PING_COOKIE = 382,
165     PING_TIME = 383,
166     PING_WARNING = 384,
167     PORT = 385,
168     QSTRING = 386,
169     QUIET_ON_BAN = 387,
170     REASON = 388,
171     REDIRPORT = 389,
172     REDIRSERV = 390,
173     REGEX_T = 391,
174     REHASH = 392,
175     TREJECT_HOLD_TIME = 393,
176     REMOTE = 394,
177     REMOTEBAN = 395,
178     RESTRICT_CHANNELS = 396,
179     RESTRICTED = 397,
180     RSA_PRIVATE_KEY_FILE = 398,
181     RSA_PUBLIC_KEY_FILE = 399,
182     SSL_CERTIFICATE_FILE = 400,
183     T_SSL_CONNECTION_METHOD = 401,
184     T_SSLV3 = 402,
185     T_TLSV1 = 403,
186     RESV = 404,
187     RESV_EXEMPT = 405,
188     SECONDS = 406,
189     MINUTES = 407,
190     HOURS = 408,
191     DAYS = 409,
192     WEEKS = 410,
193     SENDQ = 411,
194     SEND_PASSWORD = 412,
195     SERVERHIDE = 413,
196     SERVERINFO = 414,
197     IRCD_SID = 415,
198     TKLINE_EXPIRE_NOTICES = 416,
199     T_SHARED = 417,
200     T_CLUSTER = 418,
201     TYPE = 419,
202     SHORT_MOTD = 420,
203     SILENT = 421,
204     SPOOF = 422,
205     SPOOF_NOTICE = 423,
206     STATS_E_DISABLED = 424,
207     STATS_I_OPER_ONLY = 425,
208     STATS_K_OPER_ONLY = 426,
209     STATS_O_OPER_ONLY = 427,
210     STATS_P_OPER_ONLY = 428,
211     TBOOL = 429,
212     TMASKED = 430,
213     T_REJECT = 431,
214     TS_MAX_DELTA = 432,
215     TS_WARN_DELTA = 433,
216     TWODOTS = 434,
217     T_ALL = 435,
218     T_BOTS = 436,
219     T_SOFTCALLERID = 437,
220     T_CALLERID = 438,
221     T_CCONN = 439,
222     T_CCONN_FULL = 440,
223     T_CLIENT_FLOOD = 441,
224     T_DEAF = 442,
225     T_DEBUG = 443,
226     T_DLINE = 444,
227     T_DRONE = 445,
228     T_EXTERNAL = 446,
229     T_FULL = 447,
230     T_INVISIBLE = 448,
231     T_IPV4 = 449,
232     T_IPV6 = 450,
233     T_LOCOPS = 451,
234     T_MAX_CLIENTS = 452,
235     T_NCHANGE = 453,
236     T_OPERWALL = 454,
237     T_REJ = 455,
238     T_SERVER = 456,
239     T_SERVNOTICE = 457,
240     T_SKILL = 458,
241     T_SPY = 459,
242     T_SSL = 460,
243     T_UMODES = 461,
244     T_UNAUTH = 462,
245     T_UNDLINE = 463,
246     T_UNLIMITED = 464,
247     T_UNRESV = 465,
248     T_UNXLINE = 466,
249     T_GLOBOPS = 467,
250     T_WALLOP = 468,
251     T_RESTART = 469,
252     T_SERVICE = 470,
253     T_SERVICES_NAME = 471,
254     T_TIMESTAMP = 472,
255     THROTTLE_TIME = 473,
256     TOPICBURST = 474,
257     TRUE_NO_OPER_FLOOD = 475,
258     TKLINE = 476,
259     TXLINE = 477,
260     TRESV = 478,
261     UNKLINE = 479,
262     USER = 480,
263     USE_EGD = 481,
264     USE_EXCEPT = 482,
265     USE_INVEX = 483,
266     USE_KNOCK = 484,
267     USE_LOGGING = 485,
268     USE_WHOIS_ACTUALLY = 486,
269     VHOST = 487,
270     VHOST6 = 488,
271     XLINE = 489,
272     WARN = 490,
273     WARN_NO_NLINE = 491,
274     T_SIZE = 492,
275     T_FILE = 493
276 michael 913 };
277     #endif
278     /* Tokens. */
279     #define ACCEPT_PASSWORD 258
280     #define ACTION 259
281     #define ADMIN 260
282     #define AFTYPE 261
283     #define T_ALLOW 262
284     #define ANTI_NICK_FLOOD 263
285     #define ANTI_SPAM_EXIT_MESSAGE_TIME 264
286     #define AUTOCONN 265
287     #define T_BLOCK 266
288     #define BURST_AWAY 267
289     #define BURST_TOPICWHO 268
290     #define BYTES 269
291     #define KBYTES 270
292     #define MBYTES 271
293     #define GBYTES 272
294     #define TBYTES 273
295     #define CALLER_ID_WAIT 274
296     #define CAN_FLOOD 275
297 michael 1176 #define CHANNEL 276
298     #define CIDR_BITLEN_IPV4 277
299     #define CIDR_BITLEN_IPV6 278
300 michael 1302 #define CLASS 279
301     #define CONNECT 280
302     #define CONNECTFREQ 281
303     #define DEFAULT_FLOODCOUNT 282
304     #define DEFAULT_SPLIT_SERVER_COUNT 283
305     #define DEFAULT_SPLIT_USER_COUNT 284
306     #define DENY 285
307     #define DESCRIPTION 286
308     #define DIE 287
309     #define DISABLE_AUTH 288
310     #define DISABLE_FAKE_CHANNELS 289
311     #define DISABLE_HIDDEN 290
312     #define DISABLE_LOCAL_CHANNELS 291
313     #define DISABLE_REMOTE_COMMANDS 292
314     #define DOTS_IN_IDENT 293
315     #define DURATION 294
316     #define EGDPOOL_PATH 295
317     #define EMAIL 296
318     #define ENABLE 297
319     #define ENCRYPTED 298
320     #define EXCEED_LIMIT 299
321     #define EXEMPT 300
322     #define FAILED_OPER_NOTICE 301
323     #define IRCD_FLAGS 302
324     #define FLATTEN_LINKS 303
325     #define GECOS 304
326     #define GENERAL 305
327     #define GLINE 306
328     #define GLINES 307
329     #define GLINE_EXEMPT 308
330     #define GLINE_TIME 309
331     #define GLINE_MIN_CIDR 310
332     #define GLINE_MIN_CIDR6 311
333     #define GLOBAL_KILL 312
334     #define IRCD_AUTH 313
335     #define NEED_IDENT 314
336     #define HAVENT_READ_CONF 315
337     #define HIDDEN 316
338     #define HIDDEN_NAME 317
339     #define HIDE_SERVER_IPS 318
340     #define HIDE_SERVERS 319
341     #define HIDE_SPOOF_IPS 320
342     #define HOST 321
343     #define HUB 322
344     #define HUB_MASK 323
345     #define IGNORE_BOGUS_TS 324
346     #define INVISIBLE_ON_CONNECT 325
347     #define IP 326
348     #define KILL 327
349     #define KILL_CHASE_TIME_LIMIT 328
350     #define KLINE 329
351     #define KLINE_EXEMPT 330
352     #define KLINE_REASON 331
353     #define KLINE_WITH_REASON 332
354     #define KNOCK_DELAY 333
355     #define KNOCK_DELAY_CHANNEL 334
356     #define LEAF_MASK 335
357     #define LINKS_DELAY 336
358     #define LISTEN 337
359     #define T_LOG 338
360     #define MAX_ACCEPT 339
361     #define MAX_BANS 340
362     #define MAX_CHANS_PER_USER 341
363     #define MAX_GLOBAL 342
364     #define MAX_IDENT 343
365     #define MAX_LOCAL 344
366     #define MAX_NICK_CHANGES 345
367     #define MAX_NICK_TIME 346
368     #define MAX_NUMBER 347
369     #define MAX_TARGETS 348
370     #define MAX_WATCH 349
371     #define MESSAGE_LOCALE 350
372     #define MIN_NONWILDCARD 351
373     #define MIN_NONWILDCARD_SIMPLE 352
374     #define MODULE 353
375     #define MODULES 354
376     #define NAME 355
377     #define NEED_PASSWORD 356
378     #define NETWORK_DESC 357
379     #define NETWORK_NAME 358
380     #define NICK 359
381     #define NICK_CHANGES 360
382     #define NO_CREATE_ON_SPLIT 361
383     #define NO_JOIN_ON_SPLIT 362
384     #define NO_OPER_FLOOD 363
385     #define NO_TILDE 364
386     #define NUMBER 365
387     #define NUMBER_PER_IDENT 366
388     #define NUMBER_PER_CIDR 367
389     #define NUMBER_PER_IP 368
390     #define NUMBER_PER_IP_GLOBAL 369
391     #define OPERATOR 370
392     #define OPERS_BYPASS_CALLERID 371
393     #define OPER_ONLY_UMODES 372
394     #define OPER_PASS_RESV 373
395     #define OPER_SPY_T 374
396     #define OPER_UMODES 375
397     #define JOIN_FLOOD_COUNT 376
398     #define JOIN_FLOOD_TIME 377
399     #define PACE_WAIT 378
400     #define PACE_WAIT_SIMPLE 379
401     #define PASSWORD 380
402     #define PATH 381
403     #define PING_COOKIE 382
404     #define PING_TIME 383
405     #define PING_WARNING 384
406     #define PORT 385
407     #define QSTRING 386
408     #define QUIET_ON_BAN 387
409     #define REASON 388
410     #define REDIRPORT 389
411     #define REDIRSERV 390
412     #define REGEX_T 391
413     #define REHASH 392
414     #define TREJECT_HOLD_TIME 393
415     #define REMOTE 394
416     #define REMOTEBAN 395
417     #define RESTRICT_CHANNELS 396
418     #define RESTRICTED 397
419     #define RSA_PRIVATE_KEY_FILE 398
420     #define RSA_PUBLIC_KEY_FILE 399
421     #define SSL_CERTIFICATE_FILE 400
422     #define T_SSL_CONNECTION_METHOD 401
423     #define T_SSLV3 402
424     #define T_TLSV1 403
425     #define RESV 404
426     #define RESV_EXEMPT 405
427     #define SECONDS 406
428     #define MINUTES 407
429     #define HOURS 408
430     #define DAYS 409
431     #define WEEKS 410
432     #define SENDQ 411
433     #define SEND_PASSWORD 412
434     #define SERVERHIDE 413
435     #define SERVERINFO 414
436     #define IRCD_SID 415
437     #define TKLINE_EXPIRE_NOTICES 416
438     #define T_SHARED 417
439     #define T_CLUSTER 418
440     #define TYPE 419
441     #define SHORT_MOTD 420
442     #define SILENT 421
443     #define SPOOF 422
444     #define SPOOF_NOTICE 423
445     #define STATS_E_DISABLED 424
446     #define STATS_I_OPER_ONLY 425
447     #define STATS_K_OPER_ONLY 426
448     #define STATS_O_OPER_ONLY 427
449     #define STATS_P_OPER_ONLY 428
450     #define TBOOL 429
451     #define TMASKED 430
452     #define T_REJECT 431
453     #define TS_MAX_DELTA 432
454     #define TS_WARN_DELTA 433
455     #define TWODOTS 434
456     #define T_ALL 435
457     #define T_BOTS 436
458     #define T_SOFTCALLERID 437
459     #define T_CALLERID 438
460     #define T_CCONN 439
461     #define T_CCONN_FULL 440
462     #define T_CLIENT_FLOOD 441
463     #define T_DEAF 442
464     #define T_DEBUG 443
465     #define T_DLINE 444
466     #define T_DRONE 445
467     #define T_EXTERNAL 446
468     #define T_FULL 447
469     #define T_INVISIBLE 448
470     #define T_IPV4 449
471     #define T_IPV6 450
472     #define T_LOCOPS 451
473     #define T_MAX_CLIENTS 452
474     #define T_NCHANGE 453
475     #define T_OPERWALL 454
476     #define T_REJ 455
477     #define T_SERVER 456
478     #define T_SERVNOTICE 457
479     #define T_SKILL 458
480     #define T_SPY 459
481     #define T_SSL 460
482     #define T_UMODES 461
483     #define T_UNAUTH 462
484     #define T_UNDLINE 463
485     #define T_UNLIMITED 464
486     #define T_UNRESV 465
487     #define T_UNXLINE 466
488     #define T_GLOBOPS 467
489     #define T_WALLOP 468
490     #define T_RESTART 469
491     #define T_SERVICE 470
492     #define T_SERVICES_NAME 471
493     #define T_TIMESTAMP 472
494     #define THROTTLE_TIME 473
495     #define TOPICBURST 474
496     #define TRUE_NO_OPER_FLOOD 475
497     #define TKLINE 476
498     #define TXLINE 477
499     #define TRESV 478
500     #define UNKLINE 479
501     #define USER 480
502     #define USE_EGD 481
503     #define USE_EXCEPT 482
504     #define USE_INVEX 483
505     #define USE_KNOCK 484
506     #define USE_LOGGING 485
507     #define USE_WHOIS_ACTUALLY 486
508     #define VHOST 487
509     #define VHOST6 488
510     #define XLINE 489
511     #define WARN 490
512     #define WARN_NO_NLINE 491
513     #define T_SIZE 492
514     #define T_FILE 493
515 michael 913
516    
517    
518    
519     #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
520     typedef union YYSTYPE
521 michael 967 {
522    
523 michael 1133 /* Line 2068 of yacc.c */
524 michael 1247 #line 132 "ircd_parser.y"
525 michael 967
526 michael 913 int number;
527     char *string;
528 michael 967
529    
530    
531 michael 1133 /* Line 2068 of yacc.c */
532 michael 1302 #line 533 "ircd_parser.h"
533 michael 967 } YYSTYPE;
534     # define YYSTYPE_IS_TRIVIAL 1
535 michael 913 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
536     # define YYSTYPE_IS_DECLARED 1
537     #endif
538    
539     extern YYSTYPE yylval;
540    
541 michael 967

Properties

Name Value
svn:eol-style native