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

Properties

Name Value
svn:eol-style native