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

Properties

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