ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 8459
Committed: Sat Mar 31 15:35:52 2018 UTC (7 years, 4 months ago) by michael
Content type: text/x-chdr
File size: 12817 byte(s)
Log Message:
- Recreate conf_parser

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

Properties

Name Value
svn:eol-style native