ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 5417
Committed: Sun Jan 25 17:43:21 2015 UTC (10 years, 7 months ago) by michael
Content type: text/x-chdr
File size: 12923 byte(s)
Log Message:
- Re-create autogenerated parser/lexer files

File Contents

# User Rev Content
1 michael 5417 /* A Bison parser, made by GNU Bison 3.0.4. */
2 michael 913
3 michael 1133 /* Bison interface for Yacc-like parsers in C
4 michael 2473
5 michael 5398 Copyright (C) 1984, 1989-1990, 2000-2015 Free Software Foundation, Inc.
6 michael 2473
7 michael 967 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 michael 2473
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 2473
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 2473
30 michael 913 This special exception was added by the Free Software Foundation in
31     version 2.2 of Bison. */
32    
33 michael 1736 #ifndef YY_YY_CONF_PARSER_H_INCLUDED
34     # define YY_YY_CONF_PARSER_H_INCLUDED
35 michael 2473 /* Debug traces. */
36 michael 1466 #ifndef YYDEBUG
37     # define YYDEBUG 0
38     #endif
39     #if YYDEBUG
40     extern int yydebug;
41     #endif
42 michael 967
43 michael 2473 /* Token type. */
44 michael 913 #ifndef YYTOKENTYPE
45     # define YYTOKENTYPE
46 michael 2473 enum yytokentype
47     {
48     ACCEPT_PASSWORD = 258,
49     ADMIN = 259,
50     AFTYPE = 260,
51     ANTI_NICK_FLOOD = 261,
52     ANTI_SPAM_EXIT_MESSAGE_TIME = 262,
53     AUTOCONN = 263,
54 michael 4313 AWAY_COUNT = 264,
55     AWAY_TIME = 265,
56     BYTES = 266,
57     KBYTES = 267,
58     MBYTES = 268,
59     CALLER_ID_WAIT = 269,
60     CAN_FLOOD = 270,
61     CHANNEL = 271,
62     CIDR_BITLEN_IPV4 = 272,
63     CIDR_BITLEN_IPV6 = 273,
64     CLASS = 274,
65     CONNECT = 275,
66     CONNECTFREQ = 276,
67     CYCLE_ON_HOST_CHANGE = 277,
68     DEFAULT_FLOODCOUNT = 278,
69     DEFAULT_SPLIT_SERVER_COUNT = 279,
70     DEFAULT_SPLIT_USER_COUNT = 280,
71     DENY = 281,
72     DESCRIPTION = 282,
73     DIE = 283,
74     DISABLE_AUTH = 284,
75     DISABLE_FAKE_CHANNELS = 285,
76     DISABLE_REMOTE_COMMANDS = 286,
77     DOTS_IN_IDENT = 287,
78 michael 5417 EMAIL = 288,
79     ENCRYPTED = 289,
80     EXCEED_LIMIT = 290,
81     EXEMPT = 291,
82     FAILED_OPER_NOTICE = 292,
83     FLATTEN_LINKS = 293,
84     GECOS = 294,
85     GENERAL = 295,
86     GLINE = 296,
87     GLINE_DURATION = 297,
88     GLINE_ENABLE = 298,
89     GLINE_EXEMPT = 299,
90     GLINE_MIN_CIDR = 300,
91     GLINE_MIN_CIDR6 = 301,
92     GLINE_REQUEST_DURATION = 302,
93     GLOBAL_KILL = 303,
94     HAVENT_READ_CONF = 304,
95     HIDDEN = 305,
96     HIDDEN_NAME = 306,
97     HIDE_CHANS = 307,
98     HIDE_IDLE = 308,
99     HIDE_IDLE_FROM_OPERS = 309,
100     HIDE_SERVER_IPS = 310,
101     HIDE_SERVERS = 311,
102     HIDE_SERVICES = 312,
103     HIDE_SPOOF_IPS = 313,
104     HOST = 314,
105     HUB = 315,
106     HUB_MASK = 316,
107     IGNORE_BOGUS_TS = 317,
108     INVISIBLE_ON_CONNECT = 318,
109     INVITE_CLIENT_COUNT = 319,
110     INVITE_CLIENT_TIME = 320,
111     IP = 321,
112     IRCD_AUTH = 322,
113     IRCD_FLAGS = 323,
114     IRCD_SID = 324,
115     JOIN_FLOOD_COUNT = 325,
116     JOIN_FLOOD_TIME = 326,
117     KILL = 327,
118     KILL_CHASE_TIME_LIMIT = 328,
119     KLINE = 329,
120     KLINE_EXEMPT = 330,
121     KNOCK_CLIENT_COUNT = 331,
122     KNOCK_CLIENT_TIME = 332,
123     KNOCK_DELAY_CHANNEL = 333,
124     LEAF_MASK = 334,
125     LINKS_DELAY = 335,
126     LISTEN = 336,
127     MASK = 337,
128     MAX_ACCEPT = 338,
129     MAX_BANS = 339,
130     MAX_CHANNELS = 340,
131     MAX_GLOBAL = 341,
132     MAX_IDENT = 342,
133     MAX_IDLE = 343,
134     MAX_LOCAL = 344,
135     MAX_NICK_CHANGES = 345,
136     MAX_NICK_LENGTH = 346,
137     MAX_NICK_TIME = 347,
138     MAX_NUMBER = 348,
139     MAX_TARGETS = 349,
140     MAX_TOPIC_LENGTH = 350,
141     MAX_WATCH = 351,
142     MIN_IDLE = 352,
143     MIN_NONWILDCARD = 353,
144     MIN_NONWILDCARD_SIMPLE = 354,
145     MODULE = 355,
146     MODULES = 356,
147     MOTD = 357,
148     NAME = 358,
149     NEED_IDENT = 359,
150     NEED_PASSWORD = 360,
151     NETWORK_DESC = 361,
152     NETWORK_NAME = 362,
153     NICK = 363,
154     NO_CREATE_ON_SPLIT = 364,
155     NO_JOIN_ON_SPLIT = 365,
156     NO_OPER_FLOOD = 366,
157     NO_TILDE = 367,
158     NUMBER = 368,
159     NUMBER_PER_CIDR = 369,
160     NUMBER_PER_IP = 370,
161     OPER_ONLY_UMODES = 371,
162     OPER_PASS_RESV = 372,
163     OPER_UMODES = 373,
164     OPERATOR = 374,
165     OPERS_BYPASS_CALLERID = 375,
166     PACE_WAIT = 376,
167     PACE_WAIT_SIMPLE = 377,
168     PASSWORD = 378,
169     PATH = 379,
170     PING_COOKIE = 380,
171     PING_TIME = 381,
172     PORT = 382,
173     QSTRING = 383,
174     RANDOM_IDLE = 384,
175     REASON = 385,
176     REDIRPORT = 386,
177     REDIRSERV = 387,
178     REHASH = 388,
179     REMOTE = 389,
180     REMOTEBAN = 390,
181     RESV = 391,
182     RESV_EXEMPT = 392,
183     RSA_PRIVATE_KEY_FILE = 393,
184     RSA_PUBLIC_KEY_FILE = 394,
185     SECONDS = 395,
186     MINUTES = 396,
187     HOURS = 397,
188     DAYS = 398,
189     WEEKS = 399,
190     MONTHS = 400,
191     YEARS = 401,
192     SEND_PASSWORD = 402,
193     SENDQ = 403,
194     SERVERHIDE = 404,
195     SERVERINFO = 405,
196     SHORT_MOTD = 406,
197     SPOOF = 407,
198     SPOOF_NOTICE = 408,
199     SQUIT = 409,
200     SSL_CERTIFICATE_FILE = 410,
201     SSL_CERTIFICATE_FINGERPRINT = 411,
202     SSL_CONNECTION_REQUIRED = 412,
203     SSL_DH_ELLIPTIC_CURVE = 413,
204     SSL_DH_PARAM_FILE = 414,
205     SSL_MESSAGE_DIGEST_ALGORITHM = 415,
206     STATS_E_DISABLED = 416,
207     STATS_I_OPER_ONLY = 417,
208     STATS_K_OPER_ONLY = 418,
209     STATS_M_OPER_ONLY = 419,
210     STATS_O_OPER_ONLY = 420,
211     STATS_P_OPER_ONLY = 421,
212     STATS_U_OPER_ONLY = 422,
213     T_ALL = 423,
214     T_BOTS = 424,
215     T_CALLERID = 425,
216     T_CCONN = 426,
217     T_COMMAND = 427,
218     T_CLUSTER = 428,
219     T_DEAF = 429,
220     T_DEBUG = 430,
221     T_DLINE = 431,
222     T_EXTERNAL = 432,
223     T_FARCONNECT = 433,
224     T_FILE = 434,
225     T_FULL = 435,
226     T_GLOBOPS = 436,
227     T_INVISIBLE = 437,
228     T_IPV4 = 438,
229     T_IPV6 = 439,
230     T_LOCOPS = 440,
231     T_LOG = 441,
232     T_MAX_CLIENTS = 442,
233     T_NCHANGE = 443,
234     T_NONONREG = 444,
235     T_OPME = 445,
236     T_PREPEND = 446,
237     T_PSEUDO = 447,
238     T_RECVQ = 448,
239     T_REJ = 449,
240     T_RESTART = 450,
241     T_SERVER = 451,
242     T_SERVICE = 452,
243     T_SERVNOTICE = 453,
244     T_SET = 454,
245     T_SHARED = 455,
246     T_SIZE = 456,
247     T_SKILL = 457,
248     T_SOFTCALLERID = 458,
249     T_SPY = 459,
250     T_SSL = 460,
251     T_SSL_CIPHER_LIST = 461,
252     T_TARGET = 462,
253     T_UMODES = 463,
254     T_UNAUTH = 464,
255     T_UNDLINE = 465,
256     T_UNLIMITED = 466,
257     T_UNRESV = 467,
258     T_UNXLINE = 468,
259     T_WALLOP = 469,
260     T_WALLOPS = 470,
261     T_WEBIRC = 471,
262     TBOOL = 472,
263     THROTTLE_COUNT = 473,
264     THROTTLE_TIME = 474,
265     TKLINE_EXPIRE_NOTICES = 475,
266     TMASKED = 476,
267     TS_MAX_DELTA = 477,
268     TS_WARN_DELTA = 478,
269     TWODOTS = 479,
270     TYPE = 480,
271     UNKLINE = 481,
272     USE_LOGGING = 482,
273     USER = 483,
274     VHOST = 484,
275     VHOST6 = 485,
276     WARN_NO_CONNECT_BLOCK = 486,
277     XLINE = 487
278 michael 2473 };
279 michael 913 #endif
280     /* Tokens. */
281     #define ACCEPT_PASSWORD 258
282 michael 1520 #define ADMIN 259
283     #define AFTYPE 260
284     #define ANTI_NICK_FLOOD 261
285     #define ANTI_SPAM_EXIT_MESSAGE_TIME 262
286     #define AUTOCONN 263
287 michael 4313 #define AWAY_COUNT 264
288     #define AWAY_TIME 265
289     #define BYTES 266
290     #define KBYTES 267
291     #define MBYTES 268
292     #define CALLER_ID_WAIT 269
293     #define CAN_FLOOD 270
294     #define CHANNEL 271
295     #define CIDR_BITLEN_IPV4 272
296     #define CIDR_BITLEN_IPV6 273
297     #define CLASS 274
298     #define CONNECT 275
299     #define CONNECTFREQ 276
300     #define CYCLE_ON_HOST_CHANGE 277
301     #define DEFAULT_FLOODCOUNT 278
302     #define DEFAULT_SPLIT_SERVER_COUNT 279
303     #define DEFAULT_SPLIT_USER_COUNT 280
304     #define DENY 281
305     #define DESCRIPTION 282
306     #define DIE 283
307     #define DISABLE_AUTH 284
308     #define DISABLE_FAKE_CHANNELS 285
309     #define DISABLE_REMOTE_COMMANDS 286
310     #define DOTS_IN_IDENT 287
311 michael 5417 #define EMAIL 288
312     #define ENCRYPTED 289
313     #define EXCEED_LIMIT 290
314     #define EXEMPT 291
315     #define FAILED_OPER_NOTICE 292
316     #define FLATTEN_LINKS 293
317     #define GECOS 294
318     #define GENERAL 295
319     #define GLINE 296
320     #define GLINE_DURATION 297
321     #define GLINE_ENABLE 298
322     #define GLINE_EXEMPT 299
323     #define GLINE_MIN_CIDR 300
324     #define GLINE_MIN_CIDR6 301
325     #define GLINE_REQUEST_DURATION 302
326     #define GLOBAL_KILL 303
327     #define HAVENT_READ_CONF 304
328     #define HIDDEN 305
329     #define HIDDEN_NAME 306
330     #define HIDE_CHANS 307
331     #define HIDE_IDLE 308
332     #define HIDE_IDLE_FROM_OPERS 309
333     #define HIDE_SERVER_IPS 310
334     #define HIDE_SERVERS 311
335     #define HIDE_SERVICES 312
336     #define HIDE_SPOOF_IPS 313
337     #define HOST 314
338     #define HUB 315
339     #define HUB_MASK 316
340     #define IGNORE_BOGUS_TS 317
341     #define INVISIBLE_ON_CONNECT 318
342     #define INVITE_CLIENT_COUNT 319
343     #define INVITE_CLIENT_TIME 320
344     #define IP 321
345     #define IRCD_AUTH 322
346     #define IRCD_FLAGS 323
347     #define IRCD_SID 324
348     #define JOIN_FLOOD_COUNT 325
349     #define JOIN_FLOOD_TIME 326
350     #define KILL 327
351     #define KILL_CHASE_TIME_LIMIT 328
352     #define KLINE 329
353     #define KLINE_EXEMPT 330
354     #define KNOCK_CLIENT_COUNT 331
355     #define KNOCK_CLIENT_TIME 332
356     #define KNOCK_DELAY_CHANNEL 333
357     #define LEAF_MASK 334
358     #define LINKS_DELAY 335
359     #define LISTEN 336
360     #define MASK 337
361     #define MAX_ACCEPT 338
362     #define MAX_BANS 339
363     #define MAX_CHANNELS 340
364     #define MAX_GLOBAL 341
365     #define MAX_IDENT 342
366     #define MAX_IDLE 343
367     #define MAX_LOCAL 344
368     #define MAX_NICK_CHANGES 345
369     #define MAX_NICK_LENGTH 346
370     #define MAX_NICK_TIME 347
371     #define MAX_NUMBER 348
372     #define MAX_TARGETS 349
373     #define MAX_TOPIC_LENGTH 350
374     #define MAX_WATCH 351
375     #define MIN_IDLE 352
376     #define MIN_NONWILDCARD 353
377     #define MIN_NONWILDCARD_SIMPLE 354
378     #define MODULE 355
379     #define MODULES 356
380     #define MOTD 357
381     #define NAME 358
382     #define NEED_IDENT 359
383     #define NEED_PASSWORD 360
384     #define NETWORK_DESC 361
385     #define NETWORK_NAME 362
386     #define NICK 363
387     #define NO_CREATE_ON_SPLIT 364
388     #define NO_JOIN_ON_SPLIT 365
389     #define NO_OPER_FLOOD 366
390     #define NO_TILDE 367
391     #define NUMBER 368
392     #define NUMBER_PER_CIDR 369
393     #define NUMBER_PER_IP 370
394     #define OPER_ONLY_UMODES 371
395     #define OPER_PASS_RESV 372
396     #define OPER_UMODES 373
397     #define OPERATOR 374
398     #define OPERS_BYPASS_CALLERID 375
399     #define PACE_WAIT 376
400     #define PACE_WAIT_SIMPLE 377
401     #define PASSWORD 378
402     #define PATH 379
403     #define PING_COOKIE 380
404     #define PING_TIME 381
405     #define PORT 382
406     #define QSTRING 383
407     #define RANDOM_IDLE 384
408     #define REASON 385
409     #define REDIRPORT 386
410     #define REDIRSERV 387
411     #define REHASH 388
412     #define REMOTE 389
413     #define REMOTEBAN 390
414     #define RESV 391
415     #define RESV_EXEMPT 392
416     #define RSA_PRIVATE_KEY_FILE 393
417     #define RSA_PUBLIC_KEY_FILE 394
418     #define SECONDS 395
419     #define MINUTES 396
420     #define HOURS 397
421     #define DAYS 398
422     #define WEEKS 399
423     #define MONTHS 400
424     #define YEARS 401
425     #define SEND_PASSWORD 402
426     #define SENDQ 403
427     #define SERVERHIDE 404
428     #define SERVERINFO 405
429     #define SHORT_MOTD 406
430     #define SPOOF 407
431     #define SPOOF_NOTICE 408
432     #define SQUIT 409
433     #define SSL_CERTIFICATE_FILE 410
434     #define SSL_CERTIFICATE_FINGERPRINT 411
435     #define SSL_CONNECTION_REQUIRED 412
436     #define SSL_DH_ELLIPTIC_CURVE 413
437     #define SSL_DH_PARAM_FILE 414
438     #define SSL_MESSAGE_DIGEST_ALGORITHM 415
439     #define STATS_E_DISABLED 416
440     #define STATS_I_OPER_ONLY 417
441     #define STATS_K_OPER_ONLY 418
442     #define STATS_M_OPER_ONLY 419
443     #define STATS_O_OPER_ONLY 420
444     #define STATS_P_OPER_ONLY 421
445     #define STATS_U_OPER_ONLY 422
446     #define T_ALL 423
447     #define T_BOTS 424
448     #define T_CALLERID 425
449     #define T_CCONN 426
450     #define T_COMMAND 427
451     #define T_CLUSTER 428
452     #define T_DEAF 429
453     #define T_DEBUG 430
454     #define T_DLINE 431
455     #define T_EXTERNAL 432
456     #define T_FARCONNECT 433
457     #define T_FILE 434
458     #define T_FULL 435
459     #define T_GLOBOPS 436
460     #define T_INVISIBLE 437
461     #define T_IPV4 438
462     #define T_IPV6 439
463     #define T_LOCOPS 440
464     #define T_LOG 441
465     #define T_MAX_CLIENTS 442
466     #define T_NCHANGE 443
467     #define T_NONONREG 444
468     #define T_OPME 445
469     #define T_PREPEND 446
470     #define T_PSEUDO 447
471     #define T_RECVQ 448
472     #define T_REJ 449
473     #define T_RESTART 450
474     #define T_SERVER 451
475     #define T_SERVICE 452
476     #define T_SERVNOTICE 453
477     #define T_SET 454
478     #define T_SHARED 455
479     #define T_SIZE 456
480     #define T_SKILL 457
481     #define T_SOFTCALLERID 458
482     #define T_SPY 459
483     #define T_SSL 460
484     #define T_SSL_CIPHER_LIST 461
485     #define T_TARGET 462
486     #define T_UMODES 463
487     #define T_UNAUTH 464
488     #define T_UNDLINE 465
489     #define T_UNLIMITED 466
490     #define T_UNRESV 467
491     #define T_UNXLINE 468
492     #define T_WALLOP 469
493     #define T_WALLOPS 470
494     #define T_WEBIRC 471
495     #define TBOOL 472
496     #define THROTTLE_COUNT 473
497     #define THROTTLE_TIME 474
498     #define TKLINE_EXPIRE_NOTICES 475
499     #define TMASKED 476
500     #define TS_MAX_DELTA 477
501     #define TS_WARN_DELTA 478
502     #define TWODOTS 479
503     #define TYPE 480
504     #define UNKLINE 481
505     #define USE_LOGGING 482
506     #define USER 483
507     #define VHOST 484
508     #define VHOST6 485
509     #define WARN_NO_CONNECT_BLOCK 486
510     #define XLINE 487
511 michael 913
512 michael 2473 /* Value type. */
513 michael 913 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
514 michael 5398
515 michael 2473 union YYSTYPE
516 michael 967 {
517 michael 4545 #line 152 "conf_parser.y" /* yacc.c:1909 */
518 michael 967
519 michael 913 int number;
520     char *string;
521 michael 967
522 michael 5417 #line 523 "conf_parser.h" /* yacc.c:1909 */
523 michael 2473 };
524 michael 5398
525     typedef union YYSTYPE YYSTYPE;
526 michael 967 # define YYSTYPE_IS_TRIVIAL 1
527 michael 913 # define YYSTYPE_IS_DECLARED 1
528     #endif
529    
530 michael 2473
531 michael 913 extern YYSTYPE yylval;
532    
533 michael 1466 int yyparse (void);
534 michael 967
535 michael 1736 #endif /* !YY_YY_CONF_PARSER_H_INCLUDED */

Properties

Name Value
svn:eol-style native
svn:keywords Id Revision