ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 9098
Committed: Wed Dec 25 15:54:31 2019 UTC (5 years, 8 months ago) by michael
Content type: text/x-chdr
File size: 12953 byte(s)
Log Message:
- Rebuilt parser files

File Contents

# Content
1 /* A Bison parser, made by GNU Bison 3.3.2. */
2
3 /* Bison interface for Yacc-like parsers in C
4
5 Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2019 Free Software Foundation,
6 Inc.
7
8 This program is free software: you can redistribute it and/or modify
9 it under the terms of the GNU General Public License as published by
10 the Free Software Foundation, either version 3 of the License, or
11 (at your option) any later version.
12
13 This program is distributed in the hope that it will be useful,
14 but WITHOUT ANY WARRANTY; without even the implied warranty of
15 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16 GNU General Public License for more details.
17
18 You should have received a copy of the GNU General Public License
19 along with this program. If not, see <http://www.gnu.org/licenses/>. */
20
21 /* As a special exception, you may create a larger work that contains
22 part or all of the Bison parser skeleton and distribute that work
23 under terms of your choice, so long as that work isn't itself a
24 parser generator using the skeleton or a modified version thereof
25 as a parser skeleton. Alternatively, if you modify or redistribute
26 the parser skeleton itself, you may (at your option) remove this
27 special exception, which will cause the skeleton and the resulting
28 Bison output files to be licensed under the GNU General Public
29 License without this special exception.
30
31 This special exception was added by the Free Software Foundation in
32 version 2.2 of Bison. */
33
34 /* Undocumented macros, especially those whose name start with YY_,
35 are private implementation details. Do not rely on them. */
36
37 #ifndef YY_YY_CONF_PARSER_H_INCLUDED
38 # define YY_YY_CONF_PARSER_H_INCLUDED
39 /* Debug traces. */
40 #ifndef YYDEBUG
41 # define YYDEBUG 0
42 #endif
43 #if YYDEBUG
44 extern int yydebug;
45 #endif
46
47 /* Token type. */
48 #ifndef YYTOKENTYPE
49 # define YYTOKENTYPE
50 enum yytokentype
51 {
52 ACCEPT_PASSWORD = 258,
53 ADMIN = 259,
54 AFTYPE = 260,
55 ANTI_NICK_FLOOD = 261,
56 ANTI_SPAM_EXIT_MESSAGE_TIME = 262,
57 AUTOCONN = 263,
58 AWAY_COUNT = 264,
59 AWAY_TIME = 265,
60 BYTES = 266,
61 KBYTES = 267,
62 MBYTES = 268,
63 CALLER_ID_WAIT = 269,
64 CAN_FLOOD = 270,
65 CHANNEL = 271,
66 CIDR_BITLEN_IPV4 = 272,
67 CIDR_BITLEN_IPV6 = 273,
68 CLASS = 274,
69 CLOSE = 275,
70 CONNECT = 276,
71 CONNECTFREQ = 277,
72 CYCLE_ON_HOST_CHANGE = 278,
73 DEFAULT_FLOODCOUNT = 279,
74 DEFAULT_FLOODTIME = 280,
75 DEFAULT_JOIN_FLOOD_COUNT = 281,
76 DEFAULT_JOIN_FLOOD_TIME = 282,
77 DEFAULT_MAX_CLIENTS = 283,
78 DENY = 284,
79 DESCRIPTION = 285,
80 DIE = 286,
81 DISABLE_AUTH = 287,
82 DISABLE_FAKE_CHANNELS = 288,
83 DISABLE_REMOTE_COMMANDS = 289,
84 DLINE_MIN_CIDR = 290,
85 DLINE_MIN_CIDR6 = 291,
86 DOTS_IN_IDENT = 292,
87 EMAIL = 293,
88 ENCRYPTED = 294,
89 EXCEED_LIMIT = 295,
90 EXEMPT = 296,
91 EXPIRATION = 297,
92 FAILED_OPER_NOTICE = 298,
93 FLATTEN_LINKS = 299,
94 FLATTEN_LINKS_DELAY = 300,
95 FLATTEN_LINKS_FILE = 301,
96 GECOS = 302,
97 GENERAL = 303,
98 HIDDEN = 304,
99 HIDDEN_NAME = 305,
100 HIDE_CHANS = 306,
101 HIDE_IDLE = 307,
102 HIDE_IDLE_FROM_OPERS = 308,
103 HIDE_SERVER_IPS = 309,
104 HIDE_SERVERS = 310,
105 HIDE_SERVICES = 311,
106 HOST = 312,
107 HUB = 313,
108 HUB_MASK = 314,
109 INVISIBLE_ON_CONNECT = 315,
110 INVITE_CLIENT_COUNT = 316,
111 INVITE_CLIENT_TIME = 317,
112 INVITE_DELAY_CHANNEL = 318,
113 INVITE_EXPIRE_TIME = 319,
114 IP = 320,
115 IRCD_AUTH = 321,
116 IRCD_FLAGS = 322,
117 IRCD_SID = 323,
118 JOIN = 324,
119 KILL = 325,
120 KILL_CHASE_TIME_LIMIT = 326,
121 KLINE = 327,
122 KLINE_EXEMPT = 328,
123 KLINE_MIN_CIDR = 329,
124 KLINE_MIN_CIDR6 = 330,
125 KNOCK_CLIENT_COUNT = 331,
126 KNOCK_CLIENT_TIME = 332,
127 KNOCK_DELAY_CHANNEL = 333,
128 LEAF_MASK = 334,
129 LISTEN = 335,
130 MASK = 336,
131 MAX_ACCEPT = 337,
132 MAX_BANS = 338,
133 MAX_BANS_LARGE = 339,
134 MAX_CHANNELS = 340,
135 MAX_IDLE = 341,
136 MAX_INVITES = 342,
137 MAX_NICK_CHANGES = 343,
138 MAX_NICK_LENGTH = 344,
139 MAX_NICK_TIME = 345,
140 MAX_NUMBER = 346,
141 MAX_TARGETS = 347,
142 MAX_TOPIC_LENGTH = 348,
143 MAX_WATCH = 349,
144 MIN_IDLE = 350,
145 MIN_NONWILDCARD = 351,
146 MIN_NONWILDCARD_SIMPLE = 352,
147 MODULE = 353,
148 MODULES = 354,
149 MOTD = 355,
150 NAME = 356,
151 NEED_IDENT = 357,
152 NEED_PASSWORD = 358,
153 NETWORK_DESC = 359,
154 NETWORK_NAME = 360,
155 NICK = 361,
156 NO_OPER_FLOOD = 362,
157 NO_TILDE = 363,
158 NUMBER = 364,
159 NUMBER_PER_CIDR = 365,
160 NUMBER_PER_IP_GLOBAL = 366,
161 NUMBER_PER_IP_LOCAL = 367,
162 OPER_ONLY_UMODES = 368,
163 OPER_UMODES = 369,
164 OPERATOR = 370,
165 OPERS_BYPASS_CALLERID = 371,
166 PACE_WAIT = 372,
167 PACE_WAIT_SIMPLE = 373,
168 PASSWORD = 374,
169 PATH = 375,
170 PING_COOKIE = 376,
171 PING_TIME = 377,
172 PORT = 378,
173 QSTRING = 379,
174 RANDOM_IDLE = 380,
175 REASON = 381,
176 REDIRPORT = 382,
177 REDIRSERV = 383,
178 REHASH = 384,
179 REMOTE = 385,
180 REMOTEBAN = 386,
181 RESV = 387,
182 RESV_EXEMPT = 388,
183 RSA_PRIVATE_KEY_FILE = 389,
184 SECONDS = 390,
185 MINUTES = 391,
186 HOURS = 392,
187 DAYS = 393,
188 WEEKS = 394,
189 MONTHS = 395,
190 YEARS = 396,
191 SEND_PASSWORD = 397,
192 SENDQ = 398,
193 SERVERHIDE = 399,
194 SERVERINFO = 400,
195 SHORT_MOTD = 401,
196 SPOOF = 402,
197 SPOOF_NOTICE = 403,
198 SQUIT = 404,
199 SSL_CERTIFICATE_FILE = 405,
200 SSL_CERTIFICATE_FINGERPRINT = 406,
201 SSL_CONNECTION_REQUIRED = 407,
202 SSL_DH_ELLIPTIC_CURVE = 408,
203 SSL_DH_PARAM_FILE = 409,
204 SSL_MESSAGE_DIGEST_ALGORITHM = 410,
205 STATS_E_DISABLED = 411,
206 STATS_I_OPER_ONLY = 412,
207 STATS_K_OPER_ONLY = 413,
208 STATS_M_OPER_ONLY = 414,
209 STATS_O_OPER_ONLY = 415,
210 STATS_P_OPER_ONLY = 416,
211 STATS_U_OPER_ONLY = 417,
212 T_ALL = 418,
213 T_BIND = 419,
214 T_BOTS = 420,
215 T_CALLERID = 421,
216 T_CCONN = 422,
217 T_COMMAND = 423,
218 T_CLUSTER = 424,
219 T_DEAF = 425,
220 T_DEBUG = 426,
221 T_DLINE = 427,
222 T_EXTERNAL = 428,
223 T_FARCONNECT = 429,
224 T_FILE = 430,
225 T_FULL = 431,
226 T_GLOBOPS = 432,
227 T_INVISIBLE = 433,
228 T_IPV4 = 434,
229 T_IPV6 = 435,
230 T_LOCOPS = 436,
231 T_LOG = 437,
232 T_NCHANGE = 438,
233 T_NONONREG = 439,
234 T_OPME = 440,
235 T_PREPEND = 441,
236 T_PSEUDO = 442,
237 T_RECVQ = 443,
238 T_REJ = 444,
239 T_RESTART = 445,
240 T_SERVER = 446,
241 T_SERVICE = 447,
242 T_SERVNOTICE = 448,
243 T_SET = 449,
244 T_SHARED = 450,
245 T_SIZE = 451,
246 T_SKILL = 452,
247 T_SOFTCALLERID = 453,
248 T_SPY = 454,
249 T_SSL = 455,
250 T_SSL_CIPHER_LIST = 456,
251 T_TARGET = 457,
252 T_UMODES = 458,
253 T_UNAUTH = 459,
254 T_UNDLINE = 460,
255 T_UNLIMITED = 461,
256 T_UNRESV = 462,
257 T_UNXLINE = 463,
258 T_WALLOP = 464,
259 T_WALLOPS = 465,
260 T_WEBIRC = 466,
261 TBOOL = 467,
262 THROTTLE_COUNT = 468,
263 THROTTLE_TIME = 469,
264 TIMEOUT = 470,
265 TMASKED = 471,
266 TS_MAX_DELTA = 472,
267 TS_WARN_DELTA = 473,
268 TWODOTS = 474,
269 TYPE = 475,
270 UNKLINE = 476,
271 USE_LOGGING = 477,
272 USER = 478,
273 VHOST = 479,
274 VHOST6 = 480,
275 WARN_NO_CONNECT_BLOCK = 481,
276 WHOIS = 482,
277 WHOWAS_HISTORY_LENGTH = 483,
278 XLINE = 484,
279 XLINE_EXEMPT = 485
280 };
281 #endif
282 /* Tokens. */
283 #define ACCEPT_PASSWORD 258
284 #define ADMIN 259
285 #define AFTYPE 260
286 #define ANTI_NICK_FLOOD 261
287 #define ANTI_SPAM_EXIT_MESSAGE_TIME 262
288 #define AUTOCONN 263
289 #define AWAY_COUNT 264
290 #define AWAY_TIME 265
291 #define BYTES 266
292 #define KBYTES 267
293 #define MBYTES 268
294 #define CALLER_ID_WAIT 269
295 #define CAN_FLOOD 270
296 #define CHANNEL 271
297 #define CIDR_BITLEN_IPV4 272
298 #define CIDR_BITLEN_IPV6 273
299 #define CLASS 274
300 #define CLOSE 275
301 #define CONNECT 276
302 #define CONNECTFREQ 277
303 #define CYCLE_ON_HOST_CHANGE 278
304 #define DEFAULT_FLOODCOUNT 279
305 #define DEFAULT_FLOODTIME 280
306 #define DEFAULT_JOIN_FLOOD_COUNT 281
307 #define DEFAULT_JOIN_FLOOD_TIME 282
308 #define DEFAULT_MAX_CLIENTS 283
309 #define DENY 284
310 #define DESCRIPTION 285
311 #define DIE 286
312 #define DISABLE_AUTH 287
313 #define DISABLE_FAKE_CHANNELS 288
314 #define DISABLE_REMOTE_COMMANDS 289
315 #define DLINE_MIN_CIDR 290
316 #define DLINE_MIN_CIDR6 291
317 #define DOTS_IN_IDENT 292
318 #define EMAIL 293
319 #define ENCRYPTED 294
320 #define EXCEED_LIMIT 295
321 #define EXEMPT 296
322 #define EXPIRATION 297
323 #define FAILED_OPER_NOTICE 298
324 #define FLATTEN_LINKS 299
325 #define FLATTEN_LINKS_DELAY 300
326 #define FLATTEN_LINKS_FILE 301
327 #define GECOS 302
328 #define GENERAL 303
329 #define HIDDEN 304
330 #define HIDDEN_NAME 305
331 #define HIDE_CHANS 306
332 #define HIDE_IDLE 307
333 #define HIDE_IDLE_FROM_OPERS 308
334 #define HIDE_SERVER_IPS 309
335 #define HIDE_SERVERS 310
336 #define HIDE_SERVICES 311
337 #define HOST 312
338 #define HUB 313
339 #define HUB_MASK 314
340 #define INVISIBLE_ON_CONNECT 315
341 #define INVITE_CLIENT_COUNT 316
342 #define INVITE_CLIENT_TIME 317
343 #define INVITE_DELAY_CHANNEL 318
344 #define INVITE_EXPIRE_TIME 319
345 #define IP 320
346 #define IRCD_AUTH 321
347 #define IRCD_FLAGS 322
348 #define IRCD_SID 323
349 #define JOIN 324
350 #define KILL 325
351 #define KILL_CHASE_TIME_LIMIT 326
352 #define KLINE 327
353 #define KLINE_EXEMPT 328
354 #define KLINE_MIN_CIDR 329
355 #define KLINE_MIN_CIDR6 330
356 #define KNOCK_CLIENT_COUNT 331
357 #define KNOCK_CLIENT_TIME 332
358 #define KNOCK_DELAY_CHANNEL 333
359 #define LEAF_MASK 334
360 #define LISTEN 335
361 #define MASK 336
362 #define MAX_ACCEPT 337
363 #define MAX_BANS 338
364 #define MAX_BANS_LARGE 339
365 #define MAX_CHANNELS 340
366 #define MAX_IDLE 341
367 #define MAX_INVITES 342
368 #define MAX_NICK_CHANGES 343
369 #define MAX_NICK_LENGTH 344
370 #define MAX_NICK_TIME 345
371 #define MAX_NUMBER 346
372 #define MAX_TARGETS 347
373 #define MAX_TOPIC_LENGTH 348
374 #define MAX_WATCH 349
375 #define MIN_IDLE 350
376 #define MIN_NONWILDCARD 351
377 #define MIN_NONWILDCARD_SIMPLE 352
378 #define MODULE 353
379 #define MODULES 354
380 #define MOTD 355
381 #define NAME 356
382 #define NEED_IDENT 357
383 #define NEED_PASSWORD 358
384 #define NETWORK_DESC 359
385 #define NETWORK_NAME 360
386 #define NICK 361
387 #define NO_OPER_FLOOD 362
388 #define NO_TILDE 363
389 #define NUMBER 364
390 #define NUMBER_PER_CIDR 365
391 #define NUMBER_PER_IP_GLOBAL 366
392 #define NUMBER_PER_IP_LOCAL 367
393 #define OPER_ONLY_UMODES 368
394 #define OPER_UMODES 369
395 #define OPERATOR 370
396 #define OPERS_BYPASS_CALLERID 371
397 #define PACE_WAIT 372
398 #define PACE_WAIT_SIMPLE 373
399 #define PASSWORD 374
400 #define PATH 375
401 #define PING_COOKIE 376
402 #define PING_TIME 377
403 #define PORT 378
404 #define QSTRING 379
405 #define RANDOM_IDLE 380
406 #define REASON 381
407 #define REDIRPORT 382
408 #define REDIRSERV 383
409 #define REHASH 384
410 #define REMOTE 385
411 #define REMOTEBAN 386
412 #define RESV 387
413 #define RESV_EXEMPT 388
414 #define RSA_PRIVATE_KEY_FILE 389
415 #define SECONDS 390
416 #define MINUTES 391
417 #define HOURS 392
418 #define DAYS 393
419 #define WEEKS 394
420 #define MONTHS 395
421 #define YEARS 396
422 #define SEND_PASSWORD 397
423 #define SENDQ 398
424 #define SERVERHIDE 399
425 #define SERVERINFO 400
426 #define SHORT_MOTD 401
427 #define SPOOF 402
428 #define SPOOF_NOTICE 403
429 #define SQUIT 404
430 #define SSL_CERTIFICATE_FILE 405
431 #define SSL_CERTIFICATE_FINGERPRINT 406
432 #define SSL_CONNECTION_REQUIRED 407
433 #define SSL_DH_ELLIPTIC_CURVE 408
434 #define SSL_DH_PARAM_FILE 409
435 #define SSL_MESSAGE_DIGEST_ALGORITHM 410
436 #define STATS_E_DISABLED 411
437 #define STATS_I_OPER_ONLY 412
438 #define STATS_K_OPER_ONLY 413
439 #define STATS_M_OPER_ONLY 414
440 #define STATS_O_OPER_ONLY 415
441 #define STATS_P_OPER_ONLY 416
442 #define STATS_U_OPER_ONLY 417
443 #define T_ALL 418
444 #define T_BIND 419
445 #define T_BOTS 420
446 #define T_CALLERID 421
447 #define T_CCONN 422
448 #define T_COMMAND 423
449 #define T_CLUSTER 424
450 #define T_DEAF 425
451 #define T_DEBUG 426
452 #define T_DLINE 427
453 #define T_EXTERNAL 428
454 #define T_FARCONNECT 429
455 #define T_FILE 430
456 #define T_FULL 431
457 #define T_GLOBOPS 432
458 #define T_INVISIBLE 433
459 #define T_IPV4 434
460 #define T_IPV6 435
461 #define T_LOCOPS 436
462 #define T_LOG 437
463 #define T_NCHANGE 438
464 #define T_NONONREG 439
465 #define T_OPME 440
466 #define T_PREPEND 441
467 #define T_PSEUDO 442
468 #define T_RECVQ 443
469 #define T_REJ 444
470 #define T_RESTART 445
471 #define T_SERVER 446
472 #define T_SERVICE 447
473 #define T_SERVNOTICE 448
474 #define T_SET 449
475 #define T_SHARED 450
476 #define T_SIZE 451
477 #define T_SKILL 452
478 #define T_SOFTCALLERID 453
479 #define T_SPY 454
480 #define T_SSL 455
481 #define T_SSL_CIPHER_LIST 456
482 #define T_TARGET 457
483 #define T_UMODES 458
484 #define T_UNAUTH 459
485 #define T_UNDLINE 460
486 #define T_UNLIMITED 461
487 #define T_UNRESV 462
488 #define T_UNXLINE 463
489 #define T_WALLOP 464
490 #define T_WALLOPS 465
491 #define T_WEBIRC 466
492 #define TBOOL 467
493 #define THROTTLE_COUNT 468
494 #define THROTTLE_TIME 469
495 #define TIMEOUT 470
496 #define TMASKED 471
497 #define TS_MAX_DELTA 472
498 #define TS_WARN_DELTA 473
499 #define TWODOTS 474
500 #define TYPE 475
501 #define UNKLINE 476
502 #define USE_LOGGING 477
503 #define USER 478
504 #define VHOST 479
505 #define VHOST6 480
506 #define WARN_NO_CONNECT_BLOCK 481
507 #define WHOIS 482
508 #define WHOWAS_HISTORY_LENGTH 483
509 #define XLINE 484
510 #define XLINE_EXEMPT 485
511
512 /* Value type. */
513 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
514
515 union YYSTYPE
516 {
517 #line 142 "conf_parser.y" /* yacc.c:1921 */
518
519 int number;
520 char *string;
521
522 #line 523 "conf_parser.h" /* yacc.c:1921 */
523 };
524
525 typedef union YYSTYPE YYSTYPE;
526 # define YYSTYPE_IS_TRIVIAL 1
527 # define YYSTYPE_IS_DECLARED 1
528 #endif
529
530
531 extern YYSTYPE yylval;
532
533 int yyparse (void);
534
535 #endif /* !YY_YY_CONF_PARSER_H_INCLUDED */

Properties

Name Value
svn:eol-style native