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