ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 5761
Committed: Thu Apr 2 18:33:24 2015 UTC (10 years, 4 months ago) by michael
Content type: text/x-chdr
File size: 12902 byte(s)
Log Message:
- Regenerate parser/lexer files

File Contents

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

Properties

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