ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/conf_parser.c
(Generate patch)

Comparing:
ircd-hybrid-7.2/src/ircd_parser.c (file contents), Revision 913 by michael, Wed Nov 7 23:20:12 2007 UTC vs.
ircd-hybrid-8/src/conf_parser.c (file contents), Revision 1401 by michael, Tue May 8 18:58:13 2012 UTC

# Line 1 | Line 1
1 < /* A Bison parser, made by GNU Bison 2.3.  */
1 > /* A Bison parser, made by GNU Bison 2.5.  */
2  
3 < /* Skeleton implementation for Bison's Yacc-like parsers in C
4 <
5 <   Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6 <   Free Software Foundation, Inc.
7 <
8 <   This program is free software; you can redistribute it and/or modify
3 > /* Bison implementation for Yacc-like parsers in C
4 >  
5 >      Copyright (C) 1984, 1989-1990, 2000-2011 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 2, or (at your option)
10 <   any later version.
11 <
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 <
16 >  
17     You should have received a copy of the GNU General Public License
18 <   along with this program; if not, write to the Free Software
20 <   Foundation, Inc., 51 Franklin Street, Fifth Floor,
21 <   Boston, MA 02110-1301, USA.  */
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
# Line 29 | Line 26
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 <
29 >  
30     This special exception was added by the Free Software Foundation in
31     version 2.2 of Bison.  */
32  
# Line 47 | Line 44
44   #define YYBISON 1
45  
46   /* Bison version.  */
47 < #define YYBISON_VERSION "2.3"
47 > #define YYBISON_VERSION "2.5"
48  
49   /* Skeleton name.  */
50   #define YYSKELETON_NAME "yacc.c"
# Line 55 | Line 52
52   /* Pure parsers.  */
53   #define YYPURE 0
54  
55 < /* Using locations.  */
56 < #define YYLSP_NEEDED 0
60 <
61 <
55 > /* Push parsers.  */
56 > #define YYPUSH 0
57  
58 < /* Tokens.  */
59 < #ifndef YYTOKENTYPE
65 < # define YYTOKENTYPE
66 <   /* Put the tokens into the symbol table, so that GDB and other debuggers
67 <      know about them.  */
68 <   enum yytokentype {
69 <     ACCEPT_PASSWORD = 258,
70 <     ACTION = 259,
71 <     ADMIN = 260,
72 <     AFTYPE = 261,
73 <     T_ALLOW = 262,
74 <     ANTI_NICK_FLOOD = 263,
75 <     ANTI_SPAM_EXIT_MESSAGE_TIME = 264,
76 <     AUTOCONN = 265,
77 <     T_BLOCK = 266,
78 <     BURST_AWAY = 267,
79 <     BURST_TOPICWHO = 268,
80 <     BYTES = 269,
81 <     KBYTES = 270,
82 <     MBYTES = 271,
83 <     GBYTES = 272,
84 <     TBYTES = 273,
85 <     CALLER_ID_WAIT = 274,
86 <     CAN_FLOOD = 275,
87 <     CAN_IDLE = 276,
88 <     CHANNEL = 277,
89 <     CIDR_BITLEN_IPV4 = 278,
90 <     CIDR_BITLEN_IPV6 = 279,
91 <     CIPHER_PREFERENCE = 280,
92 <     CLASS = 281,
93 <     COMPRESSED = 282,
94 <     COMPRESSION_LEVEL = 283,
95 <     CONNECT = 284,
96 <     CONNECTFREQ = 285,
97 <     CRYPTLINK = 286,
98 <     DEFAULT_CIPHER_PREFERENCE = 287,
99 <     DEFAULT_FLOODCOUNT = 288,
100 <     DEFAULT_SPLIT_SERVER_COUNT = 289,
101 <     DEFAULT_SPLIT_USER_COUNT = 290,
102 <     DENY = 291,
103 <     DESCRIPTION = 292,
104 <     DIE = 293,
105 <     DISABLE_AUTH = 294,
106 <     DISABLE_FAKE_CHANNELS = 295,
107 <     DISABLE_HIDDEN = 296,
108 <     DISABLE_LOCAL_CHANNELS = 297,
109 <     DISABLE_REMOTE_COMMANDS = 298,
110 <     DOT_IN_IP6_ADDR = 299,
111 <     DOTS_IN_IDENT = 300,
112 <     DURATION = 301,
113 <     EGDPOOL_PATH = 302,
114 <     EMAIL = 303,
115 <     ENABLE = 304,
116 <     ENCRYPTED = 305,
117 <     EXCEED_LIMIT = 306,
118 <     EXEMPT = 307,
119 <     FAILED_OPER_NOTICE = 308,
120 <     FAKENAME = 309,
121 <     IRCD_FLAGS = 310,
122 <     FLATTEN_LINKS = 311,
123 <     FFAILED_OPERLOG = 312,
124 <     FKILLLOG = 313,
125 <     FKLINELOG = 314,
126 <     FGLINELOG = 315,
127 <     FIOERRLOG = 316,
128 <     FOPERLOG = 317,
129 <     FOPERSPYLOG = 318,
130 <     FUSERLOG = 319,
131 <     GECOS = 320,
132 <     GENERAL = 321,
133 <     GLINE = 322,
134 <     GLINES = 323,
135 <     GLINE_EXEMPT = 324,
136 <     GLINE_LOG = 325,
137 <     GLINE_TIME = 326,
138 <     GLINE_MIN_CIDR = 327,
139 <     GLINE_MIN_CIDR6 = 328,
140 <     GLOBAL_KILL = 329,
141 <     IRCD_AUTH = 330,
142 <     NEED_IDENT = 331,
143 <     HAVENT_READ_CONF = 332,
144 <     HIDDEN = 333,
145 <     HIDDEN_ADMIN = 334,
146 <     HIDDEN_NAME = 335,
147 <     HIDDEN_OPER = 336,
148 <     HIDE_SERVER_IPS = 337,
149 <     HIDE_SERVERS = 338,
150 <     HIDE_SPOOF_IPS = 339,
151 <     HOST = 340,
152 <     HUB = 341,
153 <     HUB_MASK = 342,
154 <     IDLETIME = 343,
155 <     IGNORE_BOGUS_TS = 344,
156 <     INVISIBLE_ON_CONNECT = 345,
157 <     IP = 346,
158 <     KILL = 347,
159 <     KILL_CHASE_TIME_LIMIT = 348,
160 <     KLINE = 349,
161 <     KLINE_EXEMPT = 350,
162 <     KLINE_REASON = 351,
163 <     KLINE_WITH_REASON = 352,
164 <     KNOCK_DELAY = 353,
165 <     KNOCK_DELAY_CHANNEL = 354,
166 <     LEAF_MASK = 355,
167 <     LINKS_DELAY = 356,
168 <     LISTEN = 357,
169 <     T_LOG = 358,
170 <     LOGGING = 359,
171 <     LOG_LEVEL = 360,
172 <     MAX_ACCEPT = 361,
173 <     MAX_BANS = 362,
174 <     MAX_CHANS_PER_USER = 363,
175 <     MAX_GLOBAL = 364,
176 <     MAX_IDENT = 365,
177 <     MAX_LOCAL = 366,
178 <     MAX_NICK_CHANGES = 367,
179 <     MAX_NICK_TIME = 368,
180 <     MAX_NUMBER = 369,
181 <     MAX_TARGETS = 370,
182 <     MAX_WATCH = 371,
183 <     MESSAGE_LOCALE = 372,
184 <     MIN_NONWILDCARD = 373,
185 <     MIN_NONWILDCARD_SIMPLE = 374,
186 <     MODULE = 375,
187 <     MODULES = 376,
188 <     NAME = 377,
189 <     NEED_PASSWORD = 378,
190 <     NETWORK_DESC = 379,
191 <     NETWORK_NAME = 380,
192 <     NICK = 381,
193 <     NICK_CHANGES = 382,
194 <     NO_CREATE_ON_SPLIT = 383,
195 <     NO_JOIN_ON_SPLIT = 384,
196 <     NO_OPER_FLOOD = 385,
197 <     NO_TILDE = 386,
198 <     NOT = 387,
199 <     NUMBER = 388,
200 <     NUMBER_PER_IDENT = 389,
201 <     NUMBER_PER_CIDR = 390,
202 <     NUMBER_PER_IP = 391,
203 <     NUMBER_PER_IP_GLOBAL = 392,
204 <     OPERATOR = 393,
205 <     OPERS_BYPASS_CALLERID = 394,
206 <     OPER_LOG = 395,
207 <     OPER_ONLY_UMODES = 396,
208 <     OPER_PASS_RESV = 397,
209 <     OPER_SPY_T = 398,
210 <     OPER_UMODES = 399,
211 <     JOIN_FLOOD_COUNT = 400,
212 <     JOIN_FLOOD_TIME = 401,
213 <     PACE_WAIT = 402,
214 <     PACE_WAIT_SIMPLE = 403,
215 <     PASSWORD = 404,
216 <     PATH = 405,
217 <     PING_COOKIE = 406,
218 <     PING_TIME = 407,
219 <     PING_WARNING = 408,
220 <     PORT = 409,
221 <     QSTRING = 410,
222 <     QUIET_ON_BAN = 411,
223 <     REASON = 412,
224 <     REDIRPORT = 413,
225 <     REDIRSERV = 414,
226 <     REGEX_T = 415,
227 <     REHASH = 416,
228 <     TREJECT_HOLD_TIME = 417,
229 <     REMOTE = 418,
230 <     REMOTEBAN = 419,
231 <     RESTRICT_CHANNELS = 420,
232 <     RESTRICTED = 421,
233 <     RSA_PRIVATE_KEY_FILE = 422,
234 <     RSA_PUBLIC_KEY_FILE = 423,
235 <     SSL_CERTIFICATE_FILE = 424,
236 <     RESV = 425,
237 <     RESV_EXEMPT = 426,
238 <     SECONDS = 427,
239 <     MINUTES = 428,
240 <     HOURS = 429,
241 <     DAYS = 430,
242 <     WEEKS = 431,
243 <     SENDQ = 432,
244 <     SEND_PASSWORD = 433,
245 <     SERVERHIDE = 434,
246 <     SERVERINFO = 435,
247 <     SERVLINK_PATH = 436,
248 <     IRCD_SID = 437,
249 <     TKLINE_EXPIRE_NOTICES = 438,
250 <     T_SHARED = 439,
251 <     T_CLUSTER = 440,
252 <     TYPE = 441,
253 <     SHORT_MOTD = 442,
254 <     SILENT = 443,
255 <     SPOOF = 444,
256 <     SPOOF_NOTICE = 445,
257 <     STATS_E_DISABLED = 446,
258 <     STATS_I_OPER_ONLY = 447,
259 <     STATS_K_OPER_ONLY = 448,
260 <     STATS_O_OPER_ONLY = 449,
261 <     STATS_P_OPER_ONLY = 450,
262 <     TBOOL = 451,
263 <     TMASKED = 452,
264 <     T_REJECT = 453,
265 <     TS_MAX_DELTA = 454,
266 <     TS_WARN_DELTA = 455,
267 <     TWODOTS = 456,
268 <     T_ALL = 457,
269 <     T_BOTS = 458,
270 <     T_SOFTCALLERID = 459,
271 <     T_CALLERID = 460,
272 <     T_CCONN = 461,
273 <     T_CCONN_FULL = 462,
274 <     T_CLIENT_FLOOD = 463,
275 <     T_DEAF = 464,
276 <     T_DEBUG = 465,
277 <     T_DRONE = 466,
278 <     T_EXTERNAL = 467,
279 <     T_FULL = 468,
280 <     T_INVISIBLE = 469,
281 <     T_IPV4 = 470,
282 <     T_IPV6 = 471,
283 <     T_LOCOPS = 472,
284 <     T_LOGPATH = 473,
285 <     T_L_CRIT = 474,
286 <     T_L_DEBUG = 475,
287 <     T_L_ERROR = 476,
288 <     T_L_INFO = 477,
289 <     T_L_NOTICE = 478,
290 <     T_L_TRACE = 479,
291 <     T_L_WARN = 480,
292 <     T_MAX_CLIENTS = 481,
293 <     T_NCHANGE = 482,
294 <     T_OPERWALL = 483,
295 <     T_REJ = 484,
296 <     T_SERVER = 485,
297 <     T_SERVNOTICE = 486,
298 <     T_SKILL = 487,
299 <     T_SPY = 488,
300 <     T_SSL = 489,
301 <     T_UMODES = 490,
302 <     T_UNAUTH = 491,
303 <     T_UNRESV = 492,
304 <     T_UNXLINE = 493,
305 <     T_WALLOP = 494,
306 <     THROTTLE_TIME = 495,
307 <     TOPICBURST = 496,
308 <     TRUE_NO_OPER_FLOOD = 497,
309 <     TKLINE = 498,
310 <     TXLINE = 499,
311 <     TRESV = 500,
312 <     UNKLINE = 501,
313 <     USER = 502,
314 <     USE_EGD = 503,
315 <     USE_EXCEPT = 504,
316 <     USE_INVEX = 505,
317 <     USE_KNOCK = 506,
318 <     USE_LOGGING = 507,
319 <     USE_WHOIS_ACTUALLY = 508,
320 <     VHOST = 509,
321 <     VHOST6 = 510,
322 <     XLINE = 511,
323 <     WARN = 512,
324 <     WARN_NO_NLINE = 513
325 <   };
326 < #endif
327 < /* Tokens.  */
328 < #define ACCEPT_PASSWORD 258
329 < #define ACTION 259
330 < #define ADMIN 260
331 < #define AFTYPE 261
332 < #define T_ALLOW 262
333 < #define ANTI_NICK_FLOOD 263
334 < #define ANTI_SPAM_EXIT_MESSAGE_TIME 264
335 < #define AUTOCONN 265
336 < #define T_BLOCK 266
337 < #define BURST_AWAY 267
338 < #define BURST_TOPICWHO 268
339 < #define BYTES 269
340 < #define KBYTES 270
341 < #define MBYTES 271
342 < #define GBYTES 272
343 < #define TBYTES 273
344 < #define CALLER_ID_WAIT 274
345 < #define CAN_FLOOD 275
346 < #define CAN_IDLE 276
347 < #define CHANNEL 277
348 < #define CIDR_BITLEN_IPV4 278
349 < #define CIDR_BITLEN_IPV6 279
350 < #define CIPHER_PREFERENCE 280
351 < #define CLASS 281
352 < #define COMPRESSED 282
353 < #define COMPRESSION_LEVEL 283
354 < #define CONNECT 284
355 < #define CONNECTFREQ 285
356 < #define CRYPTLINK 286
357 < #define DEFAULT_CIPHER_PREFERENCE 287
358 < #define DEFAULT_FLOODCOUNT 288
359 < #define DEFAULT_SPLIT_SERVER_COUNT 289
360 < #define DEFAULT_SPLIT_USER_COUNT 290
361 < #define DENY 291
362 < #define DESCRIPTION 292
363 < #define DIE 293
364 < #define DISABLE_AUTH 294
365 < #define DISABLE_FAKE_CHANNELS 295
366 < #define DISABLE_HIDDEN 296
367 < #define DISABLE_LOCAL_CHANNELS 297
368 < #define DISABLE_REMOTE_COMMANDS 298
369 < #define DOT_IN_IP6_ADDR 299
370 < #define DOTS_IN_IDENT 300
371 < #define DURATION 301
372 < #define EGDPOOL_PATH 302
373 < #define EMAIL 303
374 < #define ENABLE 304
375 < #define ENCRYPTED 305
376 < #define EXCEED_LIMIT 306
377 < #define EXEMPT 307
378 < #define FAILED_OPER_NOTICE 308
379 < #define FAKENAME 309
380 < #define IRCD_FLAGS 310
381 < #define FLATTEN_LINKS 311
382 < #define FFAILED_OPERLOG 312
383 < #define FKILLLOG 313
384 < #define FKLINELOG 314
385 < #define FGLINELOG 315
386 < #define FIOERRLOG 316
387 < #define FOPERLOG 317
388 < #define FOPERSPYLOG 318
389 < #define FUSERLOG 319
390 < #define GECOS 320
391 < #define GENERAL 321
392 < #define GLINE 322
393 < #define GLINES 323
394 < #define GLINE_EXEMPT 324
395 < #define GLINE_LOG 325
396 < #define GLINE_TIME 326
397 < #define GLINE_MIN_CIDR 327
398 < #define GLINE_MIN_CIDR6 328
399 < #define GLOBAL_KILL 329
400 < #define IRCD_AUTH 330
401 < #define NEED_IDENT 331
402 < #define HAVENT_READ_CONF 332
403 < #define HIDDEN 333
404 < #define HIDDEN_ADMIN 334
405 < #define HIDDEN_NAME 335
406 < #define HIDDEN_OPER 336
407 < #define HIDE_SERVER_IPS 337
408 < #define HIDE_SERVERS 338
409 < #define HIDE_SPOOF_IPS 339
410 < #define HOST 340
411 < #define HUB 341
412 < #define HUB_MASK 342
413 < #define IDLETIME 343
414 < #define IGNORE_BOGUS_TS 344
415 < #define INVISIBLE_ON_CONNECT 345
416 < #define IP 346
417 < #define KILL 347
418 < #define KILL_CHASE_TIME_LIMIT 348
419 < #define KLINE 349
420 < #define KLINE_EXEMPT 350
421 < #define KLINE_REASON 351
422 < #define KLINE_WITH_REASON 352
423 < #define KNOCK_DELAY 353
424 < #define KNOCK_DELAY_CHANNEL 354
425 < #define LEAF_MASK 355
426 < #define LINKS_DELAY 356
427 < #define LISTEN 357
428 < #define T_LOG 358
429 < #define LOGGING 359
430 < #define LOG_LEVEL 360
431 < #define MAX_ACCEPT 361
432 < #define MAX_BANS 362
433 < #define MAX_CHANS_PER_USER 363
434 < #define MAX_GLOBAL 364
435 < #define MAX_IDENT 365
436 < #define MAX_LOCAL 366
437 < #define MAX_NICK_CHANGES 367
438 < #define MAX_NICK_TIME 368
439 < #define MAX_NUMBER 369
440 < #define MAX_TARGETS 370
441 < #define MAX_WATCH 371
442 < #define MESSAGE_LOCALE 372
443 < #define MIN_NONWILDCARD 373
444 < #define MIN_NONWILDCARD_SIMPLE 374
445 < #define MODULE 375
446 < #define MODULES 376
447 < #define NAME 377
448 < #define NEED_PASSWORD 378
449 < #define NETWORK_DESC 379
450 < #define NETWORK_NAME 380
451 < #define NICK 381
452 < #define NICK_CHANGES 382
453 < #define NO_CREATE_ON_SPLIT 383
454 < #define NO_JOIN_ON_SPLIT 384
455 < #define NO_OPER_FLOOD 385
456 < #define NO_TILDE 386
457 < #define NOT 387
458 < #define NUMBER 388
459 < #define NUMBER_PER_IDENT 389
460 < #define NUMBER_PER_CIDR 390
461 < #define NUMBER_PER_IP 391
462 < #define NUMBER_PER_IP_GLOBAL 392
463 < #define OPERATOR 393
464 < #define OPERS_BYPASS_CALLERID 394
465 < #define OPER_LOG 395
466 < #define OPER_ONLY_UMODES 396
467 < #define OPER_PASS_RESV 397
468 < #define OPER_SPY_T 398
469 < #define OPER_UMODES 399
470 < #define JOIN_FLOOD_COUNT 400
471 < #define JOIN_FLOOD_TIME 401
472 < #define PACE_WAIT 402
473 < #define PACE_WAIT_SIMPLE 403
474 < #define PASSWORD 404
475 < #define PATH 405
476 < #define PING_COOKIE 406
477 < #define PING_TIME 407
478 < #define PING_WARNING 408
479 < #define PORT 409
480 < #define QSTRING 410
481 < #define QUIET_ON_BAN 411
482 < #define REASON 412
483 < #define REDIRPORT 413
484 < #define REDIRSERV 414
485 < #define REGEX_T 415
486 < #define REHASH 416
487 < #define TREJECT_HOLD_TIME 417
488 < #define REMOTE 418
489 < #define REMOTEBAN 419
490 < #define RESTRICT_CHANNELS 420
491 < #define RESTRICTED 421
492 < #define RSA_PRIVATE_KEY_FILE 422
493 < #define RSA_PUBLIC_KEY_FILE 423
494 < #define SSL_CERTIFICATE_FILE 424
495 < #define RESV 425
496 < #define RESV_EXEMPT 426
497 < #define SECONDS 427
498 < #define MINUTES 428
499 < #define HOURS 429
500 < #define DAYS 430
501 < #define WEEKS 431
502 < #define SENDQ 432
503 < #define SEND_PASSWORD 433
504 < #define SERVERHIDE 434
505 < #define SERVERINFO 435
506 < #define SERVLINK_PATH 436
507 < #define IRCD_SID 437
508 < #define TKLINE_EXPIRE_NOTICES 438
509 < #define T_SHARED 439
510 < #define T_CLUSTER 440
511 < #define TYPE 441
512 < #define SHORT_MOTD 442
513 < #define SILENT 443
514 < #define SPOOF 444
515 < #define SPOOF_NOTICE 445
516 < #define STATS_E_DISABLED 446
517 < #define STATS_I_OPER_ONLY 447
518 < #define STATS_K_OPER_ONLY 448
519 < #define STATS_O_OPER_ONLY 449
520 < #define STATS_P_OPER_ONLY 450
521 < #define TBOOL 451
522 < #define TMASKED 452
523 < #define T_REJECT 453
524 < #define TS_MAX_DELTA 454
525 < #define TS_WARN_DELTA 455
526 < #define TWODOTS 456
527 < #define T_ALL 457
528 < #define T_BOTS 458
529 < #define T_SOFTCALLERID 459
530 < #define T_CALLERID 460
531 < #define T_CCONN 461
532 < #define T_CCONN_FULL 462
533 < #define T_CLIENT_FLOOD 463
534 < #define T_DEAF 464
535 < #define T_DEBUG 465
536 < #define T_DRONE 466
537 < #define T_EXTERNAL 467
538 < #define T_FULL 468
539 < #define T_INVISIBLE 469
540 < #define T_IPV4 470
541 < #define T_IPV6 471
542 < #define T_LOCOPS 472
543 < #define T_LOGPATH 473
544 < #define T_L_CRIT 474
545 < #define T_L_DEBUG 475
546 < #define T_L_ERROR 476
547 < #define T_L_INFO 477
548 < #define T_L_NOTICE 478
549 < #define T_L_TRACE 479
550 < #define T_L_WARN 480
551 < #define T_MAX_CLIENTS 481
552 < #define T_NCHANGE 482
553 < #define T_OPERWALL 483
554 < #define T_REJ 484
555 < #define T_SERVER 485
556 < #define T_SERVNOTICE 486
557 < #define T_SKILL 487
558 < #define T_SPY 488
559 < #define T_SSL 489
560 < #define T_UMODES 490
561 < #define T_UNAUTH 491
562 < #define T_UNRESV 492
563 < #define T_UNXLINE 493
564 < #define T_WALLOP 494
565 < #define THROTTLE_TIME 495
566 < #define TOPICBURST 496
567 < #define TRUE_NO_OPER_FLOOD 497
568 < #define TKLINE 498
569 < #define TXLINE 499
570 < #define TRESV 500
571 < #define UNKLINE 501
572 < #define USER 502
573 < #define USE_EGD 503
574 < #define USE_EXCEPT 504
575 < #define USE_INVEX 505
576 < #define USE_KNOCK 506
577 < #define USE_LOGGING 507
578 < #define USE_WHOIS_ACTUALLY 508
579 < #define VHOST 509
580 < #define VHOST6 510
581 < #define XLINE 511
582 < #define WARN 512
583 < #define WARN_NO_NLINE 513
58 > /* Pull parsers.  */
59 > #define YYPULL 1
60  
61 + /* Using locations.  */
62 + #define YYLSP_NEEDED 0
63  
64  
65  
66   /* Copy the first part of user declarations.  */
67 < #line 25 "ircd_parser.y"
67 >
68 > /* Line 268 of yacc.c  */
69 > #line 25 "conf_parser.y"
70  
71  
72   #define YY_NO_UNPUT
73   #include <sys/types.h>
74   #include <string.h>
75  
76 + #include "config.h"
77   #include "stdinc.h"
78   #include "ircd.h"
598 #include "tools.h"
79   #include "list.h"
80 < #include "s_conf.h"
80 > #include "conf.h"
81   #include "event.h"
82 < #include "s_log.h"
82 > #include "log.h"
83   #include "client.h"     /* for UMODE_ALL only */
604 #include "pcre.h"
84   #include "irc_string.h"
606 #include "irc_getaddrinfo.h"
85   #include "sprintf_irc.h"
86   #include "memory.h"
87   #include "modules.h"
# Line 619 | Line 97
97   #include <openssl/rsa.h>
98   #include <openssl/bio.h>
99   #include <openssl/pem.h>
100 + #include <openssl/dh.h>
101   #endif
102  
103 + int yylex(void);
104 +
105   static char *class_name = NULL;
106   static struct ConfItem *yy_conf = NULL;
107   static struct AccessItem *yy_aconf = NULL;
# Line 629 | Line 110 | static struct ClassItem *yy_class = NULL
110   static char *yy_class_name = NULL;
111  
112   static dlink_list col_conf_list  = { NULL, NULL, 0 };
632 static dlink_list hub_conf_list  = { NULL, NULL, 0 };
633 static dlink_list leaf_conf_list = { NULL, NULL, 0 };
113   static unsigned int listener_flags = 0;
114   static unsigned int regex_ban = 0;
115   static char userbuf[IRCD_BUFSIZE];
116   static char hostbuf[IRCD_BUFSIZE];
117   static char reasonbuf[REASONLEN + 1];
118   static char gecos_name[REALLEN * 4];
119 <
120 < extern dlink_list gdeny_items; /* XXX */
121 <
119 > static char lfile[IRCD_BUFSIZE];
120 > static unsigned int ltype = 0;
121 > static unsigned int lsize = 0;
122   static char *resv_reason = NULL;
123   static char *listener_address = NULL;
645 static int not_atom = 0;
124  
125   struct CollectItem
126   {
# Line 672 | Line 150 | free_collect_item(struct CollectItem *it
150    MyFree(item);
151   }
152  
675 static void
676 unhook_hub_leaf_confs(void)
677 {
678  dlink_node *ptr;
679  dlink_node *next_ptr;
680  struct CollectItem *yy_hconf;
681  struct CollectItem *yy_lconf;
682
683  DLINK_FOREACH_SAFE(ptr, next_ptr, hub_conf_list.head)
684  {
685    yy_hconf = ptr->data;
686    dlinkDelete(&yy_hconf->node, &hub_conf_list);
687    free_collect_item(yy_hconf);
688  }
689
690  DLINK_FOREACH_SAFE(ptr, next_ptr, leaf_conf_list.head)
691  {
692    yy_lconf = ptr->data;
693    dlinkDelete(&yy_lconf->node, &leaf_conf_list);
694    free_collect_item(yy_lconf);
695  }
696 }
153  
154  
155 + /* Line 268 of yacc.c  */
156 + #line 157 "conf_parser.c"
157  
158   /* Enabling traces.  */
159   #ifndef YYDEBUG
# Line 715 | Line 173 | unhook_hub_leaf_confs(void)
173   # define YYTOKEN_TABLE 0
174   #endif
175  
176 +
177 + /* Tokens.  */
178 + #ifndef YYTOKENTYPE
179 + # define YYTOKENTYPE
180 +   /* Put the tokens into the symbol table, so that GDB and other debuggers
181 +      know about them.  */
182 +   enum yytokentype {
183 +     ACCEPT_PASSWORD = 258,
184 +     ACTION = 259,
185 +     ADMIN = 260,
186 +     AFTYPE = 261,
187 +     T_ALLOW = 262,
188 +     ANTI_NICK_FLOOD = 263,
189 +     ANTI_SPAM_EXIT_MESSAGE_TIME = 264,
190 +     AUTOCONN = 265,
191 +     T_BLOCK = 266,
192 +     BURST_AWAY = 267,
193 +     BYTES = 268,
194 +     KBYTES = 269,
195 +     MBYTES = 270,
196 +     GBYTES = 271,
197 +     TBYTES = 272,
198 +     CALLER_ID_WAIT = 273,
199 +     CAN_FLOOD = 274,
200 +     CHANNEL = 275,
201 +     CIDR_BITLEN_IPV4 = 276,
202 +     CIDR_BITLEN_IPV6 = 277,
203 +     CLASS = 278,
204 +     CONNECT = 279,
205 +     CONNECTFREQ = 280,
206 +     DEFAULT_FLOODCOUNT = 281,
207 +     DEFAULT_SPLIT_SERVER_COUNT = 282,
208 +     DEFAULT_SPLIT_USER_COUNT = 283,
209 +     DENY = 284,
210 +     DESCRIPTION = 285,
211 +     DIE = 286,
212 +     DISABLE_AUTH = 287,
213 +     DISABLE_FAKE_CHANNELS = 288,
214 +     DISABLE_HIDDEN = 289,
215 +     DISABLE_LOCAL_CHANNELS = 290,
216 +     DISABLE_REMOTE_COMMANDS = 291,
217 +     DOTS_IN_IDENT = 292,
218 +     DURATION = 293,
219 +     EGDPOOL_PATH = 294,
220 +     EMAIL = 295,
221 +     ENABLE = 296,
222 +     ENCRYPTED = 297,
223 +     EXCEED_LIMIT = 298,
224 +     EXEMPT = 299,
225 +     FAILED_OPER_NOTICE = 300,
226 +     IRCD_FLAGS = 301,
227 +     FLATTEN_LINKS = 302,
228 +     GECOS = 303,
229 +     GENERAL = 304,
230 +     GLINE = 305,
231 +     GLINES = 306,
232 +     GLINE_EXEMPT = 307,
233 +     GLINE_TIME = 308,
234 +     GLINE_MIN_CIDR = 309,
235 +     GLINE_MIN_CIDR6 = 310,
236 +     GLOBAL_KILL = 311,
237 +     IRCD_AUTH = 312,
238 +     NEED_IDENT = 313,
239 +     HAVENT_READ_CONF = 314,
240 +     HIDDEN = 315,
241 +     HIDDEN_NAME = 316,
242 +     HIDE_SERVER_IPS = 317,
243 +     HIDE_SERVERS = 318,
244 +     HIDE_SPOOF_IPS = 319,
245 +     HOST = 320,
246 +     HUB = 321,
247 +     HUB_MASK = 322,
248 +     IGNORE_BOGUS_TS = 323,
249 +     INVISIBLE_ON_CONNECT = 324,
250 +     IP = 325,
251 +     KILL = 326,
252 +     KILL_CHASE_TIME_LIMIT = 327,
253 +     KLINE = 328,
254 +     KLINE_EXEMPT = 329,
255 +     KLINE_REASON = 330,
256 +     KLINE_WITH_REASON = 331,
257 +     KNOCK_DELAY = 332,
258 +     KNOCK_DELAY_CHANNEL = 333,
259 +     LEAF_MASK = 334,
260 +     LINKS_DELAY = 335,
261 +     LISTEN = 336,
262 +     T_LOG = 337,
263 +     MAX_ACCEPT = 338,
264 +     MAX_BANS = 339,
265 +     MAX_CHANS_PER_USER = 340,
266 +     MAX_GLOBAL = 341,
267 +     MAX_IDENT = 342,
268 +     MAX_LOCAL = 343,
269 +     MAX_NICK_CHANGES = 344,
270 +     MAX_NICK_TIME = 345,
271 +     MAX_NUMBER = 346,
272 +     MAX_TARGETS = 347,
273 +     MAX_WATCH = 348,
274 +     MESSAGE_LOCALE = 349,
275 +     MIN_NONWILDCARD = 350,
276 +     MIN_NONWILDCARD_SIMPLE = 351,
277 +     MODULE = 352,
278 +     MODULES = 353,
279 +     NAME = 354,
280 +     NEED_PASSWORD = 355,
281 +     NETWORK_DESC = 356,
282 +     NETWORK_NAME = 357,
283 +     NICK = 358,
284 +     NICK_CHANGES = 359,
285 +     NO_CREATE_ON_SPLIT = 360,
286 +     NO_JOIN_ON_SPLIT = 361,
287 +     NO_OPER_FLOOD = 362,
288 +     NO_TILDE = 363,
289 +     NUMBER = 364,
290 +     NUMBER_PER_IDENT = 365,
291 +     NUMBER_PER_CIDR = 366,
292 +     NUMBER_PER_IP = 367,
293 +     NUMBER_PER_IP_GLOBAL = 368,
294 +     OPERATOR = 369,
295 +     OPERS_BYPASS_CALLERID = 370,
296 +     OPER_ONLY_UMODES = 371,
297 +     OPER_PASS_RESV = 372,
298 +     OPER_SPY_T = 373,
299 +     OPER_UMODES = 374,
300 +     JOIN_FLOOD_COUNT = 375,
301 +     JOIN_FLOOD_TIME = 376,
302 +     PACE_WAIT = 377,
303 +     PACE_WAIT_SIMPLE = 378,
304 +     PASSWORD = 379,
305 +     PATH = 380,
306 +     PING_COOKIE = 381,
307 +     PING_TIME = 382,
308 +     PING_WARNING = 383,
309 +     PORT = 384,
310 +     QSTRING = 385,
311 +     QUIET_ON_BAN = 386,
312 +     REASON = 387,
313 +     REDIRPORT = 388,
314 +     REDIRSERV = 389,
315 +     REGEX_T = 390,
316 +     REHASH = 391,
317 +     TREJECT_HOLD_TIME = 392,
318 +     REMOTE = 393,
319 +     REMOTEBAN = 394,
320 +     RESTRICT_CHANNELS = 395,
321 +     RESTRICTED = 396,
322 +     RSA_PRIVATE_KEY_FILE = 397,
323 +     RSA_PUBLIC_KEY_FILE = 398,
324 +     SSL_CERTIFICATE_FILE = 399,
325 +     SSL_DH_PARAM_FILE = 400,
326 +     T_SSL_CLIENT_METHOD = 401,
327 +     T_SSL_SERVER_METHOD = 402,
328 +     T_SSLV3 = 403,
329 +     T_TLSV1 = 404,
330 +     RESV = 405,
331 +     RESV_EXEMPT = 406,
332 +     SECONDS = 407,
333 +     MINUTES = 408,
334 +     HOURS = 409,
335 +     DAYS = 410,
336 +     WEEKS = 411,
337 +     SENDQ = 412,
338 +     SEND_PASSWORD = 413,
339 +     SERVERHIDE = 414,
340 +     SERVERINFO = 415,
341 +     IRCD_SID = 416,
342 +     TKLINE_EXPIRE_NOTICES = 417,
343 +     T_SHARED = 418,
344 +     T_CLUSTER = 419,
345 +     TYPE = 420,
346 +     SHORT_MOTD = 421,
347 +     SILENT = 422,
348 +     SPOOF = 423,
349 +     SPOOF_NOTICE = 424,
350 +     STATS_E_DISABLED = 425,
351 +     STATS_I_OPER_ONLY = 426,
352 +     STATS_K_OPER_ONLY = 427,
353 +     STATS_O_OPER_ONLY = 428,
354 +     STATS_P_OPER_ONLY = 429,
355 +     TBOOL = 430,
356 +     TMASKED = 431,
357 +     T_REJECT = 432,
358 +     TS_MAX_DELTA = 433,
359 +     TS_WARN_DELTA = 434,
360 +     TWODOTS = 435,
361 +     T_ALL = 436,
362 +     T_BOTS = 437,
363 +     T_SOFTCALLERID = 438,
364 +     T_CALLERID = 439,
365 +     T_CCONN = 440,
366 +     T_CCONN_FULL = 441,
367 +     T_SSL_CIPHER_LIST = 442,
368 +     T_CLIENT_FLOOD = 443,
369 +     T_DEAF = 444,
370 +     T_DEBUG = 445,
371 +     T_DLINE = 446,
372 +     T_DRONE = 447,
373 +     T_EXTERNAL = 448,
374 +     T_FULL = 449,
375 +     T_INVISIBLE = 450,
376 +     T_IPV4 = 451,
377 +     T_IPV6 = 452,
378 +     T_LOCOPS = 453,
379 +     T_MAX_CLIENTS = 454,
380 +     T_NCHANGE = 455,
381 +     T_OPERWALL = 456,
382 +     T_REJ = 457,
383 +     T_SERVER = 458,
384 +     T_SERVNOTICE = 459,
385 +     T_SKILL = 460,
386 +     T_SPY = 461,
387 +     T_SSL = 462,
388 +     T_UMODES = 463,
389 +     T_UNAUTH = 464,
390 +     T_UNDLINE = 465,
391 +     T_UNLIMITED = 466,
392 +     T_UNRESV = 467,
393 +     T_UNXLINE = 468,
394 +     T_GLOBOPS = 469,
395 +     T_WALLOP = 470,
396 +     T_RESTART = 471,
397 +     T_SERVICE = 472,
398 +     T_SERVICES_NAME = 473,
399 +     THROTTLE_TIME = 474,
400 +     TOPICBURST = 475,
401 +     TRUE_NO_OPER_FLOOD = 476,
402 +     TKLINE = 477,
403 +     TXLINE = 478,
404 +     TRESV = 479,
405 +     UNKLINE = 480,
406 +     USER = 481,
407 +     USE_EGD = 482,
408 +     USE_EXCEPT = 483,
409 +     USE_INVEX = 484,
410 +     USE_KNOCK = 485,
411 +     USE_LOGGING = 486,
412 +     USE_WHOIS_ACTUALLY = 487,
413 +     VHOST = 488,
414 +     VHOST6 = 489,
415 +     XLINE = 490,
416 +     WARN = 491,
417 +     WARN_NO_NLINE = 492,
418 +     T_SIZE = 493,
419 +     T_FILE = 494
420 +   };
421 + #endif
422 + /* Tokens.  */
423 + #define ACCEPT_PASSWORD 258
424 + #define ACTION 259
425 + #define ADMIN 260
426 + #define AFTYPE 261
427 + #define T_ALLOW 262
428 + #define ANTI_NICK_FLOOD 263
429 + #define ANTI_SPAM_EXIT_MESSAGE_TIME 264
430 + #define AUTOCONN 265
431 + #define T_BLOCK 266
432 + #define BURST_AWAY 267
433 + #define BYTES 268
434 + #define KBYTES 269
435 + #define MBYTES 270
436 + #define GBYTES 271
437 + #define TBYTES 272
438 + #define CALLER_ID_WAIT 273
439 + #define CAN_FLOOD 274
440 + #define CHANNEL 275
441 + #define CIDR_BITLEN_IPV4 276
442 + #define CIDR_BITLEN_IPV6 277
443 + #define CLASS 278
444 + #define CONNECT 279
445 + #define CONNECTFREQ 280
446 + #define DEFAULT_FLOODCOUNT 281
447 + #define DEFAULT_SPLIT_SERVER_COUNT 282
448 + #define DEFAULT_SPLIT_USER_COUNT 283
449 + #define DENY 284
450 + #define DESCRIPTION 285
451 + #define DIE 286
452 + #define DISABLE_AUTH 287
453 + #define DISABLE_FAKE_CHANNELS 288
454 + #define DISABLE_HIDDEN 289
455 + #define DISABLE_LOCAL_CHANNELS 290
456 + #define DISABLE_REMOTE_COMMANDS 291
457 + #define DOTS_IN_IDENT 292
458 + #define DURATION 293
459 + #define EGDPOOL_PATH 294
460 + #define EMAIL 295
461 + #define ENABLE 296
462 + #define ENCRYPTED 297
463 + #define EXCEED_LIMIT 298
464 + #define EXEMPT 299
465 + #define FAILED_OPER_NOTICE 300
466 + #define IRCD_FLAGS 301
467 + #define FLATTEN_LINKS 302
468 + #define GECOS 303
469 + #define GENERAL 304
470 + #define GLINE 305
471 + #define GLINES 306
472 + #define GLINE_EXEMPT 307
473 + #define GLINE_TIME 308
474 + #define GLINE_MIN_CIDR 309
475 + #define GLINE_MIN_CIDR6 310
476 + #define GLOBAL_KILL 311
477 + #define IRCD_AUTH 312
478 + #define NEED_IDENT 313
479 + #define HAVENT_READ_CONF 314
480 + #define HIDDEN 315
481 + #define HIDDEN_NAME 316
482 + #define HIDE_SERVER_IPS 317
483 + #define HIDE_SERVERS 318
484 + #define HIDE_SPOOF_IPS 319
485 + #define HOST 320
486 + #define HUB 321
487 + #define HUB_MASK 322
488 + #define IGNORE_BOGUS_TS 323
489 + #define INVISIBLE_ON_CONNECT 324
490 + #define IP 325
491 + #define KILL 326
492 + #define KILL_CHASE_TIME_LIMIT 327
493 + #define KLINE 328
494 + #define KLINE_EXEMPT 329
495 + #define KLINE_REASON 330
496 + #define KLINE_WITH_REASON 331
497 + #define KNOCK_DELAY 332
498 + #define KNOCK_DELAY_CHANNEL 333
499 + #define LEAF_MASK 334
500 + #define LINKS_DELAY 335
501 + #define LISTEN 336
502 + #define T_LOG 337
503 + #define MAX_ACCEPT 338
504 + #define MAX_BANS 339
505 + #define MAX_CHANS_PER_USER 340
506 + #define MAX_GLOBAL 341
507 + #define MAX_IDENT 342
508 + #define MAX_LOCAL 343
509 + #define MAX_NICK_CHANGES 344
510 + #define MAX_NICK_TIME 345
511 + #define MAX_NUMBER 346
512 + #define MAX_TARGETS 347
513 + #define MAX_WATCH 348
514 + #define MESSAGE_LOCALE 349
515 + #define MIN_NONWILDCARD 350
516 + #define MIN_NONWILDCARD_SIMPLE 351
517 + #define MODULE 352
518 + #define MODULES 353
519 + #define NAME 354
520 + #define NEED_PASSWORD 355
521 + #define NETWORK_DESC 356
522 + #define NETWORK_NAME 357
523 + #define NICK 358
524 + #define NICK_CHANGES 359
525 + #define NO_CREATE_ON_SPLIT 360
526 + #define NO_JOIN_ON_SPLIT 361
527 + #define NO_OPER_FLOOD 362
528 + #define NO_TILDE 363
529 + #define NUMBER 364
530 + #define NUMBER_PER_IDENT 365
531 + #define NUMBER_PER_CIDR 366
532 + #define NUMBER_PER_IP 367
533 + #define NUMBER_PER_IP_GLOBAL 368
534 + #define OPERATOR 369
535 + #define OPERS_BYPASS_CALLERID 370
536 + #define OPER_ONLY_UMODES 371
537 + #define OPER_PASS_RESV 372
538 + #define OPER_SPY_T 373
539 + #define OPER_UMODES 374
540 + #define JOIN_FLOOD_COUNT 375
541 + #define JOIN_FLOOD_TIME 376
542 + #define PACE_WAIT 377
543 + #define PACE_WAIT_SIMPLE 378
544 + #define PASSWORD 379
545 + #define PATH 380
546 + #define PING_COOKIE 381
547 + #define PING_TIME 382
548 + #define PING_WARNING 383
549 + #define PORT 384
550 + #define QSTRING 385
551 + #define QUIET_ON_BAN 386
552 + #define REASON 387
553 + #define REDIRPORT 388
554 + #define REDIRSERV 389
555 + #define REGEX_T 390
556 + #define REHASH 391
557 + #define TREJECT_HOLD_TIME 392
558 + #define REMOTE 393
559 + #define REMOTEBAN 394
560 + #define RESTRICT_CHANNELS 395
561 + #define RESTRICTED 396
562 + #define RSA_PRIVATE_KEY_FILE 397
563 + #define RSA_PUBLIC_KEY_FILE 398
564 + #define SSL_CERTIFICATE_FILE 399
565 + #define SSL_DH_PARAM_FILE 400
566 + #define T_SSL_CLIENT_METHOD 401
567 + #define T_SSL_SERVER_METHOD 402
568 + #define T_SSLV3 403
569 + #define T_TLSV1 404
570 + #define RESV 405
571 + #define RESV_EXEMPT 406
572 + #define SECONDS 407
573 + #define MINUTES 408
574 + #define HOURS 409
575 + #define DAYS 410
576 + #define WEEKS 411
577 + #define SENDQ 412
578 + #define SEND_PASSWORD 413
579 + #define SERVERHIDE 414
580 + #define SERVERINFO 415
581 + #define IRCD_SID 416
582 + #define TKLINE_EXPIRE_NOTICES 417
583 + #define T_SHARED 418
584 + #define T_CLUSTER 419
585 + #define TYPE 420
586 + #define SHORT_MOTD 421
587 + #define SILENT 422
588 + #define SPOOF 423
589 + #define SPOOF_NOTICE 424
590 + #define STATS_E_DISABLED 425
591 + #define STATS_I_OPER_ONLY 426
592 + #define STATS_K_OPER_ONLY 427
593 + #define STATS_O_OPER_ONLY 428
594 + #define STATS_P_OPER_ONLY 429
595 + #define TBOOL 430
596 + #define TMASKED 431
597 + #define T_REJECT 432
598 + #define TS_MAX_DELTA 433
599 + #define TS_WARN_DELTA 434
600 + #define TWODOTS 435
601 + #define T_ALL 436
602 + #define T_BOTS 437
603 + #define T_SOFTCALLERID 438
604 + #define T_CALLERID 439
605 + #define T_CCONN 440
606 + #define T_CCONN_FULL 441
607 + #define T_SSL_CIPHER_LIST 442
608 + #define T_CLIENT_FLOOD 443
609 + #define T_DEAF 444
610 + #define T_DEBUG 445
611 + #define T_DLINE 446
612 + #define T_DRONE 447
613 + #define T_EXTERNAL 448
614 + #define T_FULL 449
615 + #define T_INVISIBLE 450
616 + #define T_IPV4 451
617 + #define T_IPV6 452
618 + #define T_LOCOPS 453
619 + #define T_MAX_CLIENTS 454
620 + #define T_NCHANGE 455
621 + #define T_OPERWALL 456
622 + #define T_REJ 457
623 + #define T_SERVER 458
624 + #define T_SERVNOTICE 459
625 + #define T_SKILL 460
626 + #define T_SPY 461
627 + #define T_SSL 462
628 + #define T_UMODES 463
629 + #define T_UNAUTH 464
630 + #define T_UNDLINE 465
631 + #define T_UNLIMITED 466
632 + #define T_UNRESV 467
633 + #define T_UNXLINE 468
634 + #define T_GLOBOPS 469
635 + #define T_WALLOP 470
636 + #define T_RESTART 471
637 + #define T_SERVICE 472
638 + #define T_SERVICES_NAME 473
639 + #define THROTTLE_TIME 474
640 + #define TOPICBURST 475
641 + #define TRUE_NO_OPER_FLOOD 476
642 + #define TKLINE 477
643 + #define TXLINE 478
644 + #define TRESV 479
645 + #define UNKLINE 480
646 + #define USER 481
647 + #define USE_EGD 482
648 + #define USE_EXCEPT 483
649 + #define USE_INVEX 484
650 + #define USE_KNOCK 485
651 + #define USE_LOGGING 486
652 + #define USE_WHOIS_ACTUALLY 487
653 + #define VHOST 488
654 + #define VHOST6 489
655 + #define XLINE 490
656 + #define WARN 491
657 + #define WARN_NO_NLINE 492
658 + #define T_SIZE 493
659 + #define T_FILE 494
660 +
661 +
662 +
663 +
664   #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
665   typedef union YYSTYPE
720 #line 135 "ircd_parser.y"
666   {
667 +
668 + /* Line 293 of yacc.c  */
669 + #line 110 "conf_parser.y"
670 +
671    int number;
672    char *string;
673 < }
674 < /* Line 193 of yacc.c.  */
675 < #line 727 "ircd_parser.c"
676 <        YYSTYPE;
673 >
674 >
675 >
676 > /* Line 293 of yacc.c  */
677 > #line 678 "conf_parser.c"
678 > } YYSTYPE;
679 > # define YYSTYPE_IS_TRIVIAL 1
680   # define yystype YYSTYPE /* obsolescent; will be withdrawn */
681   # define YYSTYPE_IS_DECLARED 1
730 # define YYSTYPE_IS_TRIVIAL 1
682   #endif
683  
684  
734
685   /* Copy the second part of user declarations.  */
686  
687  
688 < /* Line 216 of yacc.c.  */
689 < #line 740 "ircd_parser.c"
688 > /* Line 343 of yacc.c  */
689 > #line 690 "conf_parser.c"
690  
691   #ifdef short
692   # undef short
# Line 786 | Line 736 | typedef short int yytype_int16;
736   #define YYSIZE_MAXIMUM ((YYSIZE_T) -1)
737  
738   #ifndef YY_
739 < # if YYENABLE_NLS
739 > # if defined YYENABLE_NLS && YYENABLE_NLS
740   #  if ENABLE_NLS
741   #   include <libintl.h> /* INFRINGES ON USER NAME SPACE */
742   #   define YY_(msgid) dgettext ("bison-runtime", msgid)
# Line 811 | Line 761 | typedef short int yytype_int16;
761   #if (defined __STDC__ || defined __C99__FUNC__ \
762       || defined __cplusplus || defined _MSC_VER)
763   static int
764 < YYID (int i)
764 > YYID (int yyi)
765   #else
766   static int
767 < YYID (i)
768 <    int i;
767 > YYID (yyi)
768 >    int yyi;
769   #endif
770   {
771 <  return i;
771 >  return yyi;
772   }
773   #endif
774  
# Line 839 | Line 789 | YYID (i)
789   #    define alloca _alloca
790   #   else
791   #    define YYSTACK_ALLOC alloca
792 < #    if ! defined _ALLOCA_H && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
792 > #    if ! defined _ALLOCA_H && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
793       || defined __cplusplus || defined _MSC_VER)
794   #     include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
795 < #     ifndef _STDLIB_H
796 < #      define _STDLIB_H 1
795 > #     ifndef EXIT_SUCCESS
796 > #      define EXIT_SUCCESS 0
797   #     endif
798   #    endif
799   #   endif
# Line 866 | Line 816 | YYID (i)
816   #  ifndef YYSTACK_ALLOC_MAXIMUM
817   #   define YYSTACK_ALLOC_MAXIMUM YYSIZE_MAXIMUM
818   #  endif
819 < #  if (defined __cplusplus && ! defined _STDLIB_H \
819 > #  if (defined __cplusplus && ! defined EXIT_SUCCESS \
820         && ! ((defined YYMALLOC || defined malloc) \
821               && (defined YYFREE || defined free)))
822   #   include <stdlib.h> /* INFRINGES ON USER NAME SPACE */
823 < #   ifndef _STDLIB_H
824 < #    define _STDLIB_H 1
823 > #   ifndef EXIT_SUCCESS
824 > #    define EXIT_SUCCESS 0
825   #   endif
826   #  endif
827   #  ifndef YYMALLOC
828   #   define YYMALLOC malloc
829 < #   if ! defined malloc && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
829 > #   if ! defined malloc && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
830       || defined __cplusplus || defined _MSC_VER)
831   void *malloc (YYSIZE_T); /* INFRINGES ON USER NAME SPACE */
832   #   endif
833   #  endif
834   #  ifndef YYFREE
835   #   define YYFREE free
836 < #   if ! defined free && ! defined _STDLIB_H && (defined __STDC__ || defined __C99__FUNC__ \
836 > #   if ! defined free && ! defined EXIT_SUCCESS && (defined __STDC__ || defined __C99__FUNC__ \
837       || defined __cplusplus || defined _MSC_VER)
838   void free (void *); /* INFRINGES ON USER NAME SPACE */
839   #   endif
# Line 899 | Line 849 | void free (void *); /* INFRINGES ON USER
849   /* A type that is properly aligned for any stack member.  */
850   union yyalloc
851   {
852 <  yytype_int16 yyss;
853 <  YYSTYPE yyvs;
854 <  };
852 >  yytype_int16 yyss_alloc;
853 >  YYSTYPE yyvs_alloc;
854 > };
855  
856   /* The size of the maximum gap between one aligned stack and the next.  */
857   # define YYSTACK_GAP_MAXIMUM (sizeof (union yyalloc) - 1)
# Line 912 | Line 862 | union yyalloc
862       ((N) * (sizeof (yytype_int16) + sizeof (YYSTYPE)) \
863        + YYSTACK_GAP_MAXIMUM)
864  
865 + # define YYCOPY_NEEDED 1
866 +
867 + /* Relocate STACK from its old location to the new one.  The
868 +   local variables YYSIZE and YYSTACKSIZE give the old and new number of
869 +   elements in the stack, and YYPTR gives the new location of the
870 +   stack.  Advance YYPTR to a properly aligned location for the next
871 +   stack.  */
872 + # define YYSTACK_RELOCATE(Stack_alloc, Stack)                           \
873 +    do                                                                  \
874 +      {                                                                 \
875 +        YYSIZE_T yynewbytes;                                            \
876 +        YYCOPY (&yyptr->Stack_alloc, Stack, yysize);                    \
877 +        Stack = &yyptr->Stack_alloc;                                    \
878 +        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
879 +        yyptr += yynewbytes / sizeof (*yyptr);                          \
880 +      }                                                                 \
881 +    while (YYID (0))
882 +
883 + #endif
884 +
885 + #if defined YYCOPY_NEEDED && YYCOPY_NEEDED
886   /* Copy COUNT objects from FROM to TO.  The source and destination do
887     not overlap.  */
888   # ifndef YYCOPY
# Line 929 | Line 900 | union yyalloc
900        while (YYID (0))
901   #  endif
902   # endif
903 <
933 < /* Relocate STACK from its old location to the new one.  The
934 <   local variables YYSIZE and YYSTACKSIZE give the old and new number of
935 <   elements in the stack, and YYPTR gives the new location of the
936 <   stack.  Advance YYPTR to a properly aligned location for the next
937 <   stack.  */
938 < # define YYSTACK_RELOCATE(Stack)                                        \
939 <    do                                                                  \
940 <      {                                                                 \
941 <        YYSIZE_T yynewbytes;                                            \
942 <        YYCOPY (&yyptr->Stack, Stack, yysize);                          \
943 <        Stack = &yyptr->Stack;                                          \
944 <        yynewbytes = yystacksize * sizeof (*Stack) + YYSTACK_GAP_MAXIMUM; \
945 <        yyptr += yynewbytes / sizeof (*yyptr);                          \
946 <      }                                                                 \
947 <    while (YYID (0))
948 <
949 < #endif
903 > #endif /* !YYCOPY_NEEDED */
904  
905   /* YYFINAL -- State number of the termination state.  */
906   #define YYFINAL  2
907   /* YYLAST -- Last index in YYTABLE.  */
908 < #define YYLAST   1410
908 > #define YYLAST   1256
909  
910   /* YYNTOKENS -- Number of terminals.  */
911 < #define YYNTOKENS  264
911 > #define YYNTOKENS  245
912   /* YYNNTS -- Number of nonterminals.  */
913 < #define YYNNTS  342
913 > #define YYNNTS  304
914   /* YYNRULES -- Number of rules.  */
915 < #define YYNRULES  736
915 > #define YYNRULES  666
916   /* YYNRULES -- Number of states.  */
917 < #define YYNSTATES  1483
917 > #define YYNSTATES  1306
918  
919   /* YYTRANSLATE(YYLEX) -- Bison symbol number corresponding to YYLEX.  */
920   #define YYUNDEFTOK  2
921 < #define YYMAXUTOK   513
921 > #define YYMAXUTOK   494
922  
923   #define YYTRANSLATE(YYX)                                                \
924    ((unsigned int) (YYX) <= YYMAXUTOK ? yytranslate[YYX] : YYUNDEFTOK)
925  
926   /* YYTRANSLATE[YYLEX] -- Bison symbol number corresponding to YYLEX.  */
927 < static const yytype_uint16 yytranslate[] =
927 > static const yytype_uint8 yytranslate[] =
928   {
929         0,     2,     2,     2,     2,     2,     2,     2,     2,     2,
930         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
931         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
932         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
933 <       2,     2,     2,     2,   263,     2,     2,     2,     2,     2,
934 <       2,     2,     2,     2,     2,     2,     2,     2,     2,   259,
935 <       2,   262,     2,     2,     2,     2,     2,     2,     2,     2,
933 >       2,     2,     2,     2,   244,     2,     2,     2,     2,     2,
934 >       2,     2,     2,     2,     2,     2,     2,     2,     2,   240,
935 >       2,   243,     2,     2,     2,     2,     2,     2,     2,     2,
936         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
937         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
938         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
939         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
940         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
941 <       2,     2,     2,   261,     2,   260,     2,     2,     2,     2,
941 >       2,     2,     2,   242,     2,   241,     2,     2,     2,     2,
942         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
943         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
944         2,     2,     2,     2,     2,     2,     2,     2,     2,     2,
# Line 1021 | Line 975 | static const yytype_uint16 yytranslate[]
975       205,   206,   207,   208,   209,   210,   211,   212,   213,   214,
976       215,   216,   217,   218,   219,   220,   221,   222,   223,   224,
977       225,   226,   227,   228,   229,   230,   231,   232,   233,   234,
978 <     235,   236,   237,   238,   239,   240,   241,   242,   243,   244,
1025 <     245,   246,   247,   248,   249,   250,   251,   252,   253,   254,
1026 <     255,   256,   257,   258
978 >     235,   236,   237,   238,   239
979   };
980  
981   #if YYDEBUG
# Line 1033 | Line 985 | static const yytype_uint16 yyprhs[] =
985   {
986         0,     0,     3,     4,     7,     9,    11,    13,    15,    17,
987        19,    21,    23,    25,    27,    29,    31,    33,    35,    37,
988 <      39,    41,    43,    45,    47,    50,    53,    54,    56,    59,
989 <      63,    67,    71,    75,    79,    80,    82,    85,    89,    93,
990 <      97,   103,   106,   108,   110,   112,   115,   120,   125,   131,
991 <     134,   136,   138,   140,   142,   144,   146,   148,   150,   152,
992 <     154,   156,   158,   161,   166,   171,   176,   181,   186,   191,
993 <     196,   201,   206,   211,   216,   222,   225,   227,   229,   231,
994 <     233,   236,   241,   246,   251,   257,   260,   262,   264,   266,
995 <     268,   270,   272,   274,   276,   278,   280,   282,   284,   286,
996 <     289,   294,   299,   304,   309,   314,   319,   324,   329,   334,
997 <     339,   344,   349,   354,   359,   364,   369,   374,   379,   380,
998 <     388,   389,   391,   394,   396,   398,   400,   402,   404,   406,
999 <     408,   410,   412,   414,   416,   418,   420,   422,   424,   426,
1000 <     428,   430,   432,   434,   436,   438,   440,   443,   448,   450,
1001 <     455,   460,   465,   470,   475,   476,   482,   486,   488,   490,
1002 <     492,   494,   496,   498,   500,   502,   504,   506,   508,   510,
1003 <     512,   514,   516,   518,   520,   522,   524,   526,   531,   536,
1004 <     541,   546,   551,   556,   561,   566,   571,   576,   581,   586,
1005 <     591,   596,   597,   603,   607,   609,   610,   614,   615,   618,
1006 <     620,   622,   624,   626,   628,   630,   632,   634,   636,   638,
1007 <     640,   642,   644,   646,   648,   650,   651,   659,   660,   662,
1008 <     665,   667,   669,   671,   673,   675,   677,   679,   681,   683,
1009 <     685,   687,   689,   691,   693,   696,   701,   703,   708,   713,
1010 <     718,   723,   728,   733,   738,   743,   748,   753,   758,   763,
1011 <     764,   771,   772,   778,   782,   784,   786,   788,   790,   793,
1012 <     795,   797,   799,   801,   803,   806,   807,   813,   817,   819,
1013 <     821,   825,   830,   835,   836,   843,   846,   848,   850,   852,
1014 <     854,   856,   858,   860,   862,   864,   866,   868,   870,   872,
1015 <     874,   876,   878,   880,   883,   888,   893,   898,   903,   908,
1016 <     909,   915,   919,   921,   922,   926,   927,   930,   932,   934,
1017 <     936,   938,   940,   942,   944,   946,   948,   950,   955,   960,
1018 <     965,   970,   975,   980,   985,   990,   995,  1000,  1001,  1008,
1019 <    1011,  1013,  1015,  1017,  1019,  1022,  1027,  1032,  1037,  1038,
1020 <    1045,  1048,  1050,  1052,  1054,  1056,  1059,  1064,  1069,  1070,
1021 <    1076,  1080,  1082,  1084,  1086,  1088,  1090,  1092,  1094,  1096,
1022 <    1098,  1100,  1102,  1104,  1105,  1112,  1115,  1117,  1119,  1121,
1023 <    1124,  1129,  1130,  1136,  1140,  1142,  1144,  1146,  1148,  1150,
1024 <    1152,  1154,  1156,  1158,  1160,  1162,  1164,  1165,  1173,  1174,
1025 <    1176,  1179,  1181,  1183,  1185,  1187,  1189,  1191,  1193,  1195,
1026 <    1197,  1199,  1201,  1203,  1205,  1207,  1209,  1211,  1213,  1215,
1027 <    1217,  1219,  1222,  1227,  1229,  1234,  1239,  1244,  1249,  1254,
1028 <    1259,  1264,  1269,  1270,  1276,  1280,  1282,  1283,  1287,  1288,
1029 <    1291,  1293,  1295,  1297,  1299,  1301,  1306,  1311,  1316,  1321,
1030 <    1326,  1331,  1336,  1341,  1346,  1351,  1352,  1359,  1360,  1366,
1031 <    1370,  1372,  1374,  1377,  1379,  1381,  1383,  1385,  1387,  1392,
1032 <    1397,  1398,  1405,  1408,  1410,  1412,  1414,  1416,  1421,  1426,
1033 <    1432,  1435,  1437,  1439,  1441,  1446,  1447,  1454,  1455,  1461,
1034 <    1465,  1467,  1469,  1472,  1474,  1476,  1478,  1480,  1482,  1487,
1035 <    1492,  1498,  1501,  1503,  1505,  1507,  1509,  1511,  1513,  1515,
1036 <    1517,  1519,  1521,  1523,  1525,  1527,  1529,  1531,  1533,  1535,
1037 <    1537,  1539,  1541,  1543,  1545,  1547,  1549,  1551,  1553,  1555,
1038 <    1557,  1559,  1561,  1563,  1565,  1567,  1569,  1571,  1573,  1575,
1039 <    1577,  1579,  1581,  1583,  1585,  1587,  1589,  1591,  1593,  1595,
1040 <    1597,  1599,  1601,  1603,  1605,  1607,  1609,  1611,  1613,  1615,
1041 <    1617,  1622,  1627,  1632,  1637,  1642,  1647,  1652,  1657,  1662,
1042 <    1667,  1672,  1677,  1682,  1687,  1692,  1697,  1702,  1707,  1712,
1043 <    1717,  1722,  1727,  1732,  1737,  1742,  1747,  1752,  1757,  1762,
1044 <    1767,  1772,  1777,  1782,  1787,  1792,  1797,  1802,  1807,  1812,
1045 <    1817,  1822,  1827,  1832,  1837,  1842,  1847,  1852,  1857,  1862,
1046 <    1867,  1872,  1873,  1879,  1883,  1885,  1887,  1889,  1891,  1893,
1047 <    1895,  1897,  1899,  1901,  1903,  1905,  1907,  1909,  1911,  1913,
1048 <    1915,  1917,  1919,  1921,  1923,  1924,  1930,  1934,  1936,  1938,
1049 <    1940,  1942,  1944,  1946,  1948,  1950,  1952,  1954,  1956,  1958,
1050 <    1960,  1962,  1964,  1966,  1968,  1970,  1972,  1974,  1979,  1984,
1051 <    1989,  1994,  1999,  2000,  2007,  2010,  2012,  2014,  2016,  2018,
1052 <    2020,  2022,  2024,  2026,  2031,  2036,  2037,  2043,  2047,  2049,
1101 <    2051,  2053,  2058,  2063,  2064,  2070,  2074,  2076,  2078,  2080,
1102 <    2086,  2089,  2091,  2093,  2095,  2097,  2099,  2101,  2103,  2105,
1103 <    2107,  2109,  2111,  2113,  2115,  2117,  2119,  2121,  2123,  2125,
1104 <    2127,  2129,  2134,  2139,  2144,  2149,  2154,  2159,  2164,  2169,
1105 <    2174,  2179,  2184,  2189,  2194,  2199,  2204,  2209,  2214,  2219,
1106 <    2225,  2228,  2230,  2232,  2234,  2236,  2238,  2240,  2242,  2244,
1107 <    2246,  2251,  2256,  2261,  2266,  2271,  2276
988 >      39,    41,    43,    45,    47,    49,    52,    55,    56,    58,
989 >      61,    65,    69,    73,    77,    81,    82,    84,    87,    91,
990 >      95,    99,   105,   108,   110,   112,   114,   117,   122,   127,
991 >     133,   136,   138,   140,   142,   144,   146,   148,   150,   152,
992 >     154,   156,   158,   160,   162,   164,   166,   168,   171,   176,
993 >     181,   185,   187,   189,   191,   195,   197,   199,   201,   206,
994 >     211,   216,   221,   226,   231,   236,   241,   246,   251,   256,
995 >     261,   266,   272,   275,   277,   279,   281,   283,   286,   291,
996 >     296,   301,   307,   310,   312,   314,   316,   319,   324,   325,
997 >     332,   335,   337,   339,   341,   343,   346,   351,   356,   361,
998 >     362,   368,   372,   374,   376,   378,   380,   382,   384,   386,
999 >     388,   389,   396,   399,   401,   403,   405,   407,   409,   411,
1000 >     413,   415,   417,   420,   425,   430,   435,   440,   445,   450,
1001 >     451,   457,   461,   463,   465,   467,   469,   471,   473,   475,
1002 >     477,   479,   481,   483,   485,   487,   489,   491,   493,   495,
1003 >     497,   499,   501,   503,   504,   510,   514,   516,   518,   520,
1004 >     522,   524,   526,   528,   530,   532,   534,   536,   538,   540,
1005 >     542,   544,   546,   548,   550,   552,   553,   560,   563,   565,
1006 >     567,   569,   571,   573,   575,   577,   579,   581,   583,   585,
1007 >     587,   589,   591,   594,   599,   604,   609,   614,   619,   624,
1008 >     629,   634,   639,   644,   649,   654,   659,   660,   667,   668,
1009 >     674,   678,   680,   682,   684,   686,   689,   691,   693,   695,
1010 >     697,   699,   702,   703,   709,   713,   715,   717,   721,   726,
1011 >     731,   732,   739,   742,   744,   746,   748,   750,   752,   754,
1012 >     756,   758,   760,   763,   768,   773,   778,   783,   784,   790,
1013 >     794,   796,   798,   800,   802,   804,   806,   808,   810,   812,
1014 >     814,   819,   824,   829,   830,   837,   840,   842,   844,   846,
1015 >     848,   851,   856,   861,   866,   872,   875,   877,   879,   881,
1016 >     886,   887,   894,   897,   899,   901,   903,   905,   908,   913,
1017 >     918,   919,   925,   929,   931,   933,   935,   937,   939,   941,
1018 >     943,   945,   947,   949,   951,   952,   959,   962,   964,   966,
1019 >     968,   971,   976,   977,   983,   987,   989,   991,   993,   995,
1020 >     997,   999,  1001,  1003,  1005,  1007,  1009,  1010,  1017,  1020,
1021 >    1022,  1024,  1026,  1028,  1030,  1032,  1034,  1036,  1038,  1040,
1022 >    1042,  1044,  1046,  1048,  1051,  1056,  1061,  1066,  1071,  1076,
1023 >    1081,  1086,  1091,  1092,  1098,  1102,  1104,  1106,  1108,  1110,
1024 >    1112,  1117,  1122,  1127,  1132,  1137,  1138,  1145,  1146,  1152,
1025 >    1156,  1158,  1160,  1163,  1165,  1167,  1169,  1171,  1173,  1178,
1026 >    1183,  1184,  1191,  1194,  1196,  1198,  1200,  1202,  1207,  1212,
1027 >    1218,  1221,  1223,  1225,  1227,  1232,  1233,  1240,  1241,  1247,
1028 >    1251,  1253,  1255,  1258,  1260,  1262,  1264,  1266,  1268,  1273,
1029 >    1278,  1284,  1287,  1289,  1291,  1293,  1295,  1297,  1299,  1301,
1030 >    1303,  1305,  1307,  1309,  1311,  1313,  1315,  1317,  1319,  1321,
1031 >    1323,  1325,  1327,  1329,  1331,  1333,  1335,  1337,  1339,  1341,
1032 >    1343,  1345,  1347,  1349,  1351,  1353,  1355,  1357,  1359,  1361,
1033 >    1363,  1365,  1367,  1369,  1371,  1373,  1375,  1377,  1379,  1381,
1034 >    1383,  1385,  1387,  1389,  1391,  1393,  1398,  1403,  1408,  1413,
1035 >    1418,  1423,  1428,  1433,  1438,  1443,  1448,  1453,  1458,  1463,
1036 >    1468,  1473,  1478,  1483,  1488,  1493,  1498,  1503,  1508,  1513,
1037 >    1518,  1523,  1528,  1533,  1538,  1543,  1548,  1553,  1558,  1563,
1038 >    1568,  1573,  1578,  1583,  1588,  1593,  1598,  1603,  1608,  1613,
1039 >    1618,  1623,  1628,  1629,  1635,  1639,  1641,  1643,  1645,  1647,
1040 >    1649,  1651,  1653,  1655,  1657,  1659,  1661,  1663,  1665,  1667,
1041 >    1669,  1671,  1673,  1675,  1677,  1679,  1681,  1682,  1688,  1692,
1042 >    1694,  1696,  1698,  1700,  1702,  1704,  1706,  1708,  1710,  1712,
1043 >    1714,  1716,  1718,  1720,  1722,  1724,  1726,  1728,  1730,  1732,
1044 >    1734,  1739,  1744,  1749,  1754,  1755,  1762,  1765,  1767,  1769,
1045 >    1771,  1773,  1775,  1777,  1779,  1781,  1786,  1791,  1792,  1798,
1046 >    1802,  1804,  1806,  1808,  1813,  1818,  1819,  1825,  1829,  1831,
1047 >    1833,  1835,  1841,  1844,  1846,  1848,  1850,  1852,  1854,  1856,
1048 >    1858,  1860,  1862,  1864,  1866,  1868,  1870,  1872,  1874,  1876,
1049 >    1878,  1880,  1882,  1887,  1892,  1897,  1902,  1907,  1912,  1917,
1050 >    1922,  1927,  1932,  1937,  1942,  1947,  1952,  1957,  1962,  1967,
1051 >    1973,  1976,  1978,  1980,  1982,  1984,  1986,  1988,  1990,  1992,
1052 >    1994,  1999,  2004,  2009,  2014,  2019,  2024
1053   };
1054  
1055   /* YYRHS -- A `-1'-separated list of the rules' RHS.  */
1056   static const yytype_int16 yyrhs[] =
1057   {
1058 <     265,     0,    -1,    -1,   265,   266,    -1,   290,    -1,   296,
1059 <      -1,   311,    -1,   575,    -1,   348,    -1,   367,    -1,   381,
1060 <      -1,   276,    -1,   596,    -1,   407,    -1,   414,    -1,   424,
1061 <      -1,   433,    -1,   464,    -1,   474,    -1,   480,    -1,   494,
1062 <      -1,   559,    -1,   484,    -1,   271,    -1,     1,   259,    -1,
1063 <       1,   260,    -1,    -1,   268,    -1,   133,   267,    -1,   133,
1064 <     172,   267,    -1,   133,   173,   267,    -1,   133,   174,   267,
1065 <      -1,   133,   175,   267,    -1,   133,   176,   267,    -1,    -1,
1066 <     270,    -1,   133,   269,    -1,   133,    14,   269,    -1,   133,
1067 <      15,   269,    -1,   133,    16,   269,    -1,   121,   261,   272,
1068 <     260,   259,    -1,   272,   273,    -1,   273,    -1,   274,    -1,
1069 <     275,    -1,     1,   259,    -1,   120,   262,   155,   259,    -1,
1070 <     150,   262,   155,   259,    -1,   180,   261,   277,   260,   259,
1071 <      -1,   277,   278,    -1,   278,    -1,   281,    -1,   286,    -1,
1072 <     289,    -1,   283,    -1,   284,    -1,   285,    -1,   288,    -1,
1073 <     280,    -1,   287,    -1,   282,    -1,   279,    -1,     1,   259,
1074 <      -1,   169,   262,   155,   259,    -1,   167,   262,   155,   259,
1075 <      -1,   122,   262,   155,   259,    -1,   182,   262,   155,   259,
1076 <      -1,    37,   262,   155,   259,    -1,   125,   262,   155,   259,
1077 <      -1,   124,   262,   155,   259,    -1,   254,   262,   155,   259,
1078 <      -1,   255,   262,   155,   259,    -1,   226,   262,   133,   259,
1079 <      -1,    86,   262,   196,   259,    -1,     5,   261,   291,   260,
1080 <     259,    -1,   291,   292,    -1,   292,    -1,   293,    -1,   295,
1081 <      -1,   294,    -1,     1,   259,    -1,   122,   262,   155,   259,
1082 <      -1,    48,   262,   155,   259,    -1,    37,   262,   155,   259,
1083 <      -1,   104,   261,   297,   260,   259,    -1,   297,   298,    -1,
1084 <     298,    -1,   299,    -1,   300,    -1,   309,    -1,   310,    -1,
1085 <     301,    -1,   303,    -1,   305,    -1,   306,    -1,   308,    -1,
1086 <     304,    -1,   307,    -1,   302,    -1,     1,   259,    -1,   218,
1087 <     262,   155,   259,    -1,   140,   262,   155,   259,    -1,    64,
1088 <     262,   155,   259,    -1,    57,   262,   155,   259,    -1,    62,
1089 <     262,   155,   259,    -1,    63,   262,   155,   259,    -1,    60,
1090 <     262,   155,   259,    -1,    59,   262,   155,   259,    -1,    61,
1091 <     262,   155,   259,    -1,    58,   262,   155,   259,    -1,   105,
1092 <     262,   219,   259,    -1,   105,   262,   221,   259,    -1,   105,
1093 <     262,   225,   259,    -1,   105,   262,   223,   259,    -1,   105,
1094 <     262,   224,   259,    -1,   105,   262,   222,   259,    -1,   105,
1095 <     262,   220,   259,    -1,   252,   262,   196,   259,    -1,    -1,
1096 <     138,   312,   313,   261,   314,   260,   259,    -1,    -1,   317,
1097 <      -1,   314,   315,    -1,   315,    -1,   316,    -1,   318,    -1,
1098 <     319,    -1,   338,    -1,   339,    -1,   323,    -1,   322,    -1,
1099 <     327,    -1,   328,    -1,   330,    -1,   331,    -1,   332,    -1,
1100 <     333,    -1,   334,    -1,   329,    -1,   335,    -1,   336,    -1,
1101 <     337,    -1,   340,    -1,   320,    -1,   321,    -1,   341,    -1,
1102 <       1,   259,    -1,   122,   262,   155,   259,    -1,   155,    -1,
1103 <     247,   262,   155,   259,    -1,   149,   262,   155,   259,    -1,
1104 <      50,   262,   196,   259,    -1,   168,   262,   155,   259,    -1,
1105 <      26,   262,   155,   259,    -1,    -1,   235,   324,   262,   325,
1106 <     259,    -1,   325,   263,   326,    -1,   326,    -1,   203,    -1,
1107 <     206,    -1,   207,    -1,   209,    -1,   210,    -1,   213,    -1,
1108 <     232,    -1,   227,    -1,   229,    -1,   236,    -1,   233,    -1,
1109 <     212,    -1,   228,    -1,   231,    -1,   214,    -1,   239,    -1,
1110 <     204,    -1,   205,    -1,   217,    -1,    74,   262,   196,   259,
1111 <      -1,   163,   262,   196,   259,    -1,   164,   262,   196,   259,
1112 <      -1,    94,   262,   196,   259,    -1,   256,   262,   196,   259,
1113 <      -1,   246,   262,   196,   259,    -1,    67,   262,   196,   259,
1114 <      -1,   127,   262,   196,   259,    -1,    38,   262,   196,   259,
1115 <      -1,   161,   262,   196,   259,    -1,     5,   262,   196,   259,
1116 <      -1,    79,   262,   196,   259,    -1,    81,   262,   196,   259,
1117 <      -1,   228,   262,   196,   259,    -1,    -1,    55,   342,   262,
1118 <     343,   259,    -1,   343,   263,   344,    -1,   344,    -1,    -1,
1119 <     132,   345,   347,    -1,    -1,   346,   347,    -1,    74,    -1,
1120 <     163,    -1,    94,    -1,   246,    -1,   256,    -1,    67,    -1,
1121 <      38,    -1,   161,    -1,     5,    -1,    79,    -1,   127,    -1,
1122 <     228,    -1,   143,    -1,    81,    -1,   164,    -1,    50,    -1,
1123 <      -1,    26,   349,   350,   261,   351,   260,   259,    -1,    -1,
1124 <     354,    -1,   351,   352,    -1,   352,    -1,   353,    -1,   364,
1125 <      -1,   365,    -1,   355,    -1,   356,    -1,   366,    -1,   357,
1126 <      -1,   358,    -1,   359,    -1,   360,    -1,   361,    -1,   362,
1127 <      -1,   363,    -1,     1,   259,    -1,   122,   262,   155,   259,
1128 <      -1,   155,    -1,   152,   262,   268,   259,    -1,   153,   262,
1129 <     268,   259,    -1,   136,   262,   133,   259,    -1,    30,   262,
1130 <     268,   259,    -1,   114,   262,   133,   259,    -1,   109,   262,
1131 <     133,   259,    -1,   111,   262,   133,   259,    -1,   110,   262,
1132 <     133,   259,    -1,   177,   262,   270,   259,    -1,    23,   262,
1133 <     133,   259,    -1,    24,   262,   133,   259,    -1,   135,   262,
1134 <     133,   259,    -1,    -1,   102,   368,   261,   373,   260,   259,
1135 <      -1,    -1,    55,   370,   262,   371,   259,    -1,   371,   263,
1136 <     372,    -1,   372,    -1,   234,    -1,    78,    -1,   230,    -1,
1137 <     373,   374,    -1,   374,    -1,   375,    -1,   369,    -1,   379,
1138 <      -1,   380,    -1,     1,   259,    -1,    -1,   154,   262,   377,
1139 <     376,   259,    -1,   377,   263,   378,    -1,   378,    -1,   133,
1140 <      -1,   133,   201,   133,    -1,    91,   262,   155,   259,    -1,
1141 <      85,   262,   155,   259,    -1,    -1,    75,   382,   261,   383,
1142 <     260,   259,    -1,   383,   384,    -1,   384,    -1,   385,    -1,
1143 <     386,    -1,   388,    -1,   390,    -1,   397,    -1,   398,    -1,
1144 <     399,    -1,   401,    -1,   402,    -1,   403,    -1,   387,    -1,
1145 <     404,    -1,   405,    -1,   400,    -1,   406,    -1,   389,    -1,
1146 <       1,   259,    -1,   247,   262,   155,   259,    -1,   149,   262,
1147 <     155,   259,    -1,   190,   262,   196,   259,    -1,    26,   262,
1148 <     155,   259,    -1,    50,   262,   196,   259,    -1,    -1,    55,
1149 <     391,   262,   392,   259,    -1,   392,   263,   393,    -1,   393,
1150 <      -1,    -1,   132,   394,   396,    -1,    -1,   395,   396,    -1,
1151 <     190,    -1,    51,    -1,    95,    -1,    76,    -1,    20,    -1,
1152 <      21,    -1,   131,    -1,    69,    -1,   171,    -1,   123,    -1,
1153 <      95,   262,   196,   259,    -1,    76,   262,   196,   259,    -1,
1154 <      51,   262,   196,   259,    -1,    20,   262,   196,   259,    -1,
1155 <     131,   262,   196,   259,    -1,    69,   262,   196,   259,    -1,
1156 <     189,   262,   155,   259,    -1,   159,   262,   155,   259,    -1,
1157 <     158,   262,   133,   259,    -1,   123,   262,   196,   259,    -1,
1158 <      -1,   170,   408,   261,   409,   260,   259,    -1,   409,   410,
1159 <      -1,   410,    -1,   411,    -1,   412,    -1,   413,    -1,     1,
1160 <     259,    -1,   157,   262,   155,   259,    -1,    22,   262,   155,
1161 <     259,    -1,   126,   262,   155,   259,    -1,    -1,   184,   415,
1162 <     261,   416,   260,   259,    -1,   416,   417,    -1,   417,    -1,
1163 <     418,    -1,   419,    -1,   420,    -1,     1,   259,    -1,   122,
1164 <     262,   155,   259,    -1,   247,   262,   155,   259,    -1,    -1,
1165 <     186,   421,   262,   422,   259,    -1,   422,   263,   423,    -1,
1166 <     423,    -1,    94,    -1,   243,    -1,   246,    -1,   256,    -1,
1167 <     244,    -1,   238,    -1,   170,    -1,   245,    -1,   237,    -1,
1168 <     217,    -1,   202,    -1,    -1,   185,   425,   261,   426,   260,
1169 <     259,    -1,   426,   427,    -1,   427,    -1,   428,    -1,   429,
1170 <      -1,     1,   259,    -1,   122,   262,   155,   259,    -1,    -1,
1171 <     186,   430,   262,   431,   259,    -1,   431,   263,   432,    -1,
1172 <     432,    -1,    94,    -1,   243,    -1,   246,    -1,   256,    -1,
1173 <     244,    -1,   238,    -1,   170,    -1,   245,    -1,   237,    -1,
1174 <     217,    -1,   202,    -1,    -1,    29,   434,   435,   261,   436,
1175 <     260,   259,    -1,    -1,   439,    -1,   436,   437,    -1,   437,
1176 <      -1,   438,    -1,   440,    -1,   441,    -1,   442,    -1,   443,
1177 <      -1,   445,    -1,   444,    -1,   446,    -1,   447,    -1,   460,
1178 <      -1,   461,    -1,   462,    -1,   458,    -1,   455,    -1,   457,
1179 <      -1,   456,    -1,   454,    -1,   463,    -1,   459,    -1,     1,
1180 <     259,    -1,   122,   262,   155,   259,    -1,   155,    -1,    85,
1181 <     262,   155,   259,    -1,   254,   262,   155,   259,    -1,   178,
1182 <     262,   155,   259,    -1,     3,   262,   155,   259,    -1,   154,
1183 <     262,   133,   259,    -1,     6,   262,   215,   259,    -1,     6,
1184 <     262,   216,   259,    -1,    54,   262,   155,   259,    -1,    -1,
1185 <      55,   448,   262,   449,   259,    -1,   449,   263,   450,    -1,
1186 <     450,    -1,    -1,   132,   451,   453,    -1,    -1,   452,   453,
1187 <      -1,    27,    -1,    31,    -1,    10,    -1,    12,    -1,   241,
1188 <      -1,   168,   262,   155,   259,    -1,    50,   262,   196,   259,
1189 <      -1,    31,   262,   196,   259,    -1,    27,   262,   196,   259,
1190 <      -1,    10,   262,   196,   259,    -1,   241,   262,   196,   259,
1191 <      -1,    87,   262,   155,   259,    -1,   100,   262,   155,   259,
1192 <      -1,    26,   262,   155,   259,    -1,    25,   262,   155,   259,
1193 <      -1,    -1,    92,   465,   261,   470,   260,   259,    -1,    -1,
1194 <     186,   467,   262,   468,   259,    -1,   468,   263,   469,    -1,
1195 <     469,    -1,   160,    -1,   470,   471,    -1,   471,    -1,   472,
1196 <      -1,   473,    -1,   466,    -1,     1,    -1,   247,   262,   155,
1197 <     259,    -1,   157,   262,   155,   259,    -1,    -1,    36,   475,
1198 <     261,   476,   260,   259,    -1,   476,   477,    -1,   477,    -1,
1199 <     478,    -1,   479,    -1,     1,    -1,    91,   262,   155,   259,
1200 <      -1,   157,   262,   155,   259,    -1,    52,   261,   481,   260,
1201 <     259,    -1,   481,   482,    -1,   482,    -1,   483,    -1,     1,
1202 <      -1,    91,   262,   155,   259,    -1,    -1,    65,   485,   261,
1203 <     490,   260,   259,    -1,    -1,   186,   487,   262,   488,   259,
1204 <      -1,   488,   263,   489,    -1,   489,    -1,   160,    -1,   490,
1205 <     491,    -1,   491,    -1,   492,    -1,   493,    -1,   486,    -1,
1206 <       1,    -1,   122,   262,   155,   259,    -1,   157,   262,   155,
1207 <     259,    -1,    66,   261,   495,   260,   259,    -1,   495,   496,
1208 <      -1,   496,    -1,   505,    -1,   506,    -1,   508,    -1,   509,
1209 <      -1,   510,    -1,   511,    -1,   512,    -1,   513,    -1,   514,
1210 <      -1,   515,    -1,   504,    -1,   517,    -1,   518,    -1,   519,
1211 <      -1,   520,    -1,   536,    -1,   522,    -1,   524,    -1,   526,
1212 <      -1,   525,    -1,   529,    -1,   523,    -1,   530,    -1,   531,
1213 <      -1,   532,    -1,   533,    -1,   535,    -1,   534,    -1,   550,
1214 <      -1,   537,    -1,   541,    -1,   542,    -1,   546,    -1,   527,
1215 <      -1,   528,    -1,   556,    -1,   554,    -1,   555,    -1,   538,
1216 <      -1,   507,    -1,   539,    -1,   540,    -1,   557,    -1,   545,
1217 <      -1,   516,    -1,   558,    -1,   543,    -1,   544,    -1,   500,
1218 <      -1,   503,    -1,   498,    -1,   499,    -1,   501,    -1,   502,
1219 <      -1,   521,    -1,   497,    -1,     1,    -1,   116,   262,   133,
1220 <     259,    -1,    72,   262,   133,   259,    -1,    73,   262,   133,
1221 <     259,    -1,    12,   262,   196,   259,    -1,   253,   262,   196,
1222 <     259,    -1,   162,   262,   268,   259,    -1,   183,   262,   196,
1223 <     259,    -1,    93,   262,   133,   259,    -1,    84,   262,   196,
1224 <     259,    -1,    89,   262,   196,   259,    -1,    43,   262,   196,
1225 <     259,    -1,    53,   262,   196,   259,    -1,     8,   262,   196,
1226 <     259,    -1,   113,   262,   268,   259,    -1,   112,   262,   133,
1227 <     259,    -1,   106,   262,   133,   259,    -1,     9,   262,   268,
1228 <     259,    -1,   200,   262,   268,   259,    -1,   199,   262,   268,
1229 <     259,    -1,    77,   262,   133,   259,    -1,    97,   262,   196,
1230 <     259,    -1,    96,   262,   155,   259,    -1,    90,   262,   196,
1231 <     259,    -1,   258,   262,   196,   259,    -1,   191,   262,   196,
1232 <     259,    -1,   194,   262,   196,   259,    -1,   195,   262,   196,
1233 <     259,    -1,   193,   262,   196,   259,    -1,   193,   262,   197,
1234 <     259,    -1,   192,   262,   196,   259,    -1,   192,   262,   197,
1235 <     259,    -1,   147,   262,   268,   259,    -1,    19,   262,   268,
1236 <     259,    -1,   139,   262,   196,   259,    -1,   148,   262,   268,
1237 <     259,    -1,   187,   262,   196,   259,    -1,   130,   262,   196,
1238 <     259,    -1,   242,   262,   196,   259,    -1,   142,   262,   196,
1239 <     259,    -1,   117,   262,   155,   259,    -1,    88,   262,   268,
1240 <     259,    -1,    45,   262,   133,   259,    -1,   115,   262,   133,
1241 <     259,    -1,   181,   262,   155,   259,    -1,    32,   262,   155,
1242 <     259,    -1,    28,   262,   133,   259,    -1,   248,   262,   196,
1243 <     259,    -1,    47,   262,   155,   259,    -1,   151,   262,   196,
1244 <     259,    -1,    39,   262,   196,   259,    -1,   240,   262,   268,
1245 <     259,    -1,    -1,   144,   547,   262,   548,   259,    -1,   548,
1246 <     263,   549,    -1,   549,    -1,   203,    -1,   206,    -1,   207,
1247 <      -1,   209,    -1,   210,    -1,   213,    -1,   232,    -1,   227,
1248 <      -1,   229,    -1,   236,    -1,   233,    -1,   212,    -1,   228,
1249 <      -1,   231,    -1,   214,    -1,   239,    -1,   204,    -1,   205,
1250 <      -1,   217,    -1,    -1,   141,   551,   262,   552,   259,    -1,
1251 <     552,   263,   553,    -1,   553,    -1,   203,    -1,   206,    -1,
1252 <     207,    -1,   209,    -1,   210,    -1,   213,    -1,   232,    -1,
1253 <     227,    -1,   229,    -1,   236,    -1,   233,    -1,   212,    -1,
1254 <     228,    -1,   231,    -1,   214,    -1,   239,    -1,   204,    -1,
1255 <     205,    -1,   217,    -1,   118,   262,   133,   259,    -1,   119,
1256 <     262,   133,   259,    -1,    33,   262,   133,   259,    -1,   208,
1257 <     262,   270,   259,    -1,    44,   262,   196,   259,    -1,    -1,
1258 <      68,   560,   261,   561,   260,   259,    -1,   561,   562,    -1,
1259 <     562,    -1,   563,    -1,   564,    -1,   565,    -1,   569,    -1,
1260 <     570,    -1,   571,    -1,     1,    -1,    49,   262,   196,   259,
1316 <      -1,    46,   262,   268,   259,    -1,    -1,   104,   566,   262,
1317 <     567,   259,    -1,   567,   263,   568,    -1,   568,    -1,   198,
1318 <      -1,    11,    -1,   247,   262,   155,   259,    -1,   122,   262,
1319 <     155,   259,    -1,    -1,     4,   572,   262,   573,   259,    -1,
1320 <     573,   263,   574,    -1,   574,    -1,   198,    -1,    11,    -1,
1321 <      22,   261,   576,   260,   259,    -1,   576,   577,    -1,   577,
1322 <      -1,   580,    -1,   581,    -1,   582,    -1,   583,    -1,   588,
1323 <      -1,   584,    -1,   585,    -1,   586,    -1,   587,    -1,   589,
1324 <      -1,   590,    -1,   591,    -1,   579,    -1,   592,    -1,   593,
1325 <      -1,   594,    -1,   595,    -1,   578,    -1,     1,    -1,    40,
1326 <     262,   196,   259,    -1,   165,   262,   196,   259,    -1,    42,
1327 <     262,   196,   259,    -1,   249,   262,   196,   259,    -1,   250,
1328 <     262,   196,   259,    -1,   251,   262,   196,   259,    -1,    98,
1329 <     262,   268,   259,    -1,    99,   262,   268,   259,    -1,   108,
1330 <     262,   133,   259,    -1,   156,   262,   196,   259,    -1,   107,
1331 <     262,   133,   259,    -1,    35,   262,   133,   259,    -1,    34,
1332 <     262,   133,   259,    -1,   128,   262,   196,   259,    -1,   129,
1333 <     262,   196,   259,    -1,    13,   262,   196,   259,    -1,   145,
1334 <     262,   133,   259,    -1,   146,   262,   268,   259,    -1,   179,
1335 <     261,   597,   260,   259,    -1,   597,   598,    -1,   598,    -1,
1336 <     599,    -1,   600,    -1,   602,    -1,   604,    -1,   603,    -1,
1337 <     601,    -1,   605,    -1,     1,    -1,    56,   262,   196,   259,
1338 <      -1,    83,   262,   196,   259,    -1,    80,   262,   155,   259,
1339 <      -1,   101,   262,   268,   259,    -1,    78,   262,   196,   259,
1340 <      -1,    41,   262,   196,   259,    -1,    82,   262,   196,   259,
1341 <      -1
1058 >     246,     0,    -1,    -1,   246,   247,    -1,   279,    -1,   285,
1059 >      -1,   299,    -1,   519,    -1,   317,    -1,   334,    -1,   348,
1060 >      -1,   257,    -1,   539,    -1,   363,    -1,   370,    -1,   374,
1061 >      -1,   384,    -1,   393,    -1,   413,    -1,   423,    -1,   429,
1062 >      -1,   443,    -1,   503,    -1,   433,    -1,   252,    -1,     1,
1063 >     240,    -1,     1,   241,    -1,    -1,   249,    -1,   109,   248,
1064 >      -1,   109,   152,   248,    -1,   109,   153,   248,    -1,   109,
1065 >     154,   248,    -1,   109,   155,   248,    -1,   109,   156,   248,
1066 >      -1,    -1,   251,    -1,   109,   250,    -1,   109,    13,   250,
1067 >      -1,   109,    14,   250,    -1,   109,    15,   250,    -1,    98,
1068 >     242,   253,   241,   240,    -1,   253,   254,    -1,   254,    -1,
1069 >     255,    -1,   256,    -1,     1,   240,    -1,    97,   243,   130,
1070 >     240,    -1,   125,   243,   130,   240,    -1,   160,   242,   258,
1071 >     241,   240,    -1,   258,   259,    -1,   259,    -1,   270,    -1,
1072 >     275,    -1,   278,    -1,   272,    -1,   273,    -1,   274,    -1,
1073 >     277,    -1,   268,    -1,   267,    -1,   276,    -1,   271,    -1,
1074 >     266,    -1,   260,    -1,   261,    -1,   269,    -1,     1,   240,
1075 >      -1,   146,   243,   262,   240,    -1,   147,   243,   264,   240,
1076 >      -1,   262,   244,   263,    -1,   263,    -1,   148,    -1,   149,
1077 >      -1,   264,   244,   265,    -1,   265,    -1,   148,    -1,   149,
1078 >      -1,   144,   243,   130,   240,    -1,   142,   243,   130,   240,
1079 >      -1,   145,   243,   130,   240,    -1,   187,   243,   130,   240,
1080 >      -1,    99,   243,   130,   240,    -1,   161,   243,   130,   240,
1081 >      -1,    30,   243,   130,   240,    -1,   102,   243,   130,   240,
1082 >      -1,   101,   243,   130,   240,    -1,   233,   243,   130,   240,
1083 >      -1,   234,   243,   130,   240,    -1,   199,   243,   109,   240,
1084 >      -1,    66,   243,   175,   240,    -1,     5,   242,   280,   241,
1085 >     240,    -1,   280,   281,    -1,   281,    -1,   282,    -1,   284,
1086 >      -1,   283,    -1,     1,   240,    -1,    99,   243,   130,   240,
1087 >      -1,    40,   243,   130,   240,    -1,    30,   243,   130,   240,
1088 >      -1,    82,   242,   286,   241,   240,    -1,   286,   287,    -1,
1089 >     287,    -1,   288,    -1,   289,    -1,     1,   240,    -1,   231,
1090 >     243,   175,   240,    -1,    -1,   290,   239,   242,   291,   241,
1091 >     240,    -1,   291,   292,    -1,   292,    -1,   293,    -1,   295,
1092 >      -1,   294,    -1,     1,   240,    -1,    99,   243,   130,   240,
1093 >      -1,   238,   243,   251,   240,    -1,   238,   243,   211,   240,
1094 >      -1,    -1,   165,   296,   243,   297,   240,    -1,   297,   244,
1095 >     298,    -1,   298,    -1,   226,    -1,   114,    -1,    50,    -1,
1096 >     191,    -1,    73,    -1,    71,    -1,   190,    -1,    -1,   114,
1097 >     300,   242,   301,   241,   240,    -1,   301,   302,    -1,   302,
1098 >      -1,   303,    -1,   304,    -1,   305,    -1,   309,    -1,   308,
1099 >      -1,   306,    -1,   307,    -1,   313,    -1,     1,   240,    -1,
1100 >      99,   243,   130,   240,    -1,   226,   243,   130,   240,    -1,
1101 >     124,   243,   130,   240,    -1,    42,   243,   175,   240,    -1,
1102 >     143,   243,   130,   240,    -1,    23,   243,   130,   240,    -1,
1103 >      -1,   208,   310,   243,   311,   240,    -1,   311,   244,   312,
1104 >      -1,   312,    -1,   182,    -1,   185,    -1,   186,    -1,   189,
1105 >      -1,   190,    -1,   194,    -1,    60,    -1,   205,    -1,   200,
1106 >      -1,   202,    -1,   209,    -1,   206,    -1,   193,    -1,   201,
1107 >      -1,   204,    -1,   195,    -1,   215,    -1,   183,    -1,   184,
1108 >      -1,   198,    -1,    -1,    46,   314,   243,   315,   240,    -1,
1109 >     315,   244,   316,    -1,   316,    -1,    56,    -1,   138,    -1,
1110 >      73,    -1,   225,    -1,   191,    -1,   210,    -1,   235,    -1,
1111 >      50,    -1,    31,    -1,   216,    -1,   136,    -1,     5,    -1,
1112 >     104,    -1,   201,    -1,   214,    -1,   118,    -1,   139,    -1,
1113 >      97,    -1,    -1,    23,   318,   242,   319,   241,   240,    -1,
1114 >     319,   320,    -1,   320,    -1,   321,    -1,   331,    -1,   332,
1115 >      -1,   322,    -1,   323,    -1,   333,    -1,   324,    -1,   325,
1116 >      -1,   326,    -1,   327,    -1,   328,    -1,   329,    -1,   330,
1117 >      -1,     1,   240,    -1,    99,   243,   130,   240,    -1,   127,
1118 >     243,   249,   240,    -1,   128,   243,   249,   240,    -1,   112,
1119 >     243,   109,   240,    -1,    25,   243,   249,   240,    -1,    91,
1120 >     243,   109,   240,    -1,    86,   243,   109,   240,    -1,    88,
1121 >     243,   109,   240,    -1,    87,   243,   109,   240,    -1,   157,
1122 >     243,   251,   240,    -1,    21,   243,   109,   240,    -1,    22,
1123 >     243,   109,   240,    -1,   111,   243,   109,   240,    -1,    -1,
1124 >      81,   335,   242,   340,   241,   240,    -1,    -1,    46,   337,
1125 >     243,   338,   240,    -1,   338,   244,   339,    -1,   339,    -1,
1126 >     207,    -1,    60,    -1,   203,    -1,   340,   341,    -1,   341,
1127 >      -1,   342,    -1,   336,    -1,   346,    -1,   347,    -1,     1,
1128 >     240,    -1,    -1,   129,   243,   344,   343,   240,    -1,   344,
1129 >     244,   345,    -1,   345,    -1,   109,    -1,   109,   180,   109,
1130 >      -1,    70,   243,   130,   240,    -1,    65,   243,   130,   240,
1131 >      -1,    -1,    57,   349,   242,   350,   241,   240,    -1,   350,
1132 >     351,    -1,   351,    -1,   352,    -1,   353,    -1,   354,    -1,
1133 >     356,    -1,   360,    -1,   361,    -1,   362,    -1,   355,    -1,
1134 >       1,   240,    -1,   226,   243,   130,   240,    -1,   124,   243,
1135 >     130,   240,    -1,    23,   243,   130,   240,    -1,    42,   243,
1136 >     175,   240,    -1,    -1,    46,   357,   243,   358,   240,    -1,
1137 >     358,   244,   359,    -1,   359,    -1,   169,    -1,    43,    -1,
1138 >      74,    -1,    58,    -1,    19,    -1,   108,    -1,    52,    -1,
1139 >     151,    -1,   100,    -1,   168,   243,   130,   240,    -1,   134,
1140 >     243,   130,   240,    -1,   133,   243,   109,   240,    -1,    -1,
1141 >     150,   364,   242,   365,   241,   240,    -1,   365,   366,    -1,
1142 >     366,    -1,   367,    -1,   368,    -1,   369,    -1,     1,   240,
1143 >      -1,   132,   243,   130,   240,    -1,    20,   243,   130,   240,
1144 >      -1,   103,   243,   130,   240,    -1,   217,   242,   371,   241,
1145 >     240,    -1,   371,   372,    -1,   372,    -1,   373,    -1,     1,
1146 >      -1,    99,   243,   130,   240,    -1,    -1,   163,   375,   242,
1147 >     376,   241,   240,    -1,   376,   377,    -1,   377,    -1,   378,
1148 >      -1,   379,    -1,   380,    -1,     1,   240,    -1,    99,   243,
1149 >     130,   240,    -1,   226,   243,   130,   240,    -1,    -1,   165,
1150 >     381,   243,   382,   240,    -1,   382,   244,   383,    -1,   383,
1151 >      -1,    73,    -1,   225,    -1,   191,    -1,   210,    -1,   235,
1152 >      -1,   213,    -1,   150,    -1,   212,    -1,   198,    -1,   181,
1153 >      -1,    -1,   164,   385,   242,   386,   241,   240,    -1,   386,
1154 >     387,    -1,   387,    -1,   388,    -1,   389,    -1,     1,   240,
1155 >      -1,    99,   243,   130,   240,    -1,    -1,   165,   390,   243,
1156 >     391,   240,    -1,   391,   244,   392,    -1,   392,    -1,    73,
1157 >      -1,   225,    -1,   191,    -1,   210,    -1,   235,    -1,   213,
1158 >      -1,   150,    -1,   212,    -1,   198,    -1,   181,    -1,    -1,
1159 >      24,   394,   242,   395,   241,   240,    -1,   395,   396,    -1,
1160 >     396,    -1,   397,    -1,   398,    -1,   399,    -1,   400,    -1,
1161 >     401,    -1,   403,    -1,   402,    -1,   412,    -1,   404,    -1,
1162 >     409,    -1,   410,    -1,   411,    -1,   408,    -1,     1,   240,
1163 >      -1,    99,   243,   130,   240,    -1,    65,   243,   130,   240,
1164 >      -1,   233,   243,   130,   240,    -1,   158,   243,   130,   240,
1165 >      -1,     3,   243,   130,   240,    -1,   129,   243,   109,   240,
1166 >      -1,     6,   243,   196,   240,    -1,     6,   243,   197,   240,
1167 >      -1,    -1,    46,   405,   243,   406,   240,    -1,   406,   244,
1168 >     407,    -1,   407,    -1,    10,    -1,    12,    -1,   220,    -1,
1169 >     207,    -1,    42,   243,   175,   240,    -1,    67,   243,   130,
1170 >     240,    -1,    79,   243,   130,   240,    -1,    23,   243,   130,
1171 >     240,    -1,   187,   243,   130,   240,    -1,    -1,    71,   414,
1172 >     242,   419,   241,   240,    -1,    -1,   165,   416,   243,   417,
1173 >     240,    -1,   417,   244,   418,    -1,   418,    -1,   135,    -1,
1174 >     419,   420,    -1,   420,    -1,   421,    -1,   422,    -1,   415,
1175 >      -1,     1,    -1,   226,   243,   130,   240,    -1,   132,   243,
1176 >     130,   240,    -1,    -1,    29,   424,   242,   425,   241,   240,
1177 >      -1,   425,   426,    -1,   426,    -1,   427,    -1,   428,    -1,
1178 >       1,    -1,    70,   243,   130,   240,    -1,   132,   243,   130,
1179 >     240,    -1,    44,   242,   430,   241,   240,    -1,   430,   431,
1180 >      -1,   431,    -1,   432,    -1,     1,    -1,    70,   243,   130,
1181 >     240,    -1,    -1,    48,   434,   242,   439,   241,   240,    -1,
1182 >      -1,   165,   436,   243,   437,   240,    -1,   437,   244,   438,
1183 >      -1,   438,    -1,   135,    -1,   439,   440,    -1,   440,    -1,
1184 >     441,    -1,   442,    -1,   435,    -1,     1,    -1,    99,   243,
1185 >     130,   240,    -1,   132,   243,   130,   240,    -1,    49,   242,
1186 >     444,   241,   240,    -1,   444,   445,    -1,   445,    -1,   453,
1187 >      -1,   454,    -1,   456,    -1,   457,    -1,   458,    -1,   459,
1188 >      -1,   460,    -1,   461,    -1,   462,    -1,   463,    -1,   452,
1189 >      -1,   465,    -1,   466,    -1,   467,    -1,   468,    -1,   483,
1190 >      -1,   470,    -1,   472,    -1,   474,    -1,   473,    -1,   477,
1191 >      -1,   471,    -1,   478,    -1,   479,    -1,   480,    -1,   481,
1192 >      -1,   482,    -1,   495,    -1,   484,    -1,   485,    -1,   486,
1193 >      -1,   491,    -1,   475,    -1,   476,    -1,   501,    -1,   499,
1194 >      -1,   500,    -1,   455,    -1,   502,    -1,   490,    -1,   464,
1195 >      -1,   488,    -1,   489,    -1,   451,    -1,   447,    -1,   448,
1196 >      -1,   449,    -1,   450,    -1,   469,    -1,   446,    -1,   487,
1197 >      -1,     1,    -1,    93,   243,   109,   240,    -1,    54,   243,
1198 >     109,   240,    -1,    55,   243,   109,   240,    -1,   232,   243,
1199 >     175,   240,    -1,   137,   243,   249,   240,    -1,   162,   243,
1200 >     175,   240,    -1,    72,   243,   249,   240,    -1,    64,   243,
1201 >     175,   240,    -1,    68,   243,   175,   240,    -1,    36,   243,
1202 >     175,   240,    -1,    45,   243,   175,   240,    -1,     8,   243,
1203 >     175,   240,    -1,    90,   243,   249,   240,    -1,    89,   243,
1204 >     109,   240,    -1,    83,   243,   109,   240,    -1,     9,   243,
1205 >     249,   240,    -1,   179,   243,   249,   240,    -1,   178,   243,
1206 >     249,   240,    -1,    59,   243,   109,   240,    -1,    76,   243,
1207 >     175,   240,    -1,    75,   243,   130,   240,    -1,    69,   243,
1208 >     175,   240,    -1,   237,   243,   175,   240,    -1,   170,   243,
1209 >     175,   240,    -1,   173,   243,   175,   240,    -1,   174,   243,
1210 >     175,   240,    -1,   172,   243,   175,   240,    -1,   172,   243,
1211 >     176,   240,    -1,   171,   243,   175,   240,    -1,   171,   243,
1212 >     176,   240,    -1,   122,   243,   249,   240,    -1,    18,   243,
1213 >     249,   240,    -1,   115,   243,   175,   240,    -1,   123,   243,
1214 >     249,   240,    -1,   166,   243,   175,   240,    -1,   107,   243,
1215 >     175,   240,    -1,   221,   243,   175,   240,    -1,   117,   243,
1216 >     175,   240,    -1,    94,   243,   130,   240,    -1,    37,   243,
1217 >     109,   240,    -1,    92,   243,   109,   240,    -1,   227,   243,
1218 >     175,   240,    -1,    39,   243,   130,   240,    -1,   218,   243,
1219 >     130,   240,    -1,   126,   243,   175,   240,    -1,    32,   243,
1220 >     175,   240,    -1,   219,   243,   249,   240,    -1,    -1,   119,
1221 >     492,   243,   493,   240,    -1,   493,   244,   494,    -1,   494,
1222 >      -1,   182,    -1,   185,    -1,   186,    -1,   189,    -1,   190,
1223 >      -1,   194,    -1,    60,    -1,   205,    -1,   200,    -1,   202,
1224 >      -1,   209,    -1,   206,    -1,   193,    -1,   201,    -1,   204,
1225 >      -1,   195,    -1,   215,    -1,   183,    -1,   184,    -1,   198,
1226 >      -1,    -1,   116,   496,   243,   497,   240,    -1,   497,   244,
1227 >     498,    -1,   498,    -1,   182,    -1,   185,    -1,   186,    -1,
1228 >     189,    -1,   190,    -1,   194,    -1,   205,    -1,    60,    -1,
1229 >     200,    -1,   202,    -1,   209,    -1,   206,    -1,   193,    -1,
1230 >     201,    -1,   204,    -1,   195,    -1,   215,    -1,   183,    -1,
1231 >     184,    -1,   198,    -1,    95,   243,   109,   240,    -1,    96,
1232 >     243,   109,   240,    -1,    26,   243,   109,   240,    -1,   188,
1233 >     243,   251,   240,    -1,    -1,    51,   504,   242,   505,   241,
1234 >     240,    -1,   505,   506,    -1,   506,    -1,   507,    -1,   508,
1235 >      -1,   509,    -1,   513,    -1,   514,    -1,   515,    -1,     1,
1236 >      -1,    41,   243,   175,   240,    -1,    38,   243,   249,   240,
1237 >      -1,    -1,    82,   510,   243,   511,   240,    -1,   511,   244,
1238 >     512,    -1,   512,    -1,   177,    -1,    11,    -1,   226,   243,
1239 >     130,   240,    -1,    99,   243,   130,   240,    -1,    -1,     4,
1240 >     516,   243,   517,   240,    -1,   517,   244,   518,    -1,   518,
1241 >      -1,   177,    -1,    11,    -1,    20,   242,   520,   241,   240,
1242 >      -1,   520,   521,    -1,   521,    -1,   524,    -1,   525,    -1,
1243 >     526,    -1,   527,    -1,   532,    -1,   528,    -1,   529,    -1,
1244 >     530,    -1,   531,    -1,   533,    -1,   534,    -1,   535,    -1,
1245 >     523,    -1,   536,    -1,   537,    -1,   538,    -1,   522,    -1,
1246 >       1,    -1,    33,   243,   175,   240,    -1,   140,   243,   175,
1247 >     240,    -1,    35,   243,   175,   240,    -1,   228,   243,   175,
1248 >     240,    -1,   229,   243,   175,   240,    -1,   230,   243,   175,
1249 >     240,    -1,    77,   243,   249,   240,    -1,    78,   243,   249,
1250 >     240,    -1,    85,   243,   109,   240,    -1,   131,   243,   175,
1251 >     240,    -1,    84,   243,   109,   240,    -1,    28,   243,   109,
1252 >     240,    -1,    27,   243,   109,   240,    -1,   105,   243,   175,
1253 >     240,    -1,   106,   243,   175,   240,    -1,   120,   243,   109,
1254 >     240,    -1,   121,   243,   249,   240,    -1,   159,   242,   540,
1255 >     241,   240,    -1,   540,   541,    -1,   541,    -1,   542,    -1,
1256 >     543,    -1,   545,    -1,   547,    -1,   546,    -1,   544,    -1,
1257 >     548,    -1,     1,    -1,    47,   243,   175,   240,    -1,    63,
1258 >     243,   175,   240,    -1,    61,   243,   130,   240,    -1,    80,
1259 >     243,   249,   240,    -1,    60,   243,   175,   240,    -1,    34,
1260 >     243,   175,   240,    -1,    62,   243,   175,   240,    -1
1261   };
1262  
1263   /* YYRLINE[YYN] -- source line where rule number YYN was defined.  */
1264   static const yytype_uint16 yyrline[] =
1265   {
1266 <       0,   397,   397,   398,   401,   402,   403,   404,   405,   406,
1267 <     407,   408,   409,   410,   411,   412,   413,   414,   415,   416,
1268 <     417,   418,   419,   420,   421,   422,   426,   426,   427,   431,
1269 <     435,   439,   443,   447,   453,   453,   454,   455,   456,   457,
1270 <     464,   467,   467,   468,   468,   468,   470,   487,   498,   501,
1271 <     502,   503,   503,   504,   504,   505,   505,   506,   507,   507,
1272 <     508,   508,   509,   511,   545,   605,   619,   634,   643,   657,
1273 <     666,   694,   724,   747,   769,   771,   771,   772,   772,   773,
1274 <     773,   775,   784,   793,   806,   808,   809,   811,   811,   812,
1275 <     813,   813,   814,   814,   815,   815,   816,   816,   817,   818,
1276 <     820,   824,   828,   835,   842,   849,   856,   863,   870,   877,
1277 <     884,   888,   892,   896,   900,   904,   908,   914,   924,   923,
1278 <    1017,  1017,  1018,  1018,  1019,  1019,  1019,  1019,  1020,  1020,
1279 <    1021,  1021,  1021,  1022,  1022,  1022,  1023,  1023,  1023,  1024,
1280 <    1024,  1024,  1024,  1025,  1025,  1026,  1026,  1028,  1040,  1052,
1281 <    1086,  1098,  1109,  1151,  1161,  1160,  1166,  1166,  1167,  1171,
1282 <    1175,  1179,  1183,  1187,  1191,  1195,  1199,  1203,  1207,  1211,
1283 <    1215,  1219,  1223,  1227,  1231,  1235,  1239,  1245,  1256,  1267,
1284 <    1278,  1289,  1300,  1311,  1322,  1333,  1344,  1355,  1366,  1377,
1285 <    1388,  1400,  1399,  1403,  1403,  1404,  1404,  1405,  1405,  1407,
1286 <    1414,  1421,  1428,  1435,  1442,  1449,  1456,  1463,  1470,  1477,
1287 <    1484,  1491,  1498,  1505,  1512,  1526,  1525,  1575,  1575,  1577,
1288 <    1577,  1578,  1579,  1579,  1580,  1581,  1582,  1583,  1584,  1585,
1289 <    1586,  1587,  1588,  1589,  1590,  1592,  1601,  1610,  1616,  1622,
1290 <    1628,  1634,  1640,  1646,  1652,  1658,  1664,  1670,  1676,  1686,
1291 <    1685,  1702,  1701,  1706,  1706,  1707,  1711,  1715,  1723,  1723,
1292 <    1724,  1724,  1724,  1724,  1724,  1726,  1726,  1728,  1728,  1730,
1293 <    1744,  1764,  1773,  1786,  1785,  1854,  1854,  1855,  1855,  1855,
1294 <    1855,  1856,  1856,  1857,  1857,  1857,  1858,  1858,  1859,  1859,
1295 <    1859,  1860,  1860,  1860,  1862,  1899,  1912,  1923,  1932,  1944,
1296 <    1943,  1947,  1947,  1948,  1948,  1949,  1949,  1951,  1959,  1966,
1297 <    1973,  1980,  1987,  1994,  2001,  2008,  2015,  2024,  2035,  2046,
1298 <    2057,  2068,  2079,  2091,  2110,  2120,  2129,  2145,  2144,  2160,
1299 <    2160,  2161,  2161,  2161,  2161,  2163,  2172,  2187,  2201,  2200,
1300 <    2216,  2216,  2217,  2217,  2217,  2217,  2219,  2228,  2251,  2250,
1301 <    2256,  2256,  2257,  2261,  2265,  2269,  2273,  2277,  2281,  2285,
1302 <    2289,  2293,  2297,  2307,  2306,  2323,  2323,  2324,  2324,  2324,
1303 <    2326,  2333,  2332,  2338,  2338,  2339,  2343,  2347,  2351,  2355,
1304 <    2359,  2363,  2367,  2371,  2375,  2379,  2389,  2388,  2534,  2534,
1305 <    2535,  2535,  2536,  2536,  2536,  2537,  2537,  2538,  2538,  2539,
1306 <    2539,  2539,  2540,  2540,  2540,  2541,  2541,  2541,  2542,  2542,
1307 <    2543,  2543,  2545,  2557,  2569,  2578,  2604,  2622,  2640,  2646,
1308 <    2650,  2658,  2668,  2667,  2671,  2671,  2672,  2672,  2673,  2673,
1309 <    2675,  2686,  2693,  2700,  2707,  2717,  2758,  2769,  2780,  2795,
1310 <    2806,  2817,  2830,  2843,  2852,  2888,  2887,  2952,  2951,  2955,
1311 <    2955,  2956,  2962,  2962,  2963,  2963,  2963,  2963,  2965,  2984,
1312 <    2994,  2993,  3015,  3015,  3016,  3016,  3016,  3018,  3027,  3039,
1313 <    3041,  3041,  3042,  3042,  3044,  3066,  3065,  3108,  3107,  3111,
1314 <    3111,  3112,  3118,  3118,  3119,  3119,  3119,  3119,  3121,  3127,
1315 <    3136,  3139,  3139,  3140,  3140,  3141,  3141,  3142,  3142,  3143,
1316 <    3143,  3144,  3144,  3145,  3145,  3146,  3146,  3147,  3147,  3148,
1317 <    3148,  3149,  3149,  3150,  3150,  3151,  3151,  3152,  3152,  3153,
1318 <    3153,  3154,  3154,  3155,  3155,  3156,  3156,  3157,  3157,  3158,
1319 <    3158,  3159,  3159,  3160,  3161,  3161,  3162,  3162,  3163,  3163,
1320 <    3164,  3164,  3165,  3165,  3166,  3166,  3167,  3167,  3168,  3169,
1321 <    3172,  3177,  3182,  3187,  3192,  3197,  3202,  3207,  3212,  3217,
1322 <    3222,  3227,  3232,  3237,  3242,  3247,  3252,  3257,  3262,  3268,
1323 <    3279,  3284,  3293,  3298,  3303,  3308,  3313,  3318,  3321,  3326,
1324 <    3329,  3334,  3339,  3344,  3349,  3354,  3359,  3364,  3369,  3374,
1325 <    3385,  3390,  3395,  3400,  3409,  3441,  3459,  3464,  3473,  3478,
1326 <    3483,  3489,  3488,  3493,  3493,  3494,  3497,  3500,  3503,  3506,
1327 <    3509,  3512,  3515,  3518,  3521,  3524,  3527,  3530,  3533,  3536,
1328 <    3539,  3542,  3545,  3548,  3554,  3553,  3558,  3558,  3559,  3562,
1329 <    3565,  3568,  3571,  3574,  3577,  3580,  3583,  3586,  3589,  3592,
1330 <    3595,  3598,  3601,  3604,  3607,  3610,  3613,  3618,  3623,  3628,
1331 <    3633,  3638,  3647,  3646,  3670,  3670,  3671,  3672,  3673,  3674,
1332 <    3675,  3676,  3677,  3679,  3685,  3692,  3691,  3696,  3696,  3697,
1414 <    3701,  3707,  3741,  3751,  3750,  3800,  3800,  3801,  3805,  3814,
1415 <    3817,  3817,  3818,  3818,  3819,  3819,  3820,  3820,  3821,  3821,
1416 <    3822,  3822,  3823,  3824,  3824,  3825,  3825,  3826,  3826,  3827,
1417 <    3827,  3829,  3834,  3839,  3844,  3849,  3854,  3859,  3864,  3869,
1418 <    3874,  3879,  3884,  3889,  3894,  3899,  3904,  3909,  3914,  3922,
1419 <    3925,  3925,  3926,  3926,  3927,  3928,  3929,  3929,  3930,  3931,
1420 <    3933,  3939,  3945,  3954,  3968,  3974,  3980
1266 >       0,   353,   353,   354,   357,   358,   359,   360,   361,   362,
1267 >     363,   364,   365,   366,   367,   368,   369,   370,   371,   372,
1268 >     373,   374,   375,   376,   377,   378,   379,   383,   383,   384,
1269 >     388,   392,   396,   400,   404,   410,   410,   411,   412,   413,
1270 >     414,   421,   424,   424,   425,   425,   425,   427,   433,   440,
1271 >     442,   442,   443,   443,   444,   444,   445,   445,   446,   446,
1272 >     447,   447,   448,   448,   449,   449,   450,   451,   454,   455,
1273 >     457,   457,   458,   464,   472,   472,   473,   479,   487,   526,
1274 >     585,   613,   621,   636,   651,   660,   674,   683,   711,   741,
1275 >     764,   773,   775,   775,   776,   776,   777,   777,   779,   788,
1276 >     797,   809,   810,   810,   812,   812,   813,   815,   822,   822,
1277 >     832,   833,   835,   835,   836,   836,   838,   843,   846,   852,
1278 >     851,   857,   857,   858,   862,   866,   870,   874,   878,   882,
1279 >     893,   892,   990,   990,   991,   991,   991,   992,   992,   992,
1280 >     993,   993,   993,   995,  1004,  1041,  1053,  1064,  1106,  1116,
1281 >    1115,  1121,  1121,  1122,  1126,  1130,  1134,  1138,  1142,  1146,
1282 >    1150,  1154,  1158,  1162,  1166,  1170,  1174,  1178,  1182,  1186,
1283 >    1190,  1194,  1198,  1205,  1204,  1210,  1210,  1211,  1215,  1219,
1284 >    1223,  1227,  1231,  1235,  1239,  1243,  1247,  1251,  1255,  1259,
1285 >    1263,  1267,  1271,  1275,  1279,  1290,  1289,  1339,  1339,  1340,
1286 >    1341,  1341,  1342,  1343,  1344,  1345,  1346,  1347,  1348,  1349,
1287 >    1350,  1351,  1352,  1354,  1363,  1369,  1375,  1381,  1387,  1393,
1288 >    1399,  1405,  1411,  1417,  1423,  1429,  1439,  1438,  1455,  1454,
1289 >    1459,  1459,  1460,  1464,  1468,  1476,  1476,  1477,  1477,  1477,
1290 >    1477,  1477,  1479,  1479,  1481,  1481,  1483,  1497,  1517,  1526,
1291 >    1539,  1538,  1607,  1607,  1608,  1608,  1608,  1608,  1609,  1609,
1292 >    1609,  1610,  1610,  1612,  1647,  1660,  1669,  1681,  1680,  1684,
1293 >    1684,  1685,  1689,  1693,  1697,  1701,  1705,  1709,  1713,  1717,
1294 >    1724,  1743,  1753,  1767,  1766,  1782,  1782,  1783,  1783,  1783,
1295 >    1783,  1785,  1794,  1809,  1822,  1824,  1824,  1825,  1825,  1827,
1296 >    1843,  1842,  1858,  1858,  1859,  1859,  1859,  1859,  1861,  1870,
1297 >    1893,  1892,  1898,  1898,  1899,  1903,  1907,  1911,  1915,  1919,
1298 >    1923,  1927,  1931,  1935,  1945,  1944,  1961,  1961,  1962,  1962,
1299 >    1962,  1964,  1971,  1970,  1976,  1976,  1977,  1981,  1985,  1989,
1300 >    1993,  1997,  2001,  2005,  2009,  2013,  2023,  2022,  2073,  2073,
1301 >    2074,  2074,  2074,  2075,  2075,  2076,  2076,  2076,  2077,  2077,
1302 >    2077,  2078,  2078,  2079,  2081,  2090,  2099,  2125,  2143,  2161,
1303 >    2167,  2171,  2180,  2179,  2183,  2183,  2184,  2188,  2192,  2196,
1304 >    2202,  2213,  2224,  2235,  2244,  2263,  2262,  2328,  2327,  2331,
1305 >    2331,  2332,  2338,  2338,  2339,  2339,  2339,  2339,  2341,  2360,
1306 >    2370,  2369,  2394,  2394,  2395,  2395,  2395,  2397,  2403,  2412,
1307 >    2414,  2414,  2415,  2415,  2417,  2436,  2435,  2483,  2482,  2486,
1308 >    2486,  2487,  2493,  2493,  2494,  2494,  2494,  2494,  2496,  2502,
1309 >    2511,  2514,  2514,  2515,  2515,  2516,  2516,  2517,  2517,  2518,
1310 >    2518,  2519,  2519,  2520,  2520,  2521,  2521,  2522,  2522,  2523,
1311 >    2523,  2524,  2524,  2525,  2525,  2526,  2526,  2527,  2527,  2528,
1312 >    2529,  2529,  2530,  2530,  2531,  2531,  2532,  2532,  2533,  2533,
1313 >    2534,  2535,  2536,  2536,  2537,  2538,  2539,  2539,  2540,  2540,
1314 >    2541,  2541,  2542,  2542,  2543,  2546,  2551,  2556,  2561,  2566,
1315 >    2571,  2576,  2581,  2586,  2591,  2596,  2601,  2606,  2611,  2616,
1316 >    2621,  2626,  2631,  2637,  2648,  2653,  2662,  2667,  2672,  2677,
1317 >    2682,  2687,  2690,  2695,  2698,  2703,  2708,  2713,  2718,  2723,
1318 >    2728,  2733,  2738,  2743,  2754,  2759,  2764,  2769,  2778,  2787,
1319 >    2792,  2797,  2803,  2802,  2807,  2807,  2808,  2811,  2814,  2817,
1320 >    2820,  2823,  2826,  2829,  2832,  2835,  2838,  2841,  2844,  2847,
1321 >    2850,  2853,  2856,  2859,  2862,  2865,  2871,  2870,  2875,  2875,
1322 >    2876,  2879,  2882,  2885,  2888,  2891,  2894,  2897,  2900,  2903,
1323 >    2906,  2909,  2912,  2915,  2918,  2921,  2924,  2927,  2930,  2933,
1324 >    2938,  2943,  2948,  2953,  2963,  2962,  2986,  2986,  2987,  2988,
1325 >    2989,  2990,  2991,  2992,  2993,  2995,  3001,  3008,  3007,  3012,
1326 >    3012,  3013,  3017,  3023,  3057,  3067,  3066,  3116,  3116,  3117,
1327 >    3121,  3130,  3133,  3133,  3134,  3134,  3135,  3135,  3136,  3136,
1328 >    3137,  3137,  3138,  3138,  3139,  3140,  3140,  3141,  3142,  3142,
1329 >    3143,  3143,  3145,  3150,  3155,  3160,  3165,  3170,  3175,  3180,
1330 >    3185,  3190,  3195,  3200,  3205,  3210,  3215,  3220,  3225,  3233,
1331 >    3236,  3236,  3237,  3237,  3238,  3239,  3240,  3240,  3241,  3242,
1332 >    3244,  3250,  3256,  3265,  3279,  3285,  3291
1333   };
1334   #endif
1335  
# Line 1428 | Line 1340 | static const char *const yytname[] =
1340   {
1341    "$end", "error", "$undefined", "ACCEPT_PASSWORD", "ACTION", "ADMIN",
1342    "AFTYPE", "T_ALLOW", "ANTI_NICK_FLOOD", "ANTI_SPAM_EXIT_MESSAGE_TIME",
1343 <  "AUTOCONN", "T_BLOCK", "BURST_AWAY", "BURST_TOPICWHO", "BYTES", "KBYTES",
1344 <  "MBYTES", "GBYTES", "TBYTES", "CALLER_ID_WAIT", "CAN_FLOOD", "CAN_IDLE",
1345 <  "CHANNEL", "CIDR_BITLEN_IPV4", "CIDR_BITLEN_IPV6", "CIPHER_PREFERENCE",
1346 <  "CLASS", "COMPRESSED", "COMPRESSION_LEVEL", "CONNECT", "CONNECTFREQ",
1347 <  "CRYPTLINK", "DEFAULT_CIPHER_PREFERENCE", "DEFAULT_FLOODCOUNT",
1348 <  "DEFAULT_SPLIT_SERVER_COUNT", "DEFAULT_SPLIT_USER_COUNT", "DENY",
1349 <  "DESCRIPTION", "DIE", "DISABLE_AUTH", "DISABLE_FAKE_CHANNELS",
1350 <  "DISABLE_HIDDEN", "DISABLE_LOCAL_CHANNELS", "DISABLE_REMOTE_COMMANDS",
1351 <  "DOT_IN_IP6_ADDR", "DOTS_IN_IDENT", "DURATION", "EGDPOOL_PATH", "EMAIL",
1352 <  "ENABLE", "ENCRYPTED", "EXCEED_LIMIT", "EXEMPT", "FAILED_OPER_NOTICE",
1353 <  "FAKENAME", "IRCD_FLAGS", "FLATTEN_LINKS", "FFAILED_OPERLOG", "FKILLLOG",
1354 <  "FKLINELOG", "FGLINELOG", "FIOERRLOG", "FOPERLOG", "FOPERSPYLOG",
1355 <  "FUSERLOG", "GECOS", "GENERAL", "GLINE", "GLINES", "GLINE_EXEMPT",
1444 <  "GLINE_LOG", "GLINE_TIME", "GLINE_MIN_CIDR", "GLINE_MIN_CIDR6",
1445 <  "GLOBAL_KILL", "IRCD_AUTH", "NEED_IDENT", "HAVENT_READ_CONF", "HIDDEN",
1446 <  "HIDDEN_ADMIN", "HIDDEN_NAME", "HIDDEN_OPER", "HIDE_SERVER_IPS",
1447 <  "HIDE_SERVERS", "HIDE_SPOOF_IPS", "HOST", "HUB", "HUB_MASK", "IDLETIME",
1343 >  "AUTOCONN", "T_BLOCK", "BURST_AWAY", "BYTES", "KBYTES", "MBYTES",
1344 >  "GBYTES", "TBYTES", "CALLER_ID_WAIT", "CAN_FLOOD", "CHANNEL",
1345 >  "CIDR_BITLEN_IPV4", "CIDR_BITLEN_IPV6", "CLASS", "CONNECT",
1346 >  "CONNECTFREQ", "DEFAULT_FLOODCOUNT", "DEFAULT_SPLIT_SERVER_COUNT",
1347 >  "DEFAULT_SPLIT_USER_COUNT", "DENY", "DESCRIPTION", "DIE", "DISABLE_AUTH",
1348 >  "DISABLE_FAKE_CHANNELS", "DISABLE_HIDDEN", "DISABLE_LOCAL_CHANNELS",
1349 >  "DISABLE_REMOTE_COMMANDS", "DOTS_IN_IDENT", "DURATION", "EGDPOOL_PATH",
1350 >  "EMAIL", "ENABLE", "ENCRYPTED", "EXCEED_LIMIT", "EXEMPT",
1351 >  "FAILED_OPER_NOTICE", "IRCD_FLAGS", "FLATTEN_LINKS", "GECOS", "GENERAL",
1352 >  "GLINE", "GLINES", "GLINE_EXEMPT", "GLINE_TIME", "GLINE_MIN_CIDR",
1353 >  "GLINE_MIN_CIDR6", "GLOBAL_KILL", "IRCD_AUTH", "NEED_IDENT",
1354 >  "HAVENT_READ_CONF", "HIDDEN", "HIDDEN_NAME", "HIDE_SERVER_IPS",
1355 >  "HIDE_SERVERS", "HIDE_SPOOF_IPS", "HOST", "HUB", "HUB_MASK",
1356    "IGNORE_BOGUS_TS", "INVISIBLE_ON_CONNECT", "IP", "KILL",
1357    "KILL_CHASE_TIME_LIMIT", "KLINE", "KLINE_EXEMPT", "KLINE_REASON",
1358    "KLINE_WITH_REASON", "KNOCK_DELAY", "KNOCK_DELAY_CHANNEL", "LEAF_MASK",
1359 <  "LINKS_DELAY", "LISTEN", "T_LOG", "LOGGING", "LOG_LEVEL", "MAX_ACCEPT",
1360 <  "MAX_BANS", "MAX_CHANS_PER_USER", "MAX_GLOBAL", "MAX_IDENT", "MAX_LOCAL",
1359 >  "LINKS_DELAY", "LISTEN", "T_LOG", "MAX_ACCEPT", "MAX_BANS",
1360 >  "MAX_CHANS_PER_USER", "MAX_GLOBAL", "MAX_IDENT", "MAX_LOCAL",
1361    "MAX_NICK_CHANGES", "MAX_NICK_TIME", "MAX_NUMBER", "MAX_TARGETS",
1362    "MAX_WATCH", "MESSAGE_LOCALE", "MIN_NONWILDCARD",
1363    "MIN_NONWILDCARD_SIMPLE", "MODULE", "MODULES", "NAME", "NEED_PASSWORD",
1364    "NETWORK_DESC", "NETWORK_NAME", "NICK", "NICK_CHANGES",
1365    "NO_CREATE_ON_SPLIT", "NO_JOIN_ON_SPLIT", "NO_OPER_FLOOD", "NO_TILDE",
1366 <  "NOT", "NUMBER", "NUMBER_PER_IDENT", "NUMBER_PER_CIDR", "NUMBER_PER_IP",
1367 <  "NUMBER_PER_IP_GLOBAL", "OPERATOR", "OPERS_BYPASS_CALLERID", "OPER_LOG",
1366 >  "NUMBER", "NUMBER_PER_IDENT", "NUMBER_PER_CIDR", "NUMBER_PER_IP",
1367 >  "NUMBER_PER_IP_GLOBAL", "OPERATOR", "OPERS_BYPASS_CALLERID",
1368    "OPER_ONLY_UMODES", "OPER_PASS_RESV", "OPER_SPY_T", "OPER_UMODES",
1369    "JOIN_FLOOD_COUNT", "JOIN_FLOOD_TIME", "PACE_WAIT", "PACE_WAIT_SIMPLE",
1370    "PASSWORD", "PATH", "PING_COOKIE", "PING_TIME", "PING_WARNING", "PORT",
1371    "QSTRING", "QUIET_ON_BAN", "REASON", "REDIRPORT", "REDIRSERV", "REGEX_T",
1372    "REHASH", "TREJECT_HOLD_TIME", "REMOTE", "REMOTEBAN",
1373    "RESTRICT_CHANNELS", "RESTRICTED", "RSA_PRIVATE_KEY_FILE",
1374 <  "RSA_PUBLIC_KEY_FILE", "SSL_CERTIFICATE_FILE", "RESV", "RESV_EXEMPT",
1375 <  "SECONDS", "MINUTES", "HOURS", "DAYS", "WEEKS", "SENDQ", "SEND_PASSWORD",
1376 <  "SERVERHIDE", "SERVERINFO", "SERVLINK_PATH", "IRCD_SID",
1374 >  "RSA_PUBLIC_KEY_FILE", "SSL_CERTIFICATE_FILE", "SSL_DH_PARAM_FILE",
1375 >  "T_SSL_CLIENT_METHOD", "T_SSL_SERVER_METHOD", "T_SSLV3", "T_TLSV1",
1376 >  "RESV", "RESV_EXEMPT", "SECONDS", "MINUTES", "HOURS", "DAYS", "WEEKS",
1377 >  "SENDQ", "SEND_PASSWORD", "SERVERHIDE", "SERVERINFO", "IRCD_SID",
1378    "TKLINE_EXPIRE_NOTICES", "T_SHARED", "T_CLUSTER", "TYPE", "SHORT_MOTD",
1379    "SILENT", "SPOOF", "SPOOF_NOTICE", "STATS_E_DISABLED",
1380    "STATS_I_OPER_ONLY", "STATS_K_OPER_ONLY", "STATS_O_OPER_ONLY",
1381    "STATS_P_OPER_ONLY", "TBOOL", "TMASKED", "T_REJECT", "TS_MAX_DELTA",
1382    "TS_WARN_DELTA", "TWODOTS", "T_ALL", "T_BOTS", "T_SOFTCALLERID",
1383 <  "T_CALLERID", "T_CCONN", "T_CCONN_FULL", "T_CLIENT_FLOOD", "T_DEAF",
1384 <  "T_DEBUG", "T_DRONE", "T_EXTERNAL", "T_FULL", "T_INVISIBLE", "T_IPV4",
1385 <  "T_IPV6", "T_LOCOPS", "T_LOGPATH", "T_L_CRIT", "T_L_DEBUG", "T_L_ERROR",
1386 <  "T_L_INFO", "T_L_NOTICE", "T_L_TRACE", "T_L_WARN", "T_MAX_CLIENTS",
1387 <  "T_NCHANGE", "T_OPERWALL", "T_REJ", "T_SERVER", "T_SERVNOTICE",
1388 <  "T_SKILL", "T_SPY", "T_SSL", "T_UMODES", "T_UNAUTH", "T_UNRESV",
1389 <  "T_UNXLINE", "T_WALLOP", "THROTTLE_TIME", "TOPICBURST",
1390 <  "TRUE_NO_OPER_FLOOD", "TKLINE", "TXLINE", "TRESV", "UNKLINE", "USER",
1391 <  "USE_EGD", "USE_EXCEPT", "USE_INVEX", "USE_KNOCK", "USE_LOGGING",
1392 <  "USE_WHOIS_ACTUALLY", "VHOST", "VHOST6", "XLINE", "WARN",
1393 <  "WARN_NO_NLINE", "';'", "'}'", "'{'", "'='", "','", "$accept", "conf",
1394 <  "conf_item", "timespec_", "timespec", "sizespec_", "sizespec",
1395 <  "modules_entry", "modules_items", "modules_item", "modules_module",
1396 <  "modules_path", "serverinfo_entry", "serverinfo_items",
1397 <  "serverinfo_item", "serverinfo_ssl_certificate_file",
1398 <  "serverinfo_rsa_private_key_file", "serverinfo_name", "serverinfo_sid",
1383 >  "T_CALLERID", "T_CCONN", "T_CCONN_FULL", "T_SSL_CIPHER_LIST",
1384 >  "T_CLIENT_FLOOD", "T_DEAF", "T_DEBUG", "T_DLINE", "T_DRONE",
1385 >  "T_EXTERNAL", "T_FULL", "T_INVISIBLE", "T_IPV4", "T_IPV6", "T_LOCOPS",
1386 >  "T_MAX_CLIENTS", "T_NCHANGE", "T_OPERWALL", "T_REJ", "T_SERVER",
1387 >  "T_SERVNOTICE", "T_SKILL", "T_SPY", "T_SSL", "T_UMODES", "T_UNAUTH",
1388 >  "T_UNDLINE", "T_UNLIMITED", "T_UNRESV", "T_UNXLINE", "T_GLOBOPS",
1389 >  "T_WALLOP", "T_RESTART", "T_SERVICE", "T_SERVICES_NAME", "THROTTLE_TIME",
1390 >  "TOPICBURST", "TRUE_NO_OPER_FLOOD", "TKLINE", "TXLINE", "TRESV",
1391 >  "UNKLINE", "USER", "USE_EGD", "USE_EXCEPT", "USE_INVEX", "USE_KNOCK",
1392 >  "USE_LOGGING", "USE_WHOIS_ACTUALLY", "VHOST", "VHOST6", "XLINE", "WARN",
1393 >  "WARN_NO_NLINE", "T_SIZE", "T_FILE", "';'", "'}'", "'{'", "'='", "','",
1394 >  "$accept", "conf", "conf_item", "timespec_", "timespec", "sizespec_",
1395 >  "sizespec", "modules_entry", "modules_items", "modules_item",
1396 >  "modules_module", "modules_path", "serverinfo_entry", "serverinfo_items",
1397 >  "serverinfo_item", "serverinfo_ssl_client_method",
1398 >  "serverinfo_ssl_server_method", "client_method_types",
1399 >  "client_method_type_item", "server_method_types",
1400 >  "server_method_type_item", "serverinfo_ssl_certificate_file",
1401 >  "serverinfo_rsa_private_key_file", "serverinfo_ssl_dh_param_file",
1402 >  "serverinfo_ssl_cipher_list", "serverinfo_name", "serverinfo_sid",
1403    "serverinfo_description", "serverinfo_network_name",
1404    "serverinfo_network_desc", "serverinfo_vhost", "serverinfo_vhost6",
1405    "serverinfo_max_clients", "serverinfo_hub", "admin_entry", "admin_items",
1406    "admin_item", "admin_name", "admin_email", "admin_description",
1407 <  "logging_entry", "logging_items", "logging_item", "logging_path",
1408 <  "logging_oper_log", "logging_fuserlog", "logging_ffailed_operlog",
1409 <  "logging_foperlog", "logging_foperspylog", "logging_fglinelog",
1410 <  "logging_fklinelog", "logging_ioerrlog", "logging_killlog",
1411 <  "logging_log_level", "logging_use_logging", "oper_entry", "@1",
1412 <  "oper_name_b", "oper_items", "oper_item", "oper_name", "oper_name_t",
1413 <  "oper_user", "oper_password", "oper_encrypted",
1414 <  "oper_rsa_public_key_file", "oper_class", "oper_umodes", "@2",
1415 <  "oper_umodes_items", "oper_umodes_item", "oper_global_kill",
1416 <  "oper_remote", "oper_remoteban", "oper_kline", "oper_xline",
1417 <  "oper_unkline", "oper_gline", "oper_nick_changes", "oper_die",
1418 <  "oper_rehash", "oper_admin", "oper_hidden_admin", "oper_hidden_oper",
1506 <  "oper_operwall", "oper_flags", "@3", "oper_flags_items",
1507 <  "oper_flags_item", "@4", "@5", "oper_flags_item_atom", "class_entry",
1508 <  "@6", "class_name_b", "class_items", "class_item", "class_name",
1509 <  "class_name_t", "class_ping_time", "class_ping_warning",
1510 <  "class_number_per_ip", "class_connectfreq", "class_max_number",
1511 <  "class_max_global", "class_max_local", "class_max_ident", "class_sendq",
1407 >  "logging_entry", "logging_items", "logging_item", "logging_use_logging",
1408 >  "logging_file_entry", "$@1", "logging_file_items", "logging_file_item",
1409 >  "logging_file_name", "logging_file_size", "logging_file_type", "$@2",
1410 >  "logging_file_type_items", "logging_file_type_item", "oper_entry", "$@3",
1411 >  "oper_items", "oper_item", "oper_name", "oper_user", "oper_password",
1412 >  "oper_encrypted", "oper_rsa_public_key_file", "oper_class",
1413 >  "oper_umodes", "$@4", "oper_umodes_items", "oper_umodes_item",
1414 >  "oper_flags", "$@5", "oper_flags_items", "oper_flags_item",
1415 >  "class_entry", "$@6", "class_items", "class_item", "class_name",
1416 >  "class_ping_time", "class_ping_warning", "class_number_per_ip",
1417 >  "class_connectfreq", "class_max_number", "class_max_global",
1418 >  "class_max_local", "class_max_ident", "class_sendq",
1419    "class_cidr_bitlen_ipv4", "class_cidr_bitlen_ipv6",
1420 <  "class_number_per_cidr", "listen_entry", "@7", "listen_flags", "@8",
1420 >  "class_number_per_cidr", "listen_entry", "$@7", "listen_flags", "$@8",
1421    "listen_flags_items", "listen_flags_item", "listen_items", "listen_item",
1422 <  "listen_port", "@9", "port_items", "port_item", "listen_address",
1423 <  "listen_host", "auth_entry", "@10", "auth_items", "auth_item",
1424 <  "auth_user", "auth_passwd", "auth_spoof_notice", "auth_class",
1425 <  "auth_encrypted", "auth_flags", "@11", "auth_flags_items",
1426 <  "auth_flags_item", "@12", "@13", "auth_flags_item_atom",
1427 <  "auth_kline_exempt", "auth_need_ident", "auth_exceed_limit",
1428 <  "auth_can_flood", "auth_no_tilde", "auth_gline_exempt", "auth_spoof",
1429 <  "auth_redir_serv", "auth_redir_port", "auth_need_password", "resv_entry",
1430 <  "@14", "resv_items", "resv_item", "resv_creason", "resv_channel",
1431 <  "resv_nick", "shared_entry", "@15", "shared_items", "shared_item",
1432 <  "shared_name", "shared_user", "shared_type", "@16", "shared_types",
1433 <  "shared_type_item", "cluster_entry", "@17", "cluster_items",
1527 <  "cluster_item", "cluster_name", "cluster_type", "@18", "cluster_types",
1528 <  "cluster_type_item", "connect_entry", "@19", "connect_name_b",
1529 <  "connect_items", "connect_item", "connect_name", "connect_name_t",
1422 >  "listen_port", "$@9", "port_items", "port_item", "listen_address",
1423 >  "listen_host", "auth_entry", "$@10", "auth_items", "auth_item",
1424 >  "auth_user", "auth_passwd", "auth_class", "auth_encrypted", "auth_flags",
1425 >  "$@11", "auth_flags_items", "auth_flags_item", "auth_spoof",
1426 >  "auth_redir_serv", "auth_redir_port", "resv_entry", "$@12", "resv_items",
1427 >  "resv_item", "resv_creason", "resv_channel", "resv_nick",
1428 >  "service_entry", "service_items", "service_item", "service_name",
1429 >  "shared_entry", "$@13", "shared_items", "shared_item", "shared_name",
1430 >  "shared_user", "shared_type", "$@14", "shared_types", "shared_type_item",
1431 >  "cluster_entry", "$@15", "cluster_items", "cluster_item", "cluster_name",
1432 >  "cluster_type", "$@16", "cluster_types", "cluster_type_item",
1433 >  "connect_entry", "$@17", "connect_items", "connect_item", "connect_name",
1434    "connect_host", "connect_vhost", "connect_send_password",
1435    "connect_accept_password", "connect_port", "connect_aftype",
1436 <  "connect_fakename", "connect_flags", "@20", "connect_flags_items",
1437 <  "connect_flags_item", "@21", "@22", "connect_flags_item_atom",
1438 <  "connect_rsa_public_key_file", "connect_encrypted", "connect_cryptlink",
1439 <  "connect_compressed", "connect_auto", "connect_topicburst",
1440 <  "connect_hub_mask", "connect_leaf_mask", "connect_class",
1441 <  "connect_cipher_preference", "kill_entry", "@23", "kill_type", "@24",
1442 <  "kill_type_items", "kill_type_item", "kill_items", "kill_item",
1443 <  "kill_user", "kill_reason", "deny_entry", "@25", "deny_items",
1444 <  "deny_item", "deny_ip", "deny_reason", "exempt_entry", "exempt_items",
1445 <  "exempt_item", "exempt_ip", "gecos_entry", "@26", "gecos_flags", "@27",
1446 <  "gecos_flags_items", "gecos_flags_item", "gecos_items", "gecos_item",
1543 <  "gecos_name", "gecos_reason", "general_entry", "general_items",
1544 <  "general_item", "general_max_watch", "general_gline_min_cidr",
1545 <  "general_gline_min_cidr6", "general_burst_away",
1436 >  "connect_flags", "$@18", "connect_flags_items", "connect_flags_item",
1437 >  "connect_encrypted", "connect_hub_mask", "connect_leaf_mask",
1438 >  "connect_class", "connect_ssl_cipher_list", "kill_entry", "$@19",
1439 >  "kill_type", "$@20", "kill_type_items", "kill_type_item", "kill_items",
1440 >  "kill_item", "kill_user", "kill_reason", "deny_entry", "$@21",
1441 >  "deny_items", "deny_item", "deny_ip", "deny_reason", "exempt_entry",
1442 >  "exempt_items", "exempt_item", "exempt_ip", "gecos_entry", "$@22",
1443 >  "gecos_flags", "$@23", "gecos_flags_items", "gecos_flags_item",
1444 >  "gecos_items", "gecos_item", "gecos_name", "gecos_reason",
1445 >  "general_entry", "general_items", "general_item", "general_max_watch",
1446 >  "general_gline_min_cidr", "general_gline_min_cidr6",
1447    "general_use_whois_actually", "general_reject_hold_time",
1448    "general_tkline_expire_notices", "general_kill_chase_time_limit",
1449    "general_hide_spoof_ips", "general_ignore_bogus_ts",
# Line 1559 | Line 1460 | static const char *const yytname[] =
1460    "general_caller_id_wait", "general_opers_bypass_callerid",
1461    "general_pace_wait_simple", "general_short_motd",
1462    "general_no_oper_flood", "general_true_no_oper_flood",
1463 <  "general_oper_pass_resv", "general_message_locale", "general_idletime",
1464 <  "general_dots_in_ident", "general_max_targets", "general_servlink_path",
1465 <  "general_default_cipher_preference", "general_compression_level",
1565 <  "general_use_egd", "general_egdpool_path", "general_ping_cookie",
1463 >  "general_oper_pass_resv", "general_message_locale",
1464 >  "general_dots_in_ident", "general_max_targets", "general_use_egd",
1465 >  "general_egdpool_path", "general_services_name", "general_ping_cookie",
1466    "general_disable_auth", "general_throttle_time", "general_oper_umodes",
1467 <  "@28", "umode_oitems", "umode_oitem", "general_oper_only_umodes", "@29",
1468 <  "umode_items", "umode_item", "general_min_nonwildcard",
1467 >  "$@24", "umode_oitems", "umode_oitem", "general_oper_only_umodes",
1468 >  "$@25", "umode_items", "umode_item", "general_min_nonwildcard",
1469    "general_min_nonwildcard_simple", "general_default_floodcount",
1470 <  "general_client_flood", "general_dot_in_ip6_addr", "gline_entry", "@30",
1471 <  "gline_items", "gline_item", "gline_enable", "gline_duration",
1472 <  "gline_logging", "@31", "gline_logging_types", "gline_logging_type_item",
1473 <  "gline_user", "gline_server", "gline_action", "@32", "gdeny_types",
1474 <  "gdeny_type_item", "channel_entry", "channel_items", "channel_item",
1470 >  "general_client_flood", "gline_entry", "$@26", "gline_items",
1471 >  "gline_item", "gline_enable", "gline_duration", "gline_logging", "$@27",
1472 >  "gline_logging_types", "gline_logging_type_item", "gline_user",
1473 >  "gline_server", "gline_action", "$@28", "gdeny_types", "gdeny_type_item",
1474 >  "channel_entry", "channel_items", "channel_item",
1475    "channel_disable_fake_channels", "channel_restrict_channels",
1476    "channel_disable_local_channels", "channel_use_except",
1477    "channel_use_invex", "channel_use_knock", "channel_knock_delay",
# Line 1579 | Line 1479 | static const char *const yytname[] =
1479    "channel_quiet_on_ban", "channel_max_bans",
1480    "channel_default_split_user_count", "channel_default_split_server_count",
1481    "channel_no_create_on_split", "channel_no_join_on_split",
1482 <  "channel_burst_topicwho", "channel_jflood_count", "channel_jflood_time",
1483 <  "serverhide_entry", "serverhide_items", "serverhide_item",
1484 <  "serverhide_flatten_links", "serverhide_hide_servers",
1485 <  "serverhide_hidden_name", "serverhide_links_delay", "serverhide_hidden",
1482 >  "channel_jflood_count", "channel_jflood_time", "serverhide_entry",
1483 >  "serverhide_items", "serverhide_item", "serverhide_flatten_links",
1484 >  "serverhide_hide_servers", "serverhide_hidden_name",
1485 >  "serverhide_links_delay", "serverhide_hidden",
1486    "serverhide_disable_hidden", "serverhide_hide_server_ips", 0
1487   };
1488   #endif
# Line 1616 | Line 1516 | static const yytype_uint16 yytoknum[] =
1516       465,   466,   467,   468,   469,   470,   471,   472,   473,   474,
1517       475,   476,   477,   478,   479,   480,   481,   482,   483,   484,
1518       485,   486,   487,   488,   489,   490,   491,   492,   493,   494,
1519 <     495,   496,   497,   498,   499,   500,   501,   502,   503,   504,
1620 <     505,   506,   507,   508,   509,   510,   511,   512,   513,    59,
1621 <     125,   123,    61,    44
1519 >      59,   125,   123,    61,    44
1520   };
1521   # endif
1522  
1523   /* YYR1[YYN] -- Symbol number of symbol that rule YYN derives.  */
1524   static const yytype_uint16 yyr1[] =
1525   {
1526 <       0,   264,   265,   265,   266,   266,   266,   266,   266,   266,
1527 <     266,   266,   266,   266,   266,   266,   266,   266,   266,   266,
1528 <     266,   266,   266,   266,   266,   266,   267,   267,   268,   268,
1529 <     268,   268,   268,   268,   269,   269,   270,   270,   270,   270,
1530 <     271,   272,   272,   273,   273,   273,   274,   275,   276,   277,
1531 <     277,   278,   278,   278,   278,   278,   278,   278,   278,   278,
1532 <     278,   278,   278,   279,   280,   281,   282,   283,   284,   285,
1533 <     286,   287,   288,   289,   290,   291,   291,   292,   292,   292,
1534 <     292,   293,   294,   295,   296,   297,   297,   298,   298,   298,
1535 <     298,   298,   298,   298,   298,   298,   298,   298,   298,   298,
1536 <     299,   300,   301,   302,   303,   304,   305,   306,   307,   308,
1537 <     309,   309,   309,   309,   309,   309,   309,   310,   312,   311,
1538 <     313,   313,   314,   314,   315,   315,   315,   315,   315,   315,
1539 <     315,   315,   315,   315,   315,   315,   315,   315,   315,   315,
1540 <     315,   315,   315,   315,   315,   315,   315,   316,   317,   318,
1541 <     319,   320,   321,   322,   324,   323,   325,   325,   326,   326,
1542 <     326,   326,   326,   326,   326,   326,   326,   326,   326,   326,
1543 <     326,   326,   326,   326,   326,   326,   326,   327,   328,   329,
1544 <     330,   331,   332,   333,   334,   335,   336,   337,   338,   339,
1545 <     340,   342,   341,   343,   343,   345,   344,   346,   344,   347,
1546 <     347,   347,   347,   347,   347,   347,   347,   347,   347,   347,
1547 <     347,   347,   347,   347,   347,   349,   348,   350,   350,   351,
1548 <     351,   352,   352,   352,   352,   352,   352,   352,   352,   352,
1549 <     352,   352,   352,   352,   352,   353,   354,   355,   356,   357,
1550 <     358,   359,   360,   361,   362,   363,   364,   365,   366,   368,
1551 <     367,   370,   369,   371,   371,   372,   372,   372,   373,   373,
1552 <     374,   374,   374,   374,   374,   376,   375,   377,   377,   378,
1553 <     378,   379,   380,   382,   381,   383,   383,   384,   384,   384,
1554 <     384,   384,   384,   384,   384,   384,   384,   384,   384,   384,
1555 <     384,   384,   384,   384,   385,   386,   387,   388,   389,   391,
1556 <     390,   392,   392,   394,   393,   395,   393,   396,   396,   396,
1557 <     396,   396,   396,   396,   396,   396,   396,   397,   398,   399,
1558 <     400,   401,   402,   403,   404,   405,   406,   408,   407,   409,
1559 <     409,   410,   410,   410,   410,   411,   412,   413,   415,   414,
1560 <     416,   416,   417,   417,   417,   417,   418,   419,   421,   420,
1561 <     422,   422,   423,   423,   423,   423,   423,   423,   423,   423,
1562 <     423,   423,   423,   425,   424,   426,   426,   427,   427,   427,
1563 <     428,   430,   429,   431,   431,   432,   432,   432,   432,   432,
1564 <     432,   432,   432,   432,   432,   432,   434,   433,   435,   435,
1565 <     436,   436,   437,   437,   437,   437,   437,   437,   437,   437,
1566 <     437,   437,   437,   437,   437,   437,   437,   437,   437,   437,
1567 <     437,   437,   438,   439,   440,   441,   442,   443,   444,   445,
1568 <     445,   446,   448,   447,   449,   449,   451,   450,   452,   450,
1569 <     453,   453,   453,   453,   453,   454,   455,   456,   457,   458,
1570 <     459,   460,   461,   462,   463,   465,   464,   467,   466,   468,
1571 <     468,   469,   470,   470,   471,   471,   471,   471,   472,   473,
1572 <     475,   474,   476,   476,   477,   477,   477,   478,   479,   480,
1573 <     481,   481,   482,   482,   483,   485,   484,   487,   486,   488,
1574 <     488,   489,   490,   490,   491,   491,   491,   491,   492,   493,
1575 <     494,   495,   495,   496,   496,   496,   496,   496,   496,   496,
1576 <     496,   496,   496,   496,   496,   496,   496,   496,   496,   496,
1577 <     496,   496,   496,   496,   496,   496,   496,   496,   496,   496,
1578 <     496,   496,   496,   496,   496,   496,   496,   496,   496,   496,
1579 <     496,   496,   496,   496,   496,   496,   496,   496,   496,   496,
1580 <     496,   496,   496,   496,   496,   496,   496,   496,   496,   496,
1581 <     497,   498,   499,   500,   501,   502,   503,   504,   505,   506,
1582 <     507,   508,   509,   510,   511,   512,   513,   514,   515,   516,
1583 <     517,   518,   519,   520,   521,   522,   523,   524,   524,   525,
1584 <     525,   526,   527,   528,   529,   530,   531,   532,   533,   534,
1585 <     535,   536,   537,   538,   539,   540,   541,   542,   543,   544,
1586 <     545,   547,   546,   548,   548,   549,   549,   549,   549,   549,
1587 <     549,   549,   549,   549,   549,   549,   549,   549,   549,   549,
1588 <     549,   549,   549,   549,   551,   550,   552,   552,   553,   553,
1589 <     553,   553,   553,   553,   553,   553,   553,   553,   553,   553,
1590 <     553,   553,   553,   553,   553,   553,   553,   554,   555,   556,
1591 <     557,   558,   560,   559,   561,   561,   562,   562,   562,   562,
1592 <     562,   562,   562,   563,   564,   566,   565,   567,   567,   568,
1695 <     568,   569,   570,   572,   571,   573,   573,   574,   574,   575,
1696 <     576,   576,   577,   577,   577,   577,   577,   577,   577,   577,
1697 <     577,   577,   577,   577,   577,   577,   577,   577,   577,   577,
1698 <     577,   578,   579,   580,   581,   582,   583,   584,   585,   586,
1699 <     587,   588,   589,   590,   591,   592,   593,   594,   595,   596,
1700 <     597,   597,   598,   598,   598,   598,   598,   598,   598,   598,
1701 <     599,   600,   601,   602,   603,   604,   605
1526 >       0,   245,   246,   246,   247,   247,   247,   247,   247,   247,
1527 >     247,   247,   247,   247,   247,   247,   247,   247,   247,   247,
1528 >     247,   247,   247,   247,   247,   247,   247,   248,   248,   249,
1529 >     249,   249,   249,   249,   249,   250,   250,   251,   251,   251,
1530 >     251,   252,   253,   253,   254,   254,   254,   255,   256,   257,
1531 >     258,   258,   259,   259,   259,   259,   259,   259,   259,   259,
1532 >     259,   259,   259,   259,   259,   259,   259,   259,   260,   261,
1533 >     262,   262,   263,   263,   264,   264,   265,   265,   266,   267,
1534 >     268,   269,   270,   271,   272,   273,   274,   275,   276,   277,
1535 >     278,   279,   280,   280,   281,   281,   281,   281,   282,   283,
1536 >     284,   285,   286,   286,   287,   287,   287,   288,   290,   289,
1537 >     291,   291,   292,   292,   292,   292,   293,   294,   294,   296,
1538 >     295,   297,   297,   298,   298,   298,   298,   298,   298,   298,
1539 >     300,   299,   301,   301,   302,   302,   302,   302,   302,   302,
1540 >     302,   302,   302,   303,   304,   305,   306,   307,   308,   310,
1541 >     309,   311,   311,   312,   312,   312,   312,   312,   312,   312,
1542 >     312,   312,   312,   312,   312,   312,   312,   312,   312,   312,
1543 >     312,   312,   312,   314,   313,   315,   315,   316,   316,   316,
1544 >     316,   316,   316,   316,   316,   316,   316,   316,   316,   316,
1545 >     316,   316,   316,   316,   316,   318,   317,   319,   319,   320,
1546 >     320,   320,   320,   320,   320,   320,   320,   320,   320,   320,
1547 >     320,   320,   320,   321,   322,   323,   324,   325,   326,   327,
1548 >     328,   329,   330,   331,   332,   333,   335,   334,   337,   336,
1549 >     338,   338,   339,   339,   339,   340,   340,   341,   341,   341,
1550 >     341,   341,   343,   342,   344,   344,   345,   345,   346,   347,
1551 >     349,   348,   350,   350,   351,   351,   351,   351,   351,   351,
1552 >     351,   351,   351,   352,   353,   354,   355,   357,   356,   358,
1553 >     358,   359,   359,   359,   359,   359,   359,   359,   359,   359,
1554 >     360,   361,   362,   364,   363,   365,   365,   366,   366,   366,
1555 >     366,   367,   368,   369,   370,   371,   371,   372,   372,   373,
1556 >     375,   374,   376,   376,   377,   377,   377,   377,   378,   379,
1557 >     381,   380,   382,   382,   383,   383,   383,   383,   383,   383,
1558 >     383,   383,   383,   383,   385,   384,   386,   386,   387,   387,
1559 >     387,   388,   390,   389,   391,   391,   392,   392,   392,   392,
1560 >     392,   392,   392,   392,   392,   392,   394,   393,   395,   395,
1561 >     396,   396,   396,   396,   396,   396,   396,   396,   396,   396,
1562 >     396,   396,   396,   396,   397,   398,   399,   400,   401,   402,
1563 >     403,   403,   405,   404,   406,   406,   407,   407,   407,   407,
1564 >     408,   409,   410,   411,   412,   414,   413,   416,   415,   417,
1565 >     417,   418,   419,   419,   420,   420,   420,   420,   421,   422,
1566 >     424,   423,   425,   425,   426,   426,   426,   427,   428,   429,
1567 >     430,   430,   431,   431,   432,   434,   433,   436,   435,   437,
1568 >     437,   438,   439,   439,   440,   440,   440,   440,   441,   442,
1569 >     443,   444,   444,   445,   445,   445,   445,   445,   445,   445,
1570 >     445,   445,   445,   445,   445,   445,   445,   445,   445,   445,
1571 >     445,   445,   445,   445,   445,   445,   445,   445,   445,   445,
1572 >     445,   445,   445,   445,   445,   445,   445,   445,   445,   445,
1573 >     445,   445,   445,   445,   445,   445,   445,   445,   445,   445,
1574 >     445,   445,   445,   445,   445,   446,   447,   448,   449,   450,
1575 >     451,   452,   453,   454,   455,   456,   457,   458,   459,   460,
1576 >     461,   462,   463,   464,   465,   466,   467,   468,   469,   470,
1577 >     471,   472,   472,   473,   473,   474,   475,   476,   477,   478,
1578 >     479,   480,   481,   482,   483,   484,   485,   486,   487,   488,
1579 >     489,   490,   492,   491,   493,   493,   494,   494,   494,   494,
1580 >     494,   494,   494,   494,   494,   494,   494,   494,   494,   494,
1581 >     494,   494,   494,   494,   494,   494,   496,   495,   497,   497,
1582 >     498,   498,   498,   498,   498,   498,   498,   498,   498,   498,
1583 >     498,   498,   498,   498,   498,   498,   498,   498,   498,   498,
1584 >     499,   500,   501,   502,   504,   503,   505,   505,   506,   506,
1585 >     506,   506,   506,   506,   506,   507,   508,   510,   509,   511,
1586 >     511,   512,   512,   513,   514,   516,   515,   517,   517,   518,
1587 >     518,   519,   520,   520,   521,   521,   521,   521,   521,   521,
1588 >     521,   521,   521,   521,   521,   521,   521,   521,   521,   521,
1589 >     521,   521,   522,   523,   524,   525,   526,   527,   528,   529,
1590 >     530,   531,   532,   533,   534,   535,   536,   537,   538,   539,
1591 >     540,   540,   541,   541,   541,   541,   541,   541,   541,   541,
1592 >     542,   543,   544,   545,   546,   547,   548
1593   };
1594  
1595   /* YYR2[YYN] -- Number of symbols composing right hand side of rule YYN.  */
# Line 1706 | Line 1597 | static const yytype_uint8 yyr2[] =
1597   {
1598         0,     2,     0,     2,     1,     1,     1,     1,     1,     1,
1599         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1600 <       1,     1,     1,     1,     2,     2,     0,     1,     2,     3,
1601 <       3,     3,     3,     3,     0,     1,     2,     3,     3,     3,
1602 <       5,     2,     1,     1,     1,     2,     4,     4,     5,     2,
1603 <       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1604 <       1,     1,     2,     4,     4,     4,     4,     4,     4,     4,
1605 <       4,     4,     4,     4,     5,     2,     1,     1,     1,     1,
1715 <       2,     4,     4,     4,     5,     2,     1,     1,     1,     1,
1716 <       1,     1,     1,     1,     1,     1,     1,     1,     1,     2,
1600 >       1,     1,     1,     1,     1,     2,     2,     0,     1,     2,
1601 >       3,     3,     3,     3,     3,     0,     1,     2,     3,     3,
1602 >       3,     5,     2,     1,     1,     1,     2,     4,     4,     5,
1603 >       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1604 >       1,     1,     1,     1,     1,     1,     1,     2,     4,     4,
1605 >       3,     1,     1,     1,     3,     1,     1,     1,     4,     4,
1606         4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1607 <       4,     4,     4,     4,     4,     4,     4,     4,     0,     7,
1608 <       0,     1,     2,     1,     1,     1,     1,     1,     1,     1,
1609 <       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1610 <       1,     1,     1,     1,     1,     1,     2,     4,     1,     4,
1611 <       4,     4,     4,     4,     0,     5,     3,     1,     1,     1,
1607 >       4,     5,     2,     1,     1,     1,     1,     2,     4,     4,
1608 >       4,     5,     2,     1,     1,     1,     2,     4,     0,     6,
1609 >       2,     1,     1,     1,     1,     2,     4,     4,     4,     0,
1610 >       5,     3,     1,     1,     1,     1,     1,     1,     1,     1,
1611 >       0,     6,     2,     1,     1,     1,     1,     1,     1,     1,
1612 >       1,     1,     2,     4,     4,     4,     4,     4,     4,     0,
1613 >       5,     3,     1,     1,     1,     1,     1,     1,     1,     1,
1614         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1615 <       1,     1,     1,     1,     1,     1,     1,     4,     4,     4,
1725 <       4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1726 <       4,     0,     5,     3,     1,     0,     3,     0,     2,     1,
1615 >       1,     1,     1,     0,     5,     3,     1,     1,     1,     1,
1616         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1617 <       1,     1,     1,     1,     1,     0,     7,     0,     1,     2,
1617 >       1,     1,     1,     1,     1,     0,     6,     2,     1,     1,
1618         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1619 <       1,     1,     1,     1,     2,     4,     1,     4,     4,     4,
1620 <       4,     4,     4,     4,     4,     4,     4,     4,     4,     0,
1621 <       6,     0,     5,     3,     1,     1,     1,     1,     2,     1,
1622 <       1,     1,     1,     1,     2,     0,     5,     3,     1,     1,
1623 <       3,     4,     4,     0,     6,     2,     1,     1,     1,     1,
1619 >       1,     1,     2,     4,     4,     4,     4,     4,     4,     4,
1620 >       4,     4,     4,     4,     4,     4,     0,     6,     0,     5,
1621 >       3,     1,     1,     1,     1,     2,     1,     1,     1,     1,
1622 >       1,     2,     0,     5,     3,     1,     1,     3,     4,     4,
1623 >       0,     6,     2,     1,     1,     1,     1,     1,     1,     1,
1624 >       1,     1,     2,     4,     4,     4,     4,     0,     5,     3,
1625         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1626 <       1,     1,     1,     2,     4,     4,     4,     4,     4,     0,
1627 <       5,     3,     1,     0,     3,     0,     2,     1,     1,     1,
1628 <       1,     1,     1,     1,     1,     1,     1,     4,     4,     4,
1629 <       4,     4,     4,     4,     4,     4,     4,     0,     6,     2,
1630 <       1,     1,     1,     1,     2,     4,     4,     4,     0,     6,
1631 <       2,     1,     1,     1,     1,     2,     4,     4,     0,     5,
1632 <       3,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1743 <       1,     1,     1,     0,     6,     2,     1,     1,     1,     2,
1744 <       4,     0,     5,     3,     1,     1,     1,     1,     1,     1,
1745 <       1,     1,     1,     1,     1,     1,     0,     7,     0,     1,
1746 <       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1626 >       4,     4,     4,     0,     6,     2,     1,     1,     1,     1,
1627 >       2,     4,     4,     4,     5,     2,     1,     1,     1,     4,
1628 >       0,     6,     2,     1,     1,     1,     1,     2,     4,     4,
1629 >       0,     5,     3,     1,     1,     1,     1,     1,     1,     1,
1630 >       1,     1,     1,     1,     0,     6,     2,     1,     1,     1,
1631 >       2,     4,     0,     5,     3,     1,     1,     1,     1,     1,
1632 >       1,     1,     1,     1,     1,     1,     0,     6,     2,     1,
1633         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1634 <       1,     2,     4,     1,     4,     4,     4,     4,     4,     4,
1635 <       4,     4,     0,     5,     3,     1,     0,     3,     0,     2,
1750 <       1,     1,     1,     1,     1,     4,     4,     4,     4,     4,
1634 >       1,     1,     1,     2,     4,     4,     4,     4,     4,     4,
1635 >       4,     4,     0,     5,     3,     1,     1,     1,     1,     1,
1636         4,     4,     4,     4,     4,     0,     6,     0,     5,     3,
1637         1,     1,     2,     1,     1,     1,     1,     1,     4,     4,
1638         0,     6,     2,     1,     1,     1,     1,     4,     4,     5,
# Line 1758 | Line 1643 | static const yytype_uint8 yyr2[] =
1643         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1644         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1645         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1646 <       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1762 <       4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1646 >       1,     1,     1,     1,     1,     4,     4,     4,     4,     4,
1647         4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1648         4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1649         4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1650         4,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1651 <       4,     0,     5,     3,     1,     1,     1,     1,     1,     1,
1651 >       4,     4,     0,     5,     3,     1,     1,     1,     1,     1,
1652 >       1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1653 >       1,     1,     1,     1,     1,     1,     0,     5,     3,     1,
1654         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1769       1,     1,     1,     1,     0,     5,     3,     1,     1,     1,
1655         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1656 <       1,     1,     1,     1,     1,     1,     1,     4,     4,     4,
1657 <       4,     4,     0,     6,     2,     1,     1,     1,     1,     1,
1656 >       4,     4,     4,     4,     0,     6,     2,     1,     1,     1,
1657 >       1,     1,     1,     1,     1,     4,     4,     0,     5,     3,
1658         1,     1,     1,     4,     4,     0,     5,     3,     1,     1,
1659 <       1,     4,     4,     0,     5,     3,     1,     1,     1,     5,
1775 <       2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1659 >       1,     5,     2,     1,     1,     1,     1,     1,     1,     1,
1660         1,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1661 <       1,     4,     4,     4,     4,     4,     4,     4,     4,     4,
1661 >       1,     1,     4,     4,     4,     4,     4,     4,     4,     4,
1662         4,     4,     4,     4,     4,     4,     4,     4,     4,     5,
1663         2,     1,     1,     1,     1,     1,     1,     1,     1,     1,
1664         4,     4,     4,     4,     4,     4,     4
1665   };
1666  
1667 < /* YYDEFACT[STATE-NAME] -- Default rule to reduce with in state
1668 <   STATE-NUM when YYTABLE doesn't specify something else to do.  Zero
1667 > /* YYDEFACT[STATE-NAME] -- Default reduction number in state STATE-NUM.
1668 >   Performed when YYTABLE doesn't specify something else to do.  Zero
1669     means the default is an error.  */
1670   static const yytype_uint16 yydefact[] =
1671   {
1672 <       2,     0,     1,     0,     0,     0,   215,   386,   460,     0,
1673 <     475,     0,   652,   273,   445,   249,     0,     0,   118,   327,
1674 <       0,     0,   338,   363,     3,    23,    11,     4,     5,     6,
1675 <       8,     9,    10,    13,    14,    15,    16,    17,    18,    19,
1676 <      22,    20,    21,     7,    12,    24,    25,     0,     0,   217,
1793 <     388,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1794 <       0,   120,     0,     0,     0,     0,     0,     0,     0,     0,
1795 <       0,     0,    76,    77,    79,    78,   700,     0,     0,     0,
1672 >       2,     0,     1,     0,     0,     0,   195,   346,   400,     0,
1673 >     415,     0,   584,   250,   385,   226,     0,     0,   130,   283,
1674 >       0,     0,   300,   324,     0,     3,    24,    11,     4,     5,
1675 >       6,     8,     9,    10,    13,    14,    15,    16,    17,    18,
1676 >      19,    20,    23,    21,    22,     7,    12,    25,    26,     0,
1677         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1797       0,     0,     0,     0,     0,     0,   681,   699,   694,   682,
1798     683,   684,   685,   687,   688,   689,   690,   686,   691,   692,
1799     693,   695,   696,   697,   698,   236,     0,   218,   413,     0,
1800     389,     0,   473,     0,     0,   471,   472,     0,   549,     0,
1678         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1679 +       0,     0,     0,     0,     0,    93,    94,    96,    95,   631,
1680         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1681 +       0,     0,     0,     0,     0,     0,     0,     0,   613,   630,
1682 +     626,   614,   615,   616,   617,   619,   620,   621,   622,   618,
1683 +     623,   624,   625,   627,   628,   629,     0,     0,     0,   413,
1684 +       0,     0,   411,   412,     0,   484,     0,     0,     0,     0,
1685         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1804       0,     0,   624,     0,   601,     0,     0,     0,     0,     0,
1686         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1687 <       0,     0,     0,     0,     0,     0,   492,   548,   543,   544,
1807 <     541,   545,   546,   542,   503,   493,   494,   532,   495,   496,
1808 <     497,   498,   499,   500,   501,   502,   537,   504,   505,   506,
1809 <     507,   547,   509,   514,   510,   512,   511,   526,   527,   513,
1810 <     515,   516,   517,   518,   520,   519,   508,   522,   531,   533,
1811 <     534,   523,   524,   539,   540,   536,   525,   521,   529,   530,
1812 <     528,   535,   538,     0,     0,     0,     0,     0,     0,     0,
1687 >       0,     0,     0,     0,   556,     0,   532,     0,     0,     0,
1688         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1689 <       0,    86,    87,    88,    91,    98,    92,    96,    93,    94,
1690 <      97,    95,    89,    90,     0,     0,     0,     0,    42,    43,
1691 <      44,   148,     0,   121,     0,   729,     0,     0,     0,     0,
1692 <       0,     0,     0,     0,   721,   722,   723,   727,   724,   726,
1693 <     725,   728,     0,     0,     0,     0,     0,     0,     0,     0,
1694 <       0,     0,     0,     0,     0,    50,    61,    58,    51,    60,
1695 <      54,    55,    56,    52,    59,    57,    53,     0,     0,    80,
1696 <       0,     0,     0,     0,    75,     0,     0,     0,     0,     0,
1689 >       0,     0,     0,     0,     0,     0,     0,     0,   432,   482,
1690 >     477,   478,   479,   480,   476,   443,   433,   434,   470,   435,
1691 >     436,   437,   438,   439,   440,   441,   442,   473,   444,   445,
1692 >     446,   447,   481,   449,   454,   450,   452,   451,   465,   466,
1693 >     453,   455,   456,   457,   458,   459,   448,   461,   462,   463,
1694 >     483,   474,   475,   472,   464,   460,   468,   469,   467,   471,
1695 >       0,     0,     0,     0,     0,     0,     0,   103,   104,   105,
1696 >       0,     0,     0,     0,     0,    43,    44,    45,     0,     0,
1697 >     659,     0,     0,     0,     0,     0,     0,     0,     0,   651,
1698 >     652,   653,   657,   654,   656,   655,   658,     0,     0,     0,
1699         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1700 <       0,     0,     0,     0,   680,     0,     0,   466,     0,     0,
1701 <       0,   463,   464,   465,     0,     0,   470,   487,     0,     0,
1702 <     477,   486,     0,   483,   484,   485,     0,     0,     0,     0,
1700 >       0,     0,     0,     0,    51,    64,    65,    63,    60,    59,
1701 >      66,    52,    62,    55,    56,    57,    53,    61,    58,    54,
1702 >       0,     0,   298,     0,     0,   296,   297,    97,     0,     0,
1703 >       0,     0,    92,     0,     0,     0,     0,     0,     0,     0,
1704         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1705 +       0,   612,     0,     0,     0,     0,     0,     0,     0,     0,
1706 +       0,     0,     0,     0,     0,     0,     0,   198,   199,   202,
1707 +     203,   205,   206,   207,   208,   209,   210,   211,   200,   201,
1708 +     204,     0,     0,     0,     0,     0,   372,     0,     0,     0,
1709 +       0,     0,     0,     0,     0,     0,   349,   350,   351,   352,
1710 +     353,   354,   356,   355,   358,   362,   359,   360,   361,   357,
1711 +     406,     0,     0,     0,   403,   404,   405,     0,     0,   410,
1712 +     427,     0,     0,   417,   426,     0,   423,   424,   425,     0,
1713         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1714         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1715         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1716         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1831       0,     0,     0,   491,   662,   673,     0,     0,   665,     0,
1832       0,     0,   655,   656,   657,   658,   659,   660,   661,     0,
1833       0,     0,     0,     0,   299,     0,     0,     0,     0,     0,
1834       0,     0,     0,     0,     0,     0,     0,   276,   277,   278,
1835     287,   279,   292,   280,   281,   282,   283,   290,   284,   285,
1836     286,   288,   289,   291,   457,     0,   447,     0,   456,     0,
1837     453,   454,   455,     0,   251,     0,     0,     0,   261,     0,
1838     259,   260,   262,   263,    99,     0,     0,     0,     0,     0,
1839       0,     0,     0,     0,     0,     0,     0,     0,    85,    45,
1840       0,     0,     0,    41,     0,     0,     0,     0,     0,     0,
1841     330,   331,   332,   333,     0,     0,     0,     0,     0,     0,
1842       0,     0,   720,    62,     0,     0,     0,     0,     0,     0,
1843       0,     0,     0,     0,     0,     0,    49,     0,     0,   348,
1844       0,     0,   341,   342,   343,   344,     0,     0,   371,     0,
1845     366,   367,   368,     0,     0,     0,    74,     0,     0,     0,
1846       0,     0,    26,     0,     0,     0,     0,     0,     0,     0,
1847       0,     0,     0,     0,     0,     0,   679,     0,     0,     0,
1717         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1718 <       0,     0,   220,   221,   224,   225,   227,   228,   229,   230,
1719 <     231,   232,   233,   222,   223,   226,     0,     0,     0,     0,
1720 <       0,     0,     0,     0,     0,     0,   422,     0,     0,     0,
1721 <       0,     0,     0,     0,     0,     0,     0,   391,   392,   393,
1722 <     394,   395,   396,   398,   397,   399,   400,   408,   405,   407,
1723 <     406,   404,   410,   401,   402,   403,   409,     0,     0,     0,
1724 <     462,     0,   469,     0,     0,     0,     0,   482,     0,     0,
1718 >       0,   431,   594,   605,     0,     0,   597,     0,     0,     0,
1719 >     587,   588,   589,   590,   591,   592,   593,     0,     0,     0,
1720 >     267,     0,     0,     0,     0,     0,     0,   253,   254,   255,
1721 >     256,   261,   257,   258,   259,   260,   397,     0,   387,     0,
1722 >     396,     0,   393,   394,   395,     0,   228,     0,     0,     0,
1723 >     238,     0,   236,   237,   239,   240,   106,     0,     0,   102,
1724 >       0,    46,     0,     0,     0,    42,     0,     0,     0,   173,
1725 >       0,     0,     0,   149,     0,     0,   133,   134,   135,   136,
1726 >     139,   140,   138,   137,   141,     0,     0,     0,     0,     0,
1727 >     286,   287,   288,   289,     0,     0,     0,     0,     0,     0,
1728 >       0,     0,   650,    67,     0,     0,     0,     0,     0,     0,
1729         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1730 +      50,     0,     0,   310,     0,     0,   303,   304,   305,   306,
1731 +       0,     0,   332,     0,   327,   328,   329,     0,     0,   295,
1732 +       0,     0,     0,    91,     0,     0,     0,     0,    27,     0,
1733         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1734 +       0,     0,   611,   212,     0,     0,     0,     0,     0,     0,
1735 +       0,     0,     0,     0,     0,     0,     0,     0,   197,   363,
1736         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1737 +       0,     0,     0,     0,   348,     0,     0,     0,   402,     0,
1738 +     409,     0,     0,     0,     0,   422,     0,     0,     0,     0,
1739         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1740         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1861      34,     0,     0,     0,     0,     0,     0,   490,     0,     0,
1862       0,     0,     0,     0,     0,   654,   293,     0,     0,     0,
1741         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1864       0,     0,     0,     0,   275,     0,     0,     0,     0,   452,
1865     264,     0,     0,     0,     0,     0,   258,     0,     0,     0,
1742         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1743 <       0,     0,     0,     0,     0,    84,     0,     0,    40,     0,
1744 <       0,     0,     0,     0,   191,     0,     0,     0,     0,     0,
1745 <       0,     0,     0,     0,     0,     0,     0,     0,   154,     0,
1746 <       0,     0,     0,   123,   124,   125,   126,   143,   144,   130,
1747 <     129,   131,   132,   138,   133,   134,   135,   136,   137,   139,
1748 <     140,   141,   127,   128,   142,   145,   334,     0,     0,     0,
1749 <       0,   329,     0,     0,     0,     0,     0,     0,     0,   719,
1743 >       0,     0,    35,     0,     0,     0,     0,     0,     0,     0,
1744 >     430,     0,     0,     0,     0,     0,     0,     0,   586,   262,
1745 >       0,     0,     0,     0,     0,     0,     0,     0,     0,   252,
1746 >       0,     0,     0,     0,   392,   241,     0,     0,     0,     0,
1747 >       0,   235,     0,   101,     0,     0,     0,    41,   142,     0,
1748 >       0,     0,     0,     0,     0,     0,     0,     0,   132,   290,
1749 >       0,     0,     0,     0,   285,     0,     0,     0,     0,     0,
1750 >       0,     0,   649,     0,     0,     0,     0,     0,     0,     0,
1751 >       0,    72,    73,     0,    71,    76,    77,     0,    75,     0,
1752 >       0,     0,     0,     0,    49,   307,     0,     0,     0,     0,
1753 >     302,   330,     0,     0,     0,   326,     0,   294,   100,    99,
1754 >      98,   644,   643,   632,   634,    27,    27,    27,    27,    27,
1755 >      29,    28,   638,   639,   642,   640,   645,   646,   647,   648,
1756 >     641,   633,   635,   636,   637,     0,     0,     0,     0,     0,
1757 >       0,     0,     0,     0,     0,     0,     0,     0,   196,     0,
1758         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1759 <       0,    48,   345,     0,     0,     0,     0,   340,   369,     0,
1760 <       0,     0,   365,    83,    82,    81,   716,   713,   712,   701,
1761 <     703,    26,    26,    26,    26,    26,    28,    27,   707,   708,
1762 <     711,   709,   714,   715,   717,   718,   710,   702,   704,   705,
1763 <     706,   234,     0,     0,     0,     0,     0,     0,     0,     0,
1764 <       0,     0,     0,     0,     0,     0,   219,   411,     0,     0,
1765 <       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1766 <       0,     0,     0,     0,     0,     0,     0,     0,   390,     0,
1767 <       0,   461,   474,     0,     0,     0,   476,   562,   566,   553,
1768 <     582,   595,   594,   649,   599,   560,   651,   591,   597,   561,
1769 <     551,   552,   569,   558,   590,   559,   572,   557,   571,   570,
1770 <     565,   564,   563,   592,   550,   589,   647,   648,   586,   583,
1771 <     628,   644,   645,   629,   630,   631,   632,   639,   633,   642,
1772 <     646,   635,   640,   636,   641,   634,   638,   637,   643,     0,
1773 <     627,   588,   605,   621,   622,   606,   607,   608,   609,   616,
1774 <     610,   619,   623,   612,   617,   613,   618,   611,   615,   614,
1775 <     620,     0,   604,   581,   584,   598,   555,   593,   556,   585,
1776 <     574,   579,   580,   577,   578,   575,   576,   568,   567,    34,
1777 <      34,    34,    36,    35,   650,   600,   587,   596,   554,   573,
1778 <       0,     0,     0,     0,     0,     0,   653,     0,     0,     0,
1779 <       0,   305,     0,     0,     0,     0,     0,     0,     0,     0,
1780 <       0,     0,     0,   274,     0,     0,     0,   446,     0,     0,
1781 <       0,   269,   265,   268,   250,   103,   109,   107,   106,   108,
1782 <     104,   105,   102,   110,   116,   111,   115,   113,   114,   112,
1783 <     101,   100,   117,    46,    47,   146,     0,     0,     0,     0,
1784 <       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1785 <       0,     0,     0,     0,     0,     0,     0,     0,     0,   122,
1786 <       0,     0,     0,   328,   735,   730,   734,   732,   736,   731,
1787 <     733,    67,    73,    65,    69,    68,    64,    63,    66,    72,
1788 <      70,    71,     0,     0,     0,   339,     0,     0,   364,    29,
1789 <      30,    31,    32,    33,     0,     0,     0,     0,     0,     0,
1790 <       0,     0,     0,     0,     0,     0,     0,   216,     0,     0,
1791 <       0,     0,     0,     0,     0,     0,     0,     0,   428,     0,
1792 <       0,     0,     0,     0,     0,     0,     0,     0,   387,   467,
1793 <     468,   488,   489,   481,     0,   480,   625,     0,   602,     0,
1794 <      37,    38,    39,   678,   677,     0,   676,   664,   663,   670,
1795 <     669,     0,   668,   672,   671,   320,   297,   298,   319,   303,
1796 <       0,   302,     0,   322,   318,   317,   326,   321,   295,   325,
1797 <     324,   323,   296,   294,   459,   451,     0,   450,   458,   256,
1798 <     257,   255,     0,   254,   272,   271,     0,     0,     0,     0,
1799 <       0,     0,     0,   197,     0,     0,     0,     0,     0,     0,
1800 <       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
1801 <       0,   119,   336,   337,   335,   346,   352,   358,   362,   361,
1802 <     360,   357,   353,   356,   359,   354,   355,     0,   351,   347,
1919 <     370,   375,   381,   385,   384,   383,   380,   376,   379,   382,
1920 <     377,   378,     0,   374,   246,   247,   240,   242,   244,   243,
1921 <     241,   235,   248,   239,   237,   238,   245,   417,   419,   420,
1922 <     439,   444,   443,   438,   437,   436,   421,   426,     0,   425,
1923 <       0,   414,   441,   442,   412,   418,   435,   416,   440,   415,
1924 <     478,     0,   626,   603,   674,     0,   666,     0,     0,   300,
1925 <     305,   311,   312,   308,   314,   310,   309,   316,   313,   315,
1926 <     307,   306,   448,     0,   252,     0,   270,   267,   266,   187,
1927 <     153,   185,   151,   195,     0,   194,     0,   183,   177,   188,
1928 <     189,   180,   147,   184,   150,   186,   178,   179,   152,   190,
1929 <     158,   174,   175,   159,   160,   161,   162,   169,   163,   172,
1930 <     176,   165,   170,   166,   171,   164,   168,   167,   173,     0,
1931 <     157,   182,   149,   181,   349,     0,   372,     0,     0,   423,
1932 <     428,   432,   433,   430,   431,   434,   429,   479,   675,   667,
1933 <     304,   301,   449,   253,     0,   192,   197,   207,   205,   214,
1934 <     204,   199,   208,   212,   201,   209,   211,   206,   200,   213,
1935 <     210,   202,   203,   198,   155,     0,   350,   373,   427,   424,
1936 <     196,   193,   156
1759 >       0,     0,     0,   347,     0,     0,   401,   414,     0,     0,
1760 >       0,   416,   496,   500,   516,   582,   530,   494,   524,   527,
1761 >     495,   486,   487,   503,   492,   493,   506,   491,   505,   504,
1762 >     499,   498,   497,   525,   485,   523,   580,   581,   520,   517,
1763 >     567,   560,   577,   578,   561,   562,   563,   564,   572,   565,
1764 >     575,   579,   568,   573,   569,   574,   566,   571,   570,   576,
1765 >       0,   559,   522,   542,   536,   553,   554,   537,   538,   539,
1766 >     540,   548,   541,   551,   555,   544,   549,   545,   550,   543,
1767 >     547,   546,   552,     0,   535,   515,   518,   529,   489,   490,
1768 >     519,   508,   513,   514,   511,   512,   509,   510,   502,   501,
1769 >      35,    35,    35,    37,    36,   583,   528,   531,   521,   526,
1770 >     488,   507,     0,     0,     0,     0,     0,     0,   585,     0,
1771 >       0,     0,     0,     0,     0,     0,     0,   251,     0,     0,
1772 >       0,   386,     0,     0,     0,   246,   242,   245,   227,   107,
1773 >       0,     0,   119,     0,     0,   111,   112,   114,   113,    47,
1774 >      48,     0,     0,     0,     0,     0,     0,     0,     0,   131,
1775 >       0,     0,     0,   284,   665,   660,   664,   662,   666,   661,
1776 >     663,    84,    90,    82,    86,    85,    79,    78,    80,    68,
1777 >       0,    69,     0,    83,    81,    89,    87,    88,     0,     0,
1778 >       0,   301,     0,     0,   325,   299,    30,    31,    32,    33,
1779 >      34,   223,   224,   217,   219,   221,   220,   218,   213,   225,
1780 >     216,   214,   215,   222,   368,   370,   371,   383,   380,   376,
1781 >     377,   379,   378,     0,   375,   365,   381,   382,   364,   369,
1782 >     367,   384,   366,   407,   408,   428,   429,   421,     0,   420,
1783 >     557,     0,   533,     0,    38,    39,    40,   610,   609,     0,
1784 >     608,   596,   595,   602,   601,     0,   600,   604,   603,   265,
1785 >     266,   275,   272,   277,   274,   273,   279,   276,   278,   271,
1786 >       0,   270,   264,   282,   281,   280,   263,   399,   391,     0,
1787 >     390,   398,   233,   234,   232,     0,   231,   249,   248,     0,
1788 >       0,     0,   115,     0,     0,     0,     0,   110,   148,   146,
1789 >     188,   185,   184,   177,   179,   194,   189,   192,   187,   178,
1790 >     193,   181,   190,   182,   191,   186,   180,   183,     0,   176,
1791 >     143,   145,   147,   159,   153,   170,   171,   154,   155,   156,
1792 >     157,   165,   158,   168,   172,   161,   166,   162,   167,   160,
1793 >     164,   163,   169,     0,   152,   144,   292,   293,   291,    70,
1794 >      74,   308,   314,   320,   323,   316,   322,   317,   321,   319,
1795 >     315,   318,     0,   313,   309,   331,   336,   342,   345,   338,
1796 >     344,   339,   343,   341,   337,   340,     0,   335,   373,     0,
1797 >     418,     0,   558,   534,   606,     0,   598,     0,   268,     0,
1798 >     388,     0,   229,     0,   247,   244,   243,     0,     0,     0,
1799 >       0,   109,   174,     0,   150,     0,   311,     0,   333,     0,
1800 >     374,   419,   607,   599,   269,   389,   230,   116,   125,   128,
1801 >     127,   124,   129,   126,   123,     0,   122,   118,   117,   175,
1802 >     151,   312,   334,   120,     0,   121
1803   };
1804  
1805   /* YYDEFGOTO[NTERM-NUM].  */
1806   static const yytype_int16 yydefgoto[] =
1807   {
1808 <      -1,     1,    24,   896,   897,  1052,  1053,    25,   277,   278,
1809 <     279,   280,    26,   314,   315,   316,   317,   318,   319,   320,
1810 <     321,   322,   323,   324,   325,   326,    27,    71,    72,    73,
1811 <      74,    75,    28,   260,   261,   262,   263,   264,   265,   266,
1812 <     267,   268,   269,   270,   271,   272,   273,    29,    61,   282,
1813 <     822,   823,   824,   283,   825,   826,   827,   828,   829,   830,
1814 <    1134,  1429,  1430,   831,   832,   833,   834,   835,   836,   837,
1815 <     838,   839,   840,   841,   842,   843,   844,   845,  1120,  1394,
1816 <    1395,  1454,  1396,  1473,    30,    49,   116,   611,   612,   613,
1817 <     117,   614,   615,   616,   617,   618,   619,   620,   621,   622,
1818 <     623,   624,   625,    31,    58,   498,   771,  1262,  1263,   499,
1819 <     500,   501,  1268,  1092,  1093,   502,   503,    32,    56,   466,
1820 <     467,   468,   469,   470,   471,   472,   473,   751,  1240,  1241,
1821 <    1368,  1242,  1381,   474,   475,   476,   477,   478,   479,   480,
1822 <     481,   482,   483,    33,    62,   529,   530,   531,   532,   533,
1823 <      34,    65,   561,   562,   563,   564,   565,   874,  1307,  1308,
1824 <      35,    66,   569,   570,   571,   572,   880,  1322,  1323,    36,
1825 <      50,   119,   646,   647,   648,   120,   649,   650,   651,   652,
1826 <     653,   654,   655,   656,   937,  1348,  1349,  1438,  1350,  1446,
1827 <     657,   658,   659,   660,   661,   662,   663,   664,   665,   666,
1828 <      37,    57,   488,   766,  1256,  1257,   489,   490,   491,   492,
1829 <      38,    51,   360,   361,   362,   363,    39,   124,   125,   126,
1830 <      40,    53,   371,   675,  1214,  1215,   372,   373,   374,   375,
1831 <      41,   185,   186,   187,   188,   189,   190,   191,   192,   193,
1832 <     194,   195,   196,   197,   198,   199,   200,   201,   202,   203,
1833 <     204,   205,   206,   207,   208,   209,   210,   211,   212,   213,
1834 <     214,   215,   216,   217,   218,   219,   220,   221,   222,   223,
1835 <     224,   225,   226,   227,   228,   229,   230,   231,   232,   233,
1836 <     234,   235,   236,   411,  1031,  1032,   237,   409,  1009,  1010,
1837 <     238,   239,   240,   241,   242,    42,    55,   441,   442,   443,
1838 <     444,   445,   741,  1231,  1232,   446,   447,   448,   738,  1225,
1973 <    1226,    43,    95,    96,    97,    98,    99,   100,   101,   102,
1974 <     103,   104,   105,   106,   107,   108,   109,   110,   111,   112,
1975 <     113,   114,    44,   293,   294,   295,   296,   297,   298,   299,
1976 <     300,   301
1808 >      -1,     1,    25,   830,   831,   973,   974,    26,   244,   245,
1809 >     246,   247,    27,   283,   284,   285,   286,   793,   794,   797,
1810 >     798,   287,   288,   289,   290,   291,   292,   293,   294,   295,
1811 >     296,   297,   298,   299,    28,    74,    75,    76,    77,    78,
1812 >      29,   236,   237,   238,   239,   240,  1014,  1015,  1016,  1017,
1813 >    1018,  1164,  1295,  1296,    30,    63,   535,   536,   537,   538,
1814 >     539,   540,   541,   542,   543,   765,  1213,  1214,   544,   761,
1815 >    1188,  1189,    31,    51,   346,   347,   348,   349,   350,   351,
1816 >     352,   353,   354,   355,   356,   357,   358,   359,   360,    32,
1817 >      60,   510,   746,  1155,  1156,   511,   512,   513,  1161,  1006,
1818 >    1007,   514,   515,    33,    58,   486,   487,   488,   489,   490,
1819 >     491,   492,   732,  1140,  1141,   493,   494,   495,    34,    64,
1820 >     549,   550,   551,   552,   553,    35,   304,   305,   306,    36,
1821 >      67,   585,   586,   587,   588,   589,   807,  1232,  1233,    37,
1822 >      68,   593,   594,   595,   596,   813,  1246,  1247,    38,    52,
1823 >     375,   376,   377,   378,   379,   380,   381,   382,   383,   384,
1824 >     644,  1093,  1094,   385,   386,   387,   388,   389,    39,    59,
1825 >     500,   741,  1149,  1150,   501,   502,   503,   504,    40,    53,
1826 >     393,   394,   395,   396,    41,   121,   122,   123,    42,    55,
1827 >     404,   663,  1108,  1109,   405,   406,   407,   408,    43,   177,
1828 >     178,   179,   180,   181,   182,   183,   184,   185,   186,   187,
1829 >     188,   189,   190,   191,   192,   193,   194,   195,   196,   197,
1830 >     198,   199,   200,   201,   202,   203,   204,   205,   206,   207,
1831 >     208,   209,   210,   211,   212,   213,   214,   215,   216,   217,
1832 >     218,   219,   220,   221,   222,   223,   224,   439,   953,   954,
1833 >     225,   437,   930,   931,   226,   227,   228,   229,    44,    57,
1834 >     469,   470,   471,   472,   473,   724,  1125,  1126,   474,   475,
1835 >     476,   721,  1119,  1120,    45,    97,    98,    99,   100,   101,
1836 >     102,   103,   104,   105,   106,   107,   108,   109,   110,   111,
1837 >     112,   113,   114,   115,    46,   258,   259,   260,   261,   262,
1838 >     263,   264,   265,   266
1839   };
1840  
1841   /* YYPACT[STATE-NUM] -- Index in YYTABLE of the portion describing
1842     STATE-NUM.  */
1843 < #define YYPACT_NINF -811
1843 > #define YYPACT_NINF -872
1844   static const yytype_int16 yypact[] =
1845   {
1846 <    -811,   895,  -811,  -145,  -238,  -216,  -811,  -811,  -811,  -214,
1847 <    -811,  -204,  -811,  -811,  -811,  -811,  -196,  -190,  -811,  -811,
1848 <    -169,  -167,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1849 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1850 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,   349,   821,  -127,
1851 <    -119,  -153,    11,  -143,   548,  -139,  -124,  -116,  -112,   553,
1852 <      26,     1,  -110,     8,   212,  -103,   -81,   -64,   -65,   -60,
1853 <     -57,     4,  -811,  -811,  -811,  -811,  -811,   -55,   -53,   -41,
1854 <     -33,   -29,   -28,   -25,   -17,   -15,   -12,   -10,    -9,    -1,
1855 <      29,    30,    35,    39,    43,   276,  -811,  -811,  -811,  -811,
1856 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1857 <    -811,  -811,  -811,  -811,  -811,  -811,    51,  -811,  -811,    52,
1858 <    -811,   103,  -811,    55,    42,  -811,  -811,   186,  -811,    58,
1859 <      63,    65,    68,    69,    70,    84,    85,    86,    91,    93,
1860 <      96,    98,   101,   104,   108,   109,   111,   114,   115,   123,
1861 <     126,   131,   133,   134,   136,   138,   139,   140,   141,   144,
1862 <     148,   156,  -811,   157,  -811,   173,   174,   180,   182,   184,
1863 <     187,   190,   191,   192,   193,   195,   198,   203,   206,   207,
1864 <     211,   214,   215,   218,   219,    23,  -811,  -811,  -811,  -811,
1865 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1866 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1867 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1868 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1869 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1870 <    -811,  -811,  -811,   341,   650,    62,   153,   -23,   220,   221,
1871 <     232,   234,   237,   239,   240,   242,   243,   244,   246,   247,
1872 <     367,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1873 <    -811,  -811,  -811,  -811,    31,   249,   250,     7,  -811,  -811,
1874 <    -811,  -811,    53,  -811,    24,  -811,   251,   253,   254,   255,
1875 <     257,   258,   259,   202,  -811,  -811,  -811,  -811,  -811,  -811,
1876 <    -811,  -811,    45,   260,   262,   266,   268,   271,   272,   273,
1877 <     281,   282,   283,   286,   292,  -811,  -811,  -811,  -811,  -811,
1878 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,    10,    12,  -811,
1879 <     204,   209,   227,    82,  -811,   217,   315,   331,   307,   335,
1880 <     418,   418,   420,   422,   363,   366,   428,   418,   369,   370,
1881 <     372,   373,   374,   304,  -811,   823,   794,  -811,   309,   310,
1882 <      78,  -811,  -811,  -811,   423,   314,  -811,  -811,   313,   322,
1883 <    -811,  -811,     2,  -811,  -811,  -811,   381,   418,   390,   418,
1884 <     456,   439,   463,   401,   402,   406,   470,   449,   426,   490,
1885 <     491,   493,   432,   418,   433,   434,   500,   479,   443,   507,
1886 <     509,   418,   510,   513,   492,   515,   516,   454,   457,   393,
1887 <     461,   397,   418,   418,   466,   418,   497,   473,   475,   476,
1888 <      15,    28,   477,   478,   418,   418,   542,   418,   481,   483,
1889 <     485,   486,   424,  -811,  -811,  -811,   429,   436,  -811,   440,
1890 <     441,    79,  -811,  -811,  -811,  -811,  -811,  -811,  -811,   425,
1891 <     444,   445,   446,   450,  -811,   452,   453,   455,   458,   459,
1892 <     460,   465,   468,   471,   472,   474,    97,  -811,  -811,  -811,
1893 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1894 <    -811,  -811,  -811,  -811,  -811,   482,  -811,   487,  -811,   102,
1895 <    -811,  -811,  -811,   427,  -811,   488,   489,   504,  -811,    14,
1896 <    -811,  -811,  -811,  -811,  -811,   533,   539,   561,   563,   568,
1897 <     570,   573,   577,   540,   582,   583,   557,   495,  -811,  -811,
1898 <     600,   612,   511,  -811,   630,   517,   506,   512,   518,    18,
1899 <    -811,  -811,  -811,  -811,   576,   581,   587,   614,   588,   589,
1900 <     418,   519,  -811,  -811,   631,   596,   648,   652,   655,   656,
1901 <     657,   658,   681,   660,   661,   558,  -811,   559,   564,  -811,
1902 <     565,   120,  -811,  -811,  -811,  -811,   569,   567,  -811,   129,
1903 <    -811,  -811,  -811,   571,   572,   574,  -811,   578,   579,   584,
1904 <     586,   591,   365,   593,   595,   598,   601,   603,   605,   607,
1905 <     608,   609,   611,   615,   616,   619,  -811,   621,   580,   597,
1906 <     620,   622,   623,   625,   626,   627,   628,   629,   636,   637,
1907 <     639,   298,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1908 <    -811,  -811,  -811,  -811,  -811,  -811,   624,   640,   641,   642,
1909 <     643,   644,   645,   646,   647,   649,  -811,   651,   653,   663,
1910 <     664,   665,   668,   673,   676,   677,   269,  -811,  -811,  -811,
1911 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1912 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,   686,   718,   633,
1913 <    -811,   634,  -811,   755,   757,   678,   659,  -811,   682,   683,
1914 <     684,   685,   687,   692,   693,   694,   696,   697,   698,   706,
1915 <     709,   710,   712,   714,   715,   719,   720,   721,   722,   723,
1916 <     724,   725,   726,   729,   730,   731,   732,   733,   734,   735,
1917 <     736,   798,   737,   878,   739,   747,   750,   754,   758,   759,
1918 <     760,   761,   762,   763,   764,   765,   769,   773,   777,   779,
1919 <      44,   780,   781,   782,   783,   784,   785,  -811,   752,   418,
1920 <     727,   787,   767,   890,   788,  -811,  -811,   850,   896,   854,
1921 <     856,   791,   858,   859,   860,   861,   862,   904,   690,   905,
1922 <     906,   866,   908,   805,  -811,   911,   806,   912,   810,  -811,
1923 <    -811,   811,   921,   922,   699,   819,  -811,   827,   830,   834,
1924 <     835,   837,   838,   839,   840,   841,   842,   843,   844,   845,
1925 <     849,   853,   857,   864,   867,  -811,   871,   872,  -811,   874,
1926 <     851,   873,   875,   876,  -811,   877,   879,   883,   887,   888,
1927 <     891,   893,   894,   897,   898,   899,   900,   901,  -811,   902,
1928 <     903,   907,   105,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1929 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1930 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,   960,   979,   981,
1931 <     881,  -811,   909,   913,   914,   916,   917,   918,   919,  -811,
1932 <     920,   923,   924,   925,   926,   927,   928,   929,   930,   931,
1933 <     932,  -811,  -811,   997,   933,  1002,   934,  -811,  -811,  1003,
1934 <     935,   937,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1935 <    -811,   418,   418,   418,   418,   418,  -811,  -811,  -811,  -811,
1936 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1937 <    -811,  -811,   703,  1033,   418,  1034,  1037,  1038,  1041,  1025,
1938 <    1048,  1059,   418,   418,   542,   939,  -811,  -811,  1039,   -26,
1939 <    1004,  1044,  1046,  1006,  1007,  1008,  1050,   944,  1052,  1053,
1940 <    1054,  1055,  1078,  1057,  1058,  1018,  1060,   957,  -811,   958,
1941 <     959,  -811,  -811,   961,   962,  1062,  -811,  -811,  -811,  -811,
1942 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1943 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1944 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1945 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1946 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -249,
1947 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1948 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1949 <    -811,  -243,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1950 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,   542,
1951 <     542,   542,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1952 <      -7,   964,   965,    -5,   966,   967,  -811,   968,   969,   970,
1953 <     971,  1087,   972,   973,   974,   975,   976,   977,   978,   980,
1954 <     982,   983,   984,  -811,   985,  1080,   986,  -811,    -4,   987,
1955 <     988,   713,   152,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1956 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1957 <    -811,  -811,  -811,  -811,  -811,  -811,  1042,  1093,  1056,  1061,
1958 <     989,  1063,  1064,  1065,  1066,  1067,  1094,  1068,  1095,  1069,
1959 <    1070,  1071,  1098,  1072,   992,  1073,  1100,  1074,   999,  -811,
1960 <    1012,  1013,  1014,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1961 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1962 <    -811,  -811,  1015,   241,  1016,  -811,  1017,   362,  -811,  -811,
1963 <    -811,  -811,  -811,  -811,  1019,  1020,  1021,  1022,  1023,  1024,
1964 <    1026,  1027,  1028,  1029,  1030,  1031,  1032,  -811,  1035,  1036,
1965 <    1040,  1043,  1045,  1047,  1049,  1051,  1075,  1076,  1124,  1077,
1966 <    1079,  1081,  1082,  1083,  1084,  1085,  1086,  1088,  -811,  -811,
1967 <    -811,  -811,  -811,  -811,  -242,  -811,  -811,   798,  -811,   878,
1968 <    -811,  -811,  -811,  -811,  -811,  -241,  -811,  -811,  -811,  -811,
1969 <    -811,  -233,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1970 <    -230,  -811,   419,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1971 <    -811,  -811,  -811,  -811,  -811,  -811,  -225,  -811,  -811,  -811,
1972 <    -811,  -811,  -215,  -811,  -811,  -811,  1144,   699,  1089,  1090,
1973 <    1091,  1092,  1096,  1152,  1097,  1099,  1101,  1102,  1103,  1104,
1974 <    1105,  1106,  1107,  1108,  1109,  1110,  1111,   915,  1112,  1113,
1975 <    1114,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1976 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -209,  -811,  -811,
2115 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2116 <    -811,  -811,  -182,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2117 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2118 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -181,  -811,
2119 <     151,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2120 <    -811,  1062,  -811,  -811,  -811,    -7,  -811,    -5,   419,  -811,
2121 <    1087,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2122 <    -811,  -811,  -811,  1080,  -811,    -4,  -811,  -811,  -811,  -811,
2123 <    -811,  -811,  -811,  -811,  -170,  -811,   708,  -811,  -811,  -811,
2124 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2125 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2126 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -162,
2127 <    -811,  -811,  -811,  -811,  -811,   241,  -811,   362,   151,  -811,
2128 <    1124,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2129 <    -811,  -811,  -811,  -811,   708,  -811,  1152,  -811,  -811,  -811,
2130 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2131 <    -811,  -811,  -811,  -811,  -811,   915,  -811,  -811,  -811,  -811,
2132 <    -811,  -811,  -811
1846 >    -872,   684,  -872,  -194,  -227,  -225,  -872,  -872,  -872,  -207,
1847 >    -872,  -202,  -872,  -872,  -872,  -872,  -190,  -185,  -872,  -872,
1848 >    -182,  -174,  -872,  -872,  -166,  -872,  -872,  -872,  -872,  -872,
1849 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1850 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,    11,
1851 >     596,  -152,  -133,  -131,    10,  -128,   420,  -125,  -122,  -111,
1852 >     -97,     2,    66,   -76,   -61,   339,   379,   -48,   -35,     5,
1853 >    -212,   -25,   -18,    -3,     4,  -872,  -872,  -872,  -872,  -872,
1854 >      29,    40,    57,    63,    72,    82,    90,    92,   108,   113,
1855 >     121,   127,   146,   149,   150,   153,   154,   196,  -872,  -872,
1856 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1857 >    -872,  -872,  -872,  -872,  -872,  -872,   693,   505,    26,  -872,
1858 >     160,    80,  -872,  -872,    54,  -872,   168,   179,   184,   187,
1859 >     190,   192,   193,   197,   200,   201,   205,   206,   207,   208,
1860 >     210,   215,   218,   220,   223,   224,   225,   227,   228,   230,
1861 >     234,   239,   240,   242,  -872,   243,  -872,   247,   254,   255,
1862 >     256,   258,   262,   264,   274,   275,   276,   277,   279,   287,
1863 >     289,   290,   301,   302,   306,   307,   309,   120,  -872,  -872,
1864 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1865 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1866 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1867 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1868 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1869 >     129,   308,    22,    32,   -20,   310,    36,  -872,  -872,  -872,
1870 >      16,   138,   311,   312,    15,  -872,  -872,  -872,   348,   328,
1871 >    -872,   316,   318,   322,   324,   325,   326,   330,     9,  -872,
1872 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,   155,   333,   334,
1873 >     336,   337,   338,   344,   345,   352,   353,   357,   358,   359,
1874 >     360,   362,   364,   221,  -872,  -872,  -872,  -872,  -872,  -872,
1875 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1876 >     172,    35,  -872,   366,    38,  -872,  -872,  -872,   280,   304,
1877 >     374,   199,  -872,   298,   355,   396,   435,   502,   502,   506,
1878 >     507,   439,   442,   509,   502,   444,   445,   446,   450,   451,
1879 >     387,  -872,   388,   389,   390,   393,   397,   399,   400,   401,
1880 >     402,   405,   406,   407,   410,   411,   177,  -872,  -872,  -872,
1881 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1882 >    -872,   416,   415,   417,   419,   421,  -872,   422,   424,   425,
1883 >     427,   432,   436,   443,   447,    19,  -872,  -872,  -872,  -872,
1884 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1885 >    -872,   448,   453,    37,  -872,  -872,  -872,   529,   438,  -872,
1886 >    -872,   456,   457,  -872,  -872,    17,  -872,  -872,  -872,   512,
1887 >     502,   502,   573,   513,   518,   597,   575,   534,   610,   612,
1888 >     613,   548,   550,   551,   502,   600,   556,   628,   630,   502,
1889 >     631,   633,   614,   636,   637,   576,   577,   510,   581,   514,
1890 >     502,   502,   584,   502,   585,   586,   587,   -83,   -53,   588,
1891 >     592,   502,   502,   639,   620,   502,   594,   595,   598,   599,
1892 >     531,  -872,  -872,  -872,   532,   535,  -872,   540,   542,    44,
1893 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,   536,   543,   544,
1894 >    -872,   545,   546,   547,   552,   553,     8,  -872,  -872,  -872,
1895 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,   554,  -872,   557,
1896 >    -872,    28,  -872,  -872,  -872,   537,  -872,   558,   559,   560,
1897 >    -872,    18,  -872,  -872,  -872,  -872,  -872,   616,   566,  -872,
1898 >     565,  -872,   663,   664,   568,  -872,   569,   567,   570,  -872,
1899 >     571,   572,   574,  -872,   579,   261,  -872,  -872,  -872,  -872,
1900 >    -872,  -872,  -872,  -872,  -872,   578,   580,   589,   590,    12,
1901 >    -872,  -872,  -872,  -872,   641,   644,   652,   681,   653,   654,
1902 >     502,   591,  -872,  -872,   682,   655,   705,   706,   707,   708,
1903 >     709,   710,   164,   235,   711,   712,   736,   716,   719,   617,
1904 >    -872,   621,   622,  -872,   623,     6,  -872,  -872,  -872,  -872,
1905 >     632,   625,  -872,    20,  -872,  -872,  -872,   726,   640,  -872,
1906 >     642,   643,   645,  -872,   651,   656,   660,   667,   260,   671,
1907 >     672,   674,   675,   676,   677,   678,   680,   686,   687,   690,
1908 >     691,   695,  -872,  -872,   751,   767,   502,   768,   770,   772,
1909 >     783,   765,   794,   827,   502,   502,   639,   698,  -872,  -872,
1910 >     812,   191,   816,   774,   713,   817,   820,   821,   822,   844,
1911 >     825,   828,   829,   717,  -872,   830,   831,   722,  -872,   723,
1912 >    -872,   834,   835,   724,   728,  -872,   729,   730,   731,   732,
1913 >     733,   734,   735,   737,   738,   740,   741,   742,   743,   744,
1914 >     745,   746,   747,   748,   749,   750,   752,   753,   754,   755,
1915 >     756,   757,   758,   759,   669,   760,   704,   761,   762,   763,
1916 >     764,   766,   769,   771,   773,   775,   776,   777,   778,   779,
1917 >     780,   781,   282,   782,   784,   785,   786,   787,   788,   789,
1918 >    -872,   790,   502,   791,   792,   846,   849,   796,  -872,  -872,
1919 >     861,   832,   795,   875,   899,   880,   882,   884,   797,  -872,
1920 >     893,   798,   900,   799,  -872,  -872,   800,   901,   902,   925,
1921 >     802,  -872,   804,  -872,   167,   805,   806,  -872,  -872,   910,
1922 >     872,   807,   918,   919,   921,   809,   923,   814,  -872,  -872,
1923 >     926,   927,   928,   815,  -872,   819,   823,   824,   826,   833,
1924 >     836,   837,  -872,   838,   839,   840,   841,   842,   843,   845,
1925 >     847,  -872,  -872,  -214,  -872,  -872,  -872,  -191,  -872,   848,
1926 >     850,   851,   852,   853,  -872,  -872,   930,   818,   932,   854,
1927 >    -872,  -872,   935,   855,   856,  -872,   857,  -872,  -872,  -872,
1928 >    -872,  -872,  -872,  -872,  -872,   502,   502,   502,   502,   502,
1929 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1930 >    -872,  -872,  -872,  -872,  -872,   859,   860,   862,   863,   864,
1931 >     865,   866,   867,   868,   869,   870,   871,   873,  -872,   874,
1932 >     876,   877,   878,   879,   152,   881,   883,   885,   886,   887,
1933 >     888,   889,   890,  -872,   891,   892,  -872,  -872,   894,   895,
1934 >     933,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1935 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1936 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1937 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1938 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1939 >    -181,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1940 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1941 >    -872,  -872,  -872,  -178,  -872,  -872,  -872,  -872,  -872,  -872,
1942 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1943 >     639,   639,   639,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1944 >    -872,  -872,     3,   896,   897,    13,   898,   903,  -872,   904,
1945 >     905,   603,   906,   907,   908,   909,   911,  -872,   912,   934,
1946 >     913,  -872,    -2,   914,   915,   940,   916,  -872,  -872,  -872,
1947 >     917,   858,  -872,   920,    73,  -872,  -872,  -872,  -872,  -872,
1948 >    -872,   922,   924,   533,   929,   931,   936,   739,   937,  -872,
1949 >     938,   939,   941,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1950 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1951 >     164,  -872,   235,  -872,  -872,  -872,  -872,  -872,   942,   350,
1952 >     943,  -872,   944,   485,  -872,  -872,  -872,  -872,  -872,  -872,
1953 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1954 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1955 >    -872,  -872,  -872,  -167,  -872,  -872,  -872,  -872,  -872,  -872,
1956 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -165,  -872,
1957 >    -872,   669,  -872,   704,  -872,  -872,  -872,  -872,  -872,  -153,
1958 >    -872,  -872,  -872,  -872,  -872,   -89,  -872,  -872,  -872,  -872,
1959 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1960 >     -36,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,   -23,
1961 >    -872,  -872,  -872,  -872,  -872,   -14,  -872,  -872,  -872,   958,
1962 >     925,   945,  -872,   954,   946,  -105,   947,  -872,  -872,  -872,
1963 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1964 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,    84,  -872,
1965 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1966 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1967 >    -872,  -872,  -872,    86,  -872,  -872,  -872,  -872,  -872,  -872,
1968 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1969 >    -872,  -872,   118,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1970 >    -872,  -872,  -872,  -872,  -872,  -872,   135,  -872,  -872,   152,
1971 >    -872,   933,  -872,  -872,  -872,     3,  -872,    13,  -872,   603,
1972 >    -872,   934,  -872,    -2,  -872,  -872,  -872,   948,   303,   950,
1973 >     951,  -872,  -872,   533,  -872,   739,  -872,   350,  -872,   485,
1974 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1975 >    -872,  -872,  -872,  -872,  -872,   137,  -872,  -872,  -872,  -872,
1976 >    -872,  -872,  -872,  -872,   303,  -872
1977   };
1978  
1979   /* YYPGOTO[NTERM-NUM].  */
1980   static const yytype_int16 yypgoto[] =
1981   {
1982 <    -811,  -811,  -811,  -402,  -340,  -810,  -424,  -811,  -811,  1115,
1983 <    -811,  -811,  -811,  -811,   991,  -811,  -811,  -811,  -811,  -811,
1984 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  1221,  -811,
1985 <    -811,  -811,  -811,  -811,  1116,  -811,  -811,  -811,  -811,  -811,
1986 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1987 <    -811,   494,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1988 <    -811,  -811,  -179,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1989 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1990 <    -163,  -811,  -811,  -157,  -811,  -811,  -811,  -811,   689,  -811,
1991 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1992 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,   -87,  -811,
1993 <     802,  -811,  -811,  -811,    36,  -811,  -811,  -811,  -811,  -811,
1994 <     846,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,   -63,
1995 <    -811,  -811,   -59,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
1996 <    -811,  -811,  -811,  -811,  -811,  -811,   786,  -811,  -811,  -811,
1997 <    -811,  -811,  -811,   753,  -811,  -811,  -811,  -811,  -811,  -122,
1998 <    -811,  -811,  -811,   742,  -811,  -811,  -811,  -811,  -120,  -811,
1999 <    -811,  -811,  -811,   672,  -811,  -811,  -811,  -811,  -811,  -811,
2000 <    -811,  -811,  -811,  -811,  -811,  -811,  -121,  -811,  -811,  -118,
2001 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2002 <    -811,  -811,  -811,  -811,  -811,   -62,  -811,   833,  -811,  -811,
2003 <    -811,  -811,  -811,   963,  -811,  -811,  -811,  -811,  1200,  -811,
2004 <    -811,  -811,  -811,  -811,  -811,   -36,  -811,   954,  -811,  -811,
2005 <    -811,  -811,  1142,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2006 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2007 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2008 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2009 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2010 <    -811,  -811,  -811,  -811,  -811,   110,  -811,  -811,  -811,   113,
2011 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,   892,  -811,
2012 <    -811,  -811,  -811,  -811,   -39,  -811,  -811,  -811,  -811,  -811,
2169 <     -34,  -811,  -811,  1237,  -811,  -811,  -811,  -811,  -811,  -811,
2170 <    -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,  -811,
2171 <    -811,  -811,  -811,  -811,  1117,  -811,  -811,  -811,  -811,  -811,
2172 <    -811,  -811
1982 >    -872,  -872,  -872,  -483,  -316,  -871,  -453,  -872,  -872,   949,
1983 >    -872,  -872,  -872,  -872,   803,  -872,  -872,  -872,    21,  -872,
1984 >      23,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1985 >    -872,  -872,  -872,  -872,  -872,  -872,   996,  -872,  -872,  -872,
1986 >    -872,  -872,   956,  -872,  -872,  -872,  -872,    58,  -872,  -872,
1987 >    -872,  -872,  -872,  -230,  -872,  -872,  -872,   604,  -872,  -872,
1988 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -186,  -872,  -872,
1989 >    -872,  -161,  -872,  -872,  -872,   810,  -872,  -872,  -872,  -872,
1990 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1991 >    -872,  -872,  -872,  -872,  -168,  -872,   611,  -872,  -872,  -872,
1992 >     -45,  -872,  -872,  -872,  -872,  -872,   638,  -872,  -872,  -872,
1993 >    -872,  -872,  -872,  -872,  -126,  -872,  -872,  -872,  -872,  -872,
1994 >    -872,   593,  -872,  -872,  -872,  -872,  -872,   952,  -872,  -872,
1995 >    -872,  -872,   555,  -872,  -872,  -872,  -872,  -872,  -136,  -872,
1996 >    -872,  -872,   582,  -872,  -872,  -872,  -872,  -129,  -872,  -872,
1997 >    -872,   793,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1998 >    -872,  -872,   -91,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
1999 >    -872,  -872,  -872,  -102,  -872,   665,  -872,  -872,  -872,  -872,
2000 >    -872,   801,  -872,  -872,  -872,  -872,  1040,  -872,  -872,  -872,
2001 >    -872,  -872,  -872,   -86,  -872,   808,  -872,  -872,  -872,  -872,
2002 >     990,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
2003 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
2004 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
2005 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
2006 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,    59,
2007 >    -872,  -872,  -872,    62,  -872,  -872,  -872,  -872,  -872,  -872,
2008 >    -872,   701,  -872,  -872,  -872,  -872,  -872,   -77,  -872,  -872,
2009 >    -872,  -872,  -872,   -81,  -872,  -872,  1089,  -872,  -872,  -872,
2010 >    -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,  -872,
2011 >    -872,  -872,  -872,  -872,  -872,  -872,   953,  -872,  -872,  -872,
2012 >    -872,  -872,  -872,  -872
2013   };
2014  
2015   /* YYTABLE[YYPACT[STATE-NUM]].  What to do in state STATE-NUM.  If
2016     positive, shift that token.  If negative, reduce the rule which
2017 <   number is the opposite.  If zero, do what YYDEFACT says.
2018 <   If YYTABLE_NINF, syntax error.  */
2019 < #define YYTABLE_NINF -1
2180 < static const yytype_uint16 yytable[] =
2017 >   number is the opposite.  If YYTABLE_NINF, syntax error.  */
2018 > #define YYTABLE_NINF -109
2019 > static const yytype_int16 yytable[] =
2020   {
2021 <     583,   584,   731,   367,  1223,    67,  1229,   590,   274,   285,
2022 <    1216,   557,   122,   566,  1217,   493,  1218,  1360,  1364,   525,
2023 <    1219,  1361,  1365,    47,   128,   525,  1366,   274,   115,  1369,
2024 <    1367,   129,   130,  1370,  1382,   131,   118,   679,  1383,   681,
2025 <     526,    68,   132,   122,  1384,    48,   526,    52,  1385,   286,
2026 <    1434,   133,    69,   695,  1435,   134,   135,    54,  1049,  1050,
2027 <    1051,   703,   136,   484,   287,    59,   137,   138,   139,   494,
2028 <     140,    60,   714,   715,  1259,   717,   141,  1436,  1439,   357,
2029 <     434,  1437,  1440,   435,   728,   729,   288,   732,   289,  1455,
2030 <     290,   291,    63,  1456,    64,   142,   143,  1474,   449,   495,
2031 <     144,  1475,   123,   484,   357,   496,   799,   145,   121,   292,
2032 <     800,   146,   147,   148,    45,    46,   149,   450,   127,   150,
2033 <     151,   557,   243,   451,   368,   436,    70,   275,   437,   152,
2034 <     566,   801,   558,   123,   567,   153,   154,   244,   155,   156,
2035 <     157,   158,   159,   802,   527,   245,   275,   452,   453,   246,
2036 <     527,   284,   454,   160,   493,   803,   281,   276,   327,   369,
2037 <     804,  1441,   161,  1442,   162,   163,   455,   164,   497,   358,
2038 <     165,   166,   805,   456,   167,   528,   276,   730,  1443,   806,
2039 <     328,   528,  1444,   438,   807,   168,   808,   367,   370,  1189,
2040 <    1190,  1224,   457,  1230,   358,   329,   559,   330,   568,   809,
2041 <     858,   439,   331,   285,   169,   332,   170,   335,   494,   336,
2042 <     171,   722,   723,   302,   172,   173,   174,   175,   176,   485,
2043 <     458,   337,   177,   178,   724,   725,  1260,   810,   459,   338,
2044 <    1261,   179,   811,   339,   340,   359,   504,   341,   495,  1220,
2045 <    1221,  1222,   558,   286,   496,   342,   460,   343,   486,   303,
2046 <     344,   567,   345,   346,   812,   461,   462,   560,   287,   485,
2047 <     359,   347,   676,   180,   333,   181,   813,   522,   814,   815,
2048 <     626,   182,   627,   816,   775,   628,   183,    76,   850,   629,
2049 <     288,   184,   289,   432,   290,   291,   463,   464,   486,    77,
2050 <     519,   348,   349,   302,   630,   631,   632,   350,   304,   597,
2051 <     633,   351,   365,   292,   543,   352,   559,   497,   368,   487,
2052 <      78,    79,   355,   356,   524,   568,    80,   364,    81,   634,
2053 <     376,   598,   599,   635,   636,   377,   440,   378,   600,   303,
2054 <     379,   380,   381,   817,   305,  1296,   306,   307,   669,   744,
2055 <     818,   576,   434,   369,   465,   435,   382,   383,   384,   487,
2056 <      67,   819,   820,   385,   637,   386,   638,   763,   387,   573,
2057 <     388,   821,   768,   389,   574,  1138,   390,   560,   247,   639,
2058 <     391,   392,   370,   393,    82,    83,   394,   395,   304,   308,
2059 <     876,   309,   575,    84,    85,   396,    68,   436,   397,   881,
2060 <     437,   640,  1445,   398,   310,   399,   400,    69,   401,  1061,
2061 <     402,   403,   404,   405,    86,    87,   406,   601,   602,   603,
2062 <     407,  1297,   604,   577,   305,  1267,   306,   307,   408,   410,
2063 <     605,    88,    89,   641,   248,   249,   250,   251,   252,   253,
2064 <     254,   255,    90,   606,   607,   412,   413,   642,   311,  1371,
2065 <    1372,    91,   414,  1298,   415,   438,   416,   643,   578,   417,
2066 <     608,   609,   418,   419,   420,   421,  1311,   422,  1299,   308,
2067 <     423,   309,   541,   439,   579,   424,   312,   313,   425,   426,
2068 <    1373,    70,   256,   427,   310,   610,   428,   429,  1300,  1301,
2069 <     430,   431,   505,   506,  1302,  1303,  1304,  1305,  1374,  1169,
2070 <    1170,  1171,  1172,  1173,   507,  1375,   508,  1306,   582,   509,
2071 <    1186,   510,   511,   580,   512,   513,   514,   257,   515,   516,
2072 <     644,   520,   521,   534,  1376,   535,   536,   537,   311,   538,
2073 <     539,   540,   544,   645,   545,    92,    93,    94,   546,   947,
2074 <     547,   581,  1312,   548,   549,   550,   353,   891,   892,   893,
2075 <     894,   895,  1377,   551,   552,   553,   312,   313,   554,   128,
2076 <    1378,   582,   555,   585,   247,   586,   129,   130,   925,   587,
2077 <     131,   589,   588,   596,  1313,   591,   592,   132,   593,   594,
2078 <     595,   667,   668,   672,  1176,   673,   133,   678,   671,  1314,
2079 <     134,   135,  1184,  1185,   674,   258,   680,   136,   440,   682,
2080 <    1379,   137,   138,   139,   683,   140,   684,   685,   686,  1315,
2081 <    1316,   141,   687,   688,   689,  1317,  1318,  1319,  1320,  1380,
2082 <     248,   249,   250,   251,   252,   253,   254,   255,  1321,   259,
2083 <     142,   143,   690,   691,   692,   144,   693,   517,   694,   696,
2084 <     697,   799,   145,   698,   699,   800,   146,   147,   148,   700,
2085 <     701,   149,   702,   704,   150,   151,   705,   706,   707,   708,
2086 <     709,   449,   718,   710,   152,   711,   801,   712,   256,   713,
2087 <     153,   154,   716,   155,   156,   157,   158,   159,   802,   719,
2088 <     450,   720,   721,   726,   727,   730,   451,   733,   160,   734,
2089 <     803,   735,   736,   737,   746,   804,   770,   161,   777,   162,
2090 <     163,   739,   164,   257,   778,   165,   166,   805,   740,   167,
2091 <     452,   453,   742,   743,   806,   454,   747,   748,   749,   807,
2092 <     168,   808,   750,  1457,   752,   753,   779,   754,   780,   455,
2093 <     755,   756,   757,   781,   809,   782,   456,   758,   783,   169,
2094 <     759,   170,   784,   760,   761,   171,   762,   792,   793,   172,
2095 <     173,   174,   175,   176,   765,   457,  1458,   177,   178,   767,
2096 <     772,   773,   810,   794,   795,   796,   179,   811,  1459,   785,
2097 <     786,   787,   788,   789,   790,   791,   774,   797,   847,   855,
2098 <     798,   258,   852,   458,   848,  1460,   846,   853,   859,   812,
2099 <     849,   459,  1461,   854,   856,   857,   860,  1462,   180,  1463,
2100 <     181,   813,   861,   814,   815,   626,   182,   627,   816,   460,
2101 <     628,   183,  1464,   862,   629,   259,   184,   863,   461,   462,
2102 <     864,   865,   866,   867,   868,   869,   870,   871,   872,   630,
2103 <     631,   632,    76,  1078,   597,   633,   873,   875,   878,   879,
2104 <     883,   884,  1091,   885,    77,  1465,  1174,   886,   887,   463,
2105 <     464,   949,   912,   888,   634,   889,   598,   599,   635,   636,
2106 <     890,  1466,   898,   600,   899,    78,    79,   900,   817,   913,
2107 <     901,    80,   902,    81,   903,   818,   904,   905,   906,  1467,
2108 <     907,  1468,  1469,   950,   908,   909,   819,   820,   910,   637,
2109 <     911,   638,   914,   927,   915,   916,   821,   917,   918,   919,
2110 <     920,   921,   951,   952,   639,     2,     3,   465,   922,   923,
2111 <       4,   924,   928,   929,   930,   931,   932,   933,   934,   935,
2112 <     953,   936,   954,   938,  1266,   939,   640,     5,   956,    82,
2113 <      83,     6,  1064,  1062,     7,   940,   941,   942,    84,    85,
2114 <     943,     8,   601,   602,   603,   944,  1470,   604,   945,   946,
2115 <     955,   957,   958,   959,   960,   605,   961,     9,   641,    86,
2116 <      87,   962,   963,   964,  1471,   965,   966,   967,   606,   607,
2117 <      10,    11,   642,    12,  1472,   968,    88,    89,   969,   970,
2118 <      13,   971,   643,   972,   973,   608,   609,    90,   974,   975,
2119 <     976,   977,   978,   979,   980,   981,    91,    14,   982,   983,
2120 <     984,   985,   986,   987,   988,   989,  1011,    15,  1033,    16,
2121 <     610,   990,   991,   992,   993,   994,  1034,   995,   996,  1035,
2122 <     997,   998,   999,  1036,  1060,  1000,    17,  1037,  1038,  1039,
2123 <    1040,  1041,  1042,  1043,  1044,  1001,  1002,  1003,  1045,  1004,
2124 <    1005,  1006,  1046,    18,  1007,   644,  1047,  1008,  1048,  1054,
2125 <    1055,  1056,  1057,  1058,  1059,  1065,  1067,  1066,   645,  1063,
2126 <    1069,  1068,  1070,  1071,  1072,  1073,  1074,  1075,  1076,  1077,
2127 <    1079,  1080,  1081,  1082,  1083,    19,  1084,  1086,  1085,  1087,
2128 <      92,    93,    94,  1088,    20,    21,  1089,  1090,  1094,    22,
2129 <      23,  1012,  1013,  1014,  1015,  1016,  1095,  1017,  1018,  1096,
2130 <    1019,  1020,  1021,  1097,  1098,  1022,  1099,  1100,  1101,  1102,
2131 <    1103,  1104,  1105,  1106,  1107,  1023,  1024,  1025,  1108,  1026,
2132 <    1027,  1028,  1109,  1116,  1029,  1140,  1110,  1030,  1410,  1411,
2133 <    1412,  1413,  1414,  1111,  1415,  1416,  1112,  1417,  1418,  1419,
2134 <    1113,  1114,  1420,  1115,  1141,  1117,  1142,  1118,  1119,  1121,
2135 <    1143,  1122,  1421,  1422,  1423,  1123,  1424,  1425,  1426,  1124,
2136 <    1125,  1427,  1162,  1126,  1428,  1127,  1128,  1164,  1166,  1129,
2137 <    1130,  1131,  1132,  1133,  1135,  1136,  1175,  1177,  1144,  1137,
2138 <    1178,  1179,  1145,  1146,  1180,  1147,  1148,  1149,  1150,  1151,
2139 <    1181,  1182,  1152,  1153,  1154,  1155,  1156,  1157,  1158,  1159,
2140 <    1160,  1161,  1183,  1165,  1188,  1163,  1168,  1167,  1187,  1192,
2141 <    1191,  1193,  1194,  1195,  1196,  1197,  1198,  1199,  1200,  1201,
2142 <    1202,  1203,  1204,  1205,  1206,  1207,  1208,  1209,  1210,  1239,
2143 <    1211,  1212,  1213,  1227,  1228,  1233,  1234,  1235,  1236,  1237,
2305 <    1238,  1243,  1244,  1245,  1246,  1247,  1248,  1249,  1269,  1250,
2306 <    1255,  1251,  1252,  1253,  1254,  1258,  1264,  1265,  1270,  1279,
2307 <    1281,  1273,  1271,  1285,  1287,  1289,  1347,  1272,  1291,  1274,
2308 <    1275,  1276,  1277,  1278,  1280,  1282,  1283,  1284,  1286,  1288,
2309 <    1290,  1292,  1293,  1294,  1295,  1309,  1310,  1386,  1324,  1325,
2310 <    1326,  1327,  1328,  1329,  1393,  1330,  1331,  1332,  1333,  1334,
2311 <    1335,  1336,   334,  1481,  1337,  1338,  1482,  1480,  1453,  1339,
2312 <     926,   776,  1340,  1387,  1341,   556,  1342,  1451,  1343,  1450,
2313 <    1344,   882,   764,  1476,   877,   851,  1139,  1477,   948,  1479,
2314 <    1478,  1452,   769,   670,   366,  1447,   677,   433,  1449,  1363,
2315 <    1362,  1448,   354,   745,  1345,  1346,  1351,     0,  1352,     0,
2316 <    1353,  1354,  1355,  1356,  1357,  1358,     0,  1359,  1388,  1389,
2317 <    1390,  1391,     0,     0,     0,  1392,  1397,     0,  1398,     0,
2318 <    1399,  1400,  1401,  1402,  1403,  1404,  1405,  1406,  1407,  1408,
2319 <    1409,  1431,  1432,  1433,     0,     0,   518,     0,     0,     0,
2021 >     713,   609,   610,   234,   712,    70,   302,   581,   616,   477,
2022 >     250,   119,    70,   545,  1117,    49,   241,    50,   400,   505,
2023 >     361,   590,   362,   496,  1123,   363,  1049,   390,   307,   496,
2024 >    1050,   478,   546,   505,    71,    54,   590,   234,   390,   302,
2025 >      56,    71,   364,   251,    72,   462,    47,    48,   463,  1051,
2026 >     479,    72,    61,  1052,   480,   400,   252,    62,  1152,  1110,
2027 >      65,   365,  1112,  1111,   506,   366,  1113,   241,    66,   253,
2028 >     254,   255,   256,  1248,  1010,  1250,    69,  1249,   506,  1251,
2029 >     120,   119,   464,   507,   367,   465,   368,  1254,   508,   257,
2030 >     116,  1255,   704,   705,   667,   668,   391,   507,   369,  1114,
2031 >    1115,  1116,   508,    73,   303,   582,  1269,   391,   681,   117,
2032 >      73,   118,   242,   686,   124,   547,   401,   230,   370,   591,
2033 >     231,   125,   706,   707,   697,   698,   466,   700,   126,   127,
2034 >     462,   232,   481,   463,   591,   710,   711,   303,   128,   715,
2035 >     243,   482,   483,   467,   548,   233,   129,   509,   371,   402,
2036 >     120,  1256,   130,   401,   497,  1257,   131,   132,   392,   133,
2037 >     497,   509,  1089,   242,  1090,   134,   248,   464,  1010,   392,
2038 >     465,   583,  1011,   581,   135,   136,   484,   372,   332,   137,
2039 >    1118,   249,   403,   857,   138,   592,   402,   498,   139,   140,
2040 >    1124,   243,   141,   498,   300,   142,   143,    79,   333,   334,
2041 >     592,  1153,   335,   144,  1258,  1154,   373,   301,  1259,   145,
2042 >     146,   466,   147,   148,   149,   150,   151,  1260,   308,   403,
2043 >     516,  1261,   267,    80,    81,   309,  1262,   152,   467,    82,
2044 >    1263,    83,   584,   235,   485,   153,   154,   155,  1012,   156,
2045 >     310,  -108,   157,   158,   781,   311,   159,   809,   499,   738,
2046 >     561,   268,   374,   773,   499,   520,   524,   160,   664,   750,
2047 >     653,   814,   526,   336,   337,   338,  1011,   235,   339,   743,
2048 >     468,   582,   313,    84,    85,  -108,   340,   518,   657,   598,
2049 >      86,    87,   161,   314,   527,   727,   162,   269,   341,   342,
2050 >     163,   164,   165,   166,   167,   970,   971,   972,   168,   169,
2051 >     315,    88,    89,   528,   343,   344,   316,   529,   170,   477,
2052 >     847,  1013,   791,   792,  1166,   317,    90,    91,   855,   856,
2053 >     270,   398,   271,   272,  1272,   318,  1274,    92,  1273,   545,
2054 >    1275,   478,  1012,   319,   345,   320,    93,   583,   171,   172,
2055 >     250,   173,  1066,  1067,  1068,  1069,  1070,   174,   546,   526,
2056 >     479,   321,   175,  1288,   480,   468,   322,   176,  1276,  1091,
2057 >     530,   460,  1277,   273,   323,   274,   275,   276,   277,   608,
2058 >     324,   527,  1092,   251,  1289,  1278,  1290,  1303,   521,  1279,
2059 >     267,  1304,   278,   795,   796,   531,   252,   860,   861,   325,
2060 >     528,   712,   326,   327,   529,   563,   328,   329,   584,   253,
2061 >     254,   255,   256,   397,   532,  1013,   983,   604,   279,   268,
2062 >     600,   409,   825,   826,   827,   828,   829,  1291,   637,   257,
2063 >     280,   125,   410,  1222,    94,    95,    96,   411,   126,   127,
2064 >     412,   547,   481,   413,   601,   414,   415,   330,   128,   603,
2065 >     416,   482,   483,   417,   418,   269,   129,   530,   419,   420,
2066 >     421,   422,   130,   423,   281,   282,   131,   132,   424,   133,
2067 >     548,   425,   579,   426,   605,   134,   427,   428,   429,   533,
2068 >     430,   431,   531,   432,   135,   136,   484,   433,   270,   137,
2069 >     271,   272,   434,   435,   138,   436,   438,   534,   139,   140,
2070 >     440,   532,   141,  1292,  1293,   142,   143,   441,   442,   443,
2071 >    1223,   444,   767,   144,   602,   445,   361,   446,   362,   145,
2072 >     146,   363,   147,   148,   149,   150,   151,   447,   448,   449,
2073 >     450,   273,   451,   274,   275,   276,   277,   152,   364,  1294,
2074 >     452,  1224,   453,   454,   485,   153,   154,   155,  1170,   156,
2075 >     278,  1225,   157,   158,   455,   456,   159,   365,  1226,   457,
2076 >     458,   366,   459,   517,   522,   523,   533,   160,  1236,   554,
2077 >    1227,   555,  1228,  1229,  1171,   556,   279,   557,   558,   559,
2078 >     367,   606,   368,   560,   534,  1230,   564,   565,   280,   566,
2079 >     567,   568,   161,  1172,   369,  1231,   162,   569,   570,  1173,
2080 >     163,   164,   165,   166,   167,   571,   572,    79,   168,   169,
2081 >     573,   574,   575,   576,   370,   577,  1174,   578,   170,   597,
2082 >     607,   608,   281,   282,   613,   611,   612,   614,   615,   617,
2083 >     618,   619,  1131,    80,    81,   620,   621,   622,   623,    82,
2084 >    1175,    83,   624,   625,   371,  1237,   626,  1176,   171,   172,
2085 >     627,   173,   628,   629,   630,   631,  1132,   174,   632,   633,
2086 >     634,  1177,   175,   635,   636,  1133,   639,   176,   640,   659,
2087 >     641,  1134,   642,   372,   643,   645,  1238,   646,   647,  1178,
2088 >     648,  1179,  1180,    84,    85,   649,  1239,  1135,   660,   650,
2089 >      86,    87,   669,  1240,     2,     3,   651,   666,   670,     4,
2090 >     652,   655,   373,   671,   332,  1241,   656,  1242,  1243,   661,
2091 >     662,    88,    89,  1136,     5,   673,   672,     6,     7,   674,
2092 >    1244,  1137,  1270,     8,   333,   334,    90,    91,   335,   675,
2093 >    1245,   676,   677,   678,  1181,   679,   680,    92,     9,   910,
2094 >     682,   683,    10,    11,  1182,    12,    93,   684,   374,   685,
2095 >     687,    13,   688,  1183,   689,   690,   691,  1184,   712,  1185,
2096 >     714,   692,   693,   694,  1138,    14,   695,   696,  1186,   699,
2097 >     701,   702,   703,   708,   933,    15,    16,   709,  1187,   716,
2098 >     717,   720,  1139,   718,   719,   722,   729,   745,   723,   336,
2099 >     337,   338,    17,   725,   339,   726,   730,   731,   733,   734,
2100 >     735,   752,   340,   755,   756,   736,   737,   740,    18,  1193,
2101 >     742,   747,   748,   749,   341,   342,   753,   754,   757,   758,
2102 >     759,   778,   783,   760,   762,   763,   775,   764,   769,   776,
2103 >     343,   344,   766,   770,    94,    95,    96,   777,   779,   780,
2104 >     784,   782,   771,   772,    19,   785,   786,   787,   788,   789,
2105 >     790,   799,   800,    20,    21,   801,   802,    22,    23,   803,
2106 >     345,   911,   912,   913,   914,   915,   816,   804,   916,   917,
2107 >     845,   805,   918,   919,   920,   806,   808,   921,   812,   922,
2108 >     923,   924,   811,   925,   926,   927,   846,   848,   928,   849,
2109 >     817,   850,   818,   819,   929,   820,   934,   935,   936,   937,
2110 >     938,   821,   851,   939,   940,   852,   822,   941,   942,   943,
2111 >     823,    24,   944,   853,   945,   946,   947,   824,   948,   949,
2112 >     950,   832,   833,   951,   834,   835,   836,   837,   838,   952,
2113 >     839,  1194,  1195,  1196,  1197,  1198,   840,   841,  1199,  1200,
2114 >     842,   843,  1201,  1202,  1203,   844,   854,  1204,   858,  1205,
2115 >    1206,  1207,   859,  1208,  1209,  1210,   862,   865,  1211,   863,
2116 >     866,   867,   868,   869,  1212,   870,   864,   873,   871,   872,
2117 >     874,   875,   876,   877,   878,   879,   984,   880,   881,   882,
2118 >     883,   884,   885,   886,   887,   888,   986,   889,   890,   987,
2119 >     891,   892,   893,   894,   895,   896,   897,   898,   899,   900,
2120 >     901,   989,   902,   903,   904,   905,   906,   907,   908,   909,
2121 >     932,   955,   956,   957,   958,   992,   959,   990,   993,   960,
2122 >     994,   961,   995,   962,   996,   963,   964,   965,   966,   967,
2123 >     968,   969,   975,   998,   976,   977,   978,   979,   980,   981,
2124 >    1000,  1003,  1004,   982,  1005,   985,   988,   997,   991,  1001,
2125 >    1021,   999,  1008,  1002,  1009,  1019,  1020,  1022,  1024,  1025,
2126 >    1023,  1026,  1027,  1028,  1029,  1033,  1030,  1031,  1032,  1034,
2127 >    1058,  1059,  1060,  1035,  1036,  1062,  1037,  1264,  1107,  1148,
2128 >     312,  1219,  1167,  1038,  1305,  1220,  1039,  1040,  1041,  1042,
2129 >    1043,  1044,  1045,  1046,  1267,  1047,   580,  1048,  1053,  1300,
2130 >    1054,  1055,  1056,  1057,  1061,  1286,  1064,  1065,  1063,  1071,
2131 >    1072,  1163,  1073,  1074,  1075,  1076,  1077,  1078,  1079,  1080,
2132 >    1081,  1082,  1299,  1083,  1084,  1265,  1085,  1086,  1087,  1088,
2133 >    1159,  1095,   751,  1096,   739,  1097,  1098,  1099,  1100,  1101,
2134 >    1102,  1103,  1104,  1284,  1105,  1106,  1121,  1122,  1127,   768,
2135 >     810,  1301,   774,  1128,  1129,  1130,  1142,  1143,  1144,  1145,
2136 >    1302,  1146,  1147,  1151,  1157,  1158,   638,  1162,  1280,  1285,
2137 >    1160,   399,  1168,  1165,  1169,  1281,   744,   461,   654,  1190,
2138 >     728,  1191,  1253,  1252,  1282,   815,  1192,  1215,  1216,  1217,
2139 >    1283,  1218,  1221,  1234,  1235,  1266,   331,  1271,  1287,  1268,
2140 >    1297,  1298,   519,   525,   658,     0,     0,     0,     0,     0,
2141 >       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
2142 >       0,   562,     0,   665,     0,     0,     0,     0,     0,     0,
2143 >       0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
2144         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
2321       0,     0,   523,     0,     0,     0,     0,     0,     0,     0,
2145         0,     0,     0,     0,     0,     0,     0,     0,     0,     0,
2146 <     542
2146 >       0,     0,     0,     0,     0,     0,   599
2147   };
2148  
2149 + #define yypact_value_is_default(yystate) \
2150 +  ((yystate) == (-872))
2151 +
2152 + #define yytable_value_is_error(yytable_value) \
2153 +  YYID (0)
2154 +
2155   static const yytype_int16 yycheck[] =
2156   {
2157 <     340,   341,   426,     1,    11,     1,    11,   347,     1,     1,
2158 <     259,     1,     1,     1,   263,     1,   259,   259,   259,     1,
2159 <     263,   263,   263,   261,     1,     1,   259,     1,   155,   259,
2160 <     263,     8,     9,   263,   259,    12,   155,   377,   263,   379,
2161 <      22,    37,    19,     1,   259,   261,    22,   261,   263,    41,
2162 <     259,    28,    48,   393,   263,    32,    33,   261,    14,    15,
2163 <      16,   401,    39,     1,    56,   261,    43,    44,    45,    55,
2164 <      47,   261,   412,   413,    78,   415,    53,   259,   259,     1,
2165 <       1,   263,   263,     4,   424,   425,    78,   427,    80,   259,
2166 <      82,    83,   261,   263,   261,    72,    73,   259,     1,    85,
2167 <      77,   263,    91,     1,     1,    91,     1,    84,   261,   101,
2168 <       5,    88,    89,    90,   259,   260,    93,    20,   261,    96,
2169 <      97,     1,   261,    26,   122,    46,   122,   120,    49,   106,
2170 <       1,    26,   122,    91,   122,   112,   113,   261,   115,   116,
2171 <     117,   118,   119,    38,   126,   261,   120,    50,    51,   261,
2172 <     126,   261,    55,   130,     1,    50,   155,   150,   261,   157,
2173 <      55,    10,   139,    12,   141,   142,    69,   144,   154,    91,
2174 <     147,   148,    67,    76,   151,   157,   150,   133,    27,    74,
2175 <     261,   157,    31,   104,    79,   162,    81,     1,   186,   215,
2176 <     216,   198,    95,   198,    91,   259,   186,   262,   186,    94,
2177 <     540,   122,   262,     1,   181,   262,   183,   262,    55,   262,
2178 <     187,   196,   197,     1,   191,   192,   193,   194,   195,   157,
2179 <     123,   262,   199,   200,   196,   197,   230,   122,   131,   262,
2180 <     234,   208,   127,   262,   262,   157,   259,   262,    85,  1049,
2181 <    1050,  1051,   122,    41,    91,   262,   149,   262,   186,    37,
2182 <     262,   122,   262,   262,   149,   158,   159,   247,    56,   157,
2183 <     157,   262,   260,   240,   260,   242,   161,   260,   163,   164,
2184 <       1,   248,     3,   168,   260,     6,   253,     1,   260,    10,
2185 <      78,   258,    80,   260,    82,    83,   189,   190,   186,    13,
2186 <     259,   262,   262,     1,    25,    26,    27,   262,    86,     1,
2187 <      31,   262,   260,   101,   259,   262,   186,   154,   122,   247,
2188 <      34,    35,   261,   261,   261,   186,    40,   262,    42,    50,
2189 <     262,    23,    24,    54,    55,   262,   247,   262,    30,    37,
2190 <     262,   262,   262,   228,   122,    94,   124,   125,   260,   260,
2191 <     235,   259,     1,   157,   247,     4,   262,   262,   262,   247,
2192 <       1,   246,   247,   262,    85,   262,    87,   260,   262,   155,
2193 <     262,   256,   260,   262,   155,   260,   262,   247,     1,   100,
2194 <     262,   262,   186,   262,    98,    99,   262,   262,    86,   167,
2195 <     260,   169,   155,   107,   108,   262,    37,    46,   262,   260,
2196 <      49,   122,   241,   262,   182,   262,   262,    48,   262,   739,
2197 <     262,   262,   262,   262,   128,   129,   262,   109,   110,   111,
2198 <     262,   170,   114,   196,   122,   263,   124,   125,   262,   262,
2199 <     122,   145,   146,   154,    57,    58,    59,    60,    61,    62,
2200 <      63,    64,   156,   135,   136,   262,   262,   168,   226,    20,
2201 <      21,   165,   262,   202,   262,   104,   262,   178,   133,   262,
2202 <     152,   153,   262,   262,   262,   262,    94,   262,   217,   167,
2203 <     262,   169,   260,   122,   133,   262,   254,   255,   262,   262,
2204 <      51,   122,   105,   262,   182,   177,   262,   262,   237,   238,
2205 <     262,   262,   262,   262,   243,   244,   245,   246,    69,   891,
2206 <     892,   893,   894,   895,   262,    76,   262,   256,   133,   262,
2207 <     924,   262,   262,   196,   262,   262,   262,   140,   262,   262,
2208 <     241,   262,   262,   262,    95,   262,   262,   262,   226,   262,
2209 <     262,   262,   262,   254,   262,   249,   250,   251,   262,   260,
2210 <     262,   196,   170,   262,   262,   262,   260,   172,   173,   174,
2211 <     175,   176,   123,   262,   262,   262,   254,   255,   262,     1,
2212 <     131,   133,   260,   133,     1,   133,     8,     9,   260,   196,
2213 <      12,   133,   196,   259,   202,   196,   196,    19,   196,   196,
2214 <     196,   262,   262,   259,   914,   262,    28,   196,   155,   217,
2215 <      32,    33,   922,   923,   262,   218,   196,    39,   247,   133,
2216 <     171,    43,    44,    45,   155,    47,   133,   196,   196,   237,
2217 <     238,    53,   196,   133,   155,   243,   244,   245,   246,   190,
2218 <      57,    58,    59,    60,    61,    62,    63,    64,   256,   252,
2219 <      72,    73,   196,   133,   133,    77,   133,   260,   196,   196,
2220 <     196,     1,    84,   133,   155,     5,    88,    89,    90,   196,
2221 <     133,    93,   133,   133,    96,    97,   133,   155,   133,   133,
2222 <     196,     1,   155,   196,   106,   262,    26,   196,   105,   262,
2223 <     112,   113,   196,   115,   116,   117,   118,   119,    38,   196,
2224 <      20,   196,   196,   196,   196,   133,    26,   196,   130,   196,
2225 <      50,   196,   196,   259,   259,    55,   259,   139,   155,   141,
2226 <     142,   262,   144,   140,   155,   147,   148,    67,   262,   151,
2227 <      50,    51,   262,   262,    74,    55,   262,   262,   262,    79,
2228 <     162,    81,   262,     5,   262,   262,   155,   262,   155,    69,
2229 <     262,   262,   262,   155,    94,   155,    76,   262,   155,   181,
2230 <     262,   183,   155,   262,   262,   187,   262,   155,   155,   191,
2231 <     192,   193,   194,   195,   262,    95,    38,   199,   200,   262,
2232 <     262,   262,   122,   196,   259,   155,   208,   127,    50,   219,
2233 <     220,   221,   222,   223,   224,   225,   262,   155,   262,   155,
2234 <     259,   218,   196,   123,   262,    67,   259,   196,   259,   149,
2235 <     262,   131,    74,   196,   196,   196,   155,    79,   240,    81,
2236 <     242,   161,   196,   163,   164,     1,   248,     3,   168,   149,
2237 <       6,   253,    94,   155,    10,   252,   258,   155,   158,   159,
2238 <     155,   155,   155,   155,   133,   155,   155,   259,   259,    25,
2239 <      26,    27,     1,   133,     1,    31,   262,   262,   259,   262,
2240 <     259,   259,   133,   259,    13,   127,   133,   259,   259,   189,
2241 <     190,   155,   262,   259,    50,   259,    23,    24,    54,    55,
2242 <     259,   143,   259,    30,   259,    34,    35,   259,   228,   262,
2243 <     259,    40,   259,    42,   259,   235,   259,   259,   259,   161,
2244 <     259,   163,   164,   155,   259,   259,   246,   247,   259,    85,
2245 <     259,    87,   262,   259,   262,   262,   256,   262,   262,   262,
2246 <     262,   262,   259,   259,   100,     0,     1,   247,   262,   262,
2247 <       5,   262,   262,   262,   262,   262,   262,   262,   262,   262,
2248 <     155,   262,   155,   262,   201,   262,   122,    22,   259,    98,
2249 <      99,    26,   155,   196,    29,   262,   262,   262,   107,   108,
2250 <     262,    36,   109,   110,   111,   262,   228,   114,   262,   262,
2251 <     262,   259,   259,   259,   259,   122,   259,    52,   154,   128,
2252 <     129,   259,   259,   259,   246,   259,   259,   259,   135,   136,
2253 <      65,    66,   168,    68,   256,   259,   145,   146,   259,   259,
2254 <      75,   259,   178,   259,   259,   152,   153,   156,   259,   259,
2255 <     259,   259,   259,   259,   259,   259,   165,    92,   259,   259,
2256 <     259,   259,   259,   259,   259,   259,   259,   102,   259,   104,
2257 <     177,   203,   204,   205,   206,   207,   259,   209,   210,   259,
2258 <     212,   213,   214,   259,   262,   217,   121,   259,   259,   259,
2259 <     259,   259,   259,   259,   259,   227,   228,   229,   259,   231,
2260 <     232,   233,   259,   138,   236,   241,   259,   239,   259,   259,
2261 <     259,   259,   259,   259,   259,   155,   196,   259,   254,   262,
2262 <     196,   155,   196,   262,   196,   196,   196,   196,   196,   155,
2263 <     155,   155,   196,   155,   259,   170,   155,   155,   262,   259,
2264 <     249,   250,   251,   262,   179,   180,   155,   155,   259,   184,
2265 <     185,   203,   204,   205,   206,   207,   259,   209,   210,   259,
2266 <     212,   213,   214,   259,   259,   217,   259,   259,   259,   259,
2267 <     259,   259,   259,   259,   259,   227,   228,   229,   259,   231,
2268 <     232,   233,   259,   262,   236,   155,   259,   239,   203,   204,
2269 <     205,   206,   207,   259,   209,   210,   259,   212,   213,   214,
2270 <     259,   259,   217,   259,   155,   262,   155,   262,   262,   262,
2271 <     259,   262,   227,   228,   229,   262,   231,   232,   233,   262,
2272 <     262,   236,   155,   262,   239,   262,   262,   155,   155,   262,
2273 <     262,   262,   262,   262,   262,   262,   133,   133,   259,   262,
2274 <     133,   133,   259,   259,   133,   259,   259,   259,   259,   259,
2275 <     155,   133,   259,   259,   259,   259,   259,   259,   259,   259,
2276 <     259,   259,   133,   259,   155,   262,   259,   262,   259,   155,
2277 <     196,   155,   196,   196,   196,   155,   262,   155,   155,   155,
2278 <     155,   133,   155,   155,   196,   155,   259,   259,   259,   132,
2450 <     259,   259,   160,   259,   259,   259,   259,   259,   259,   259,
2451 <     259,   259,   259,   259,   259,   259,   259,   259,   196,   259,
2452 <     160,   259,   259,   259,   259,   259,   259,   259,   155,   155,
2453 <     155,   262,   196,   155,   262,   155,   132,   196,   259,   196,
2454 <     196,   196,   196,   196,   196,   196,   196,   196,   196,   196,
2455 <     196,   259,   259,   259,   259,   259,   259,   133,   259,   259,
2456 <     259,   259,   259,   259,   132,   259,   259,   259,   259,   259,
2457 <     259,   259,    71,  1456,   259,   259,  1475,  1454,  1385,   259,
2458 <     611,   499,   259,  1267,   259,   314,   259,  1370,   259,  1368,
2459 <     259,   569,   466,  1435,   561,   529,   822,  1437,   646,  1440,
2460 <    1438,  1383,   489,   360,   124,  1361,   372,   185,  1367,  1219,
2461 <    1217,  1365,    95,   441,   259,   259,   259,    -1,   259,    -1,
2462 <     259,   259,   259,   259,   259,   259,    -1,   259,   259,   259,
2463 <     259,   259,    -1,    -1,    -1,   259,   259,    -1,   259,    -1,
2464 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2465 <     259,   259,   259,   259,    -1,    -1,   260,    -1,    -1,    -1,
2157 >     453,   317,   318,     1,   109,     1,     1,     1,   324,     1,
2158 >       1,     1,     1,     1,    11,   242,     1,   242,     1,     1,
2159 >       1,     1,     3,     1,    11,     6,   240,     1,   240,     1,
2160 >     244,    23,    20,     1,    30,   242,     1,     1,     1,     1,
2161 >     242,    30,    23,    34,    40,     1,   240,   241,     4,   240,
2162 >      42,    40,   242,   244,    46,     1,    47,   242,    60,   240,
2163 >     242,    42,   240,   244,    46,    46,   244,     1,   242,    60,
2164 >      61,    62,    63,   240,     1,   240,   242,   244,    46,   244,
2165 >      70,     1,    38,    65,    65,    41,    67,   240,    70,    80,
2166 >     242,   244,   175,   176,   410,   411,    70,    65,    79,   970,
2167 >     971,   972,    70,    99,    99,    99,   211,    70,   424,   242,
2168 >      99,   242,    97,   429,   242,   103,    99,   242,    99,    99,
2169 >     242,     1,   175,   176,   440,   441,    82,   443,     8,     9,
2170 >       1,   242,   124,     4,    99,   451,   452,    99,    18,   455,
2171 >     125,   133,   134,    99,   132,   242,    26,   129,   129,   132,
2172 >      70,   240,    32,    99,   132,   244,    36,    37,   132,    39,
2173 >     132,   129,    10,    97,    12,    45,   242,    38,     1,   132,
2174 >      41,   165,    99,     1,    54,    55,   168,   158,     1,    59,
2175 >     177,   242,   165,   636,    64,   165,   132,   165,    68,    69,
2176 >     177,   125,    72,   165,   242,    75,    76,     1,    21,    22,
2177 >     165,   203,    25,    83,   240,   207,   187,   242,   244,    89,
2178 >      90,    82,    92,    93,    94,    95,    96,   240,   243,   165,
2179 >     240,   244,     1,    27,    28,   243,   240,   107,    99,    33,
2180 >     244,    35,   226,   231,   226,   115,   116,   117,   165,   119,
2181 >     243,   239,   122,   123,   560,   241,   126,   241,   226,   241,
2182 >     241,    30,   233,   241,   226,   239,   241,   137,   241,   241,
2183 >     241,   241,     1,    86,    87,    88,    99,   231,    91,   241,
2184 >     226,    99,   243,    77,    78,   239,    99,   241,   241,   241,
2185 >      84,    85,   162,   243,    23,   241,   166,    66,   111,   112,
2186 >     170,   171,   172,   173,   174,    13,    14,    15,   178,   179,
2187 >     243,   105,   106,    42,   127,   128,   243,    46,   188,     1,
2188 >     626,   238,   148,   149,   241,   243,   120,   121,   634,   635,
2189 >      99,   241,   101,   102,   240,   243,   240,   131,   244,     1,
2190 >     244,    23,   165,   243,   157,   243,   140,   165,   218,   219,
2191 >       1,   221,   825,   826,   827,   828,   829,   227,    20,     1,
2192 >      42,   243,   232,    50,    46,   226,   243,   237,   240,   207,
2193 >      99,   241,   244,   142,   243,   144,   145,   146,   147,   109,
2194 >     243,    23,   220,    34,    71,   240,    73,   240,   240,   244,
2195 >       1,   244,   161,   148,   149,   124,    47,   196,   197,   243,
2196 >      42,   109,   243,   243,    46,   240,   243,   243,   226,    60,
2197 >      61,    62,    63,   243,   143,   238,   722,   109,   187,    30,
2198 >     130,   243,   152,   153,   154,   155,   156,   114,   241,    80,
2199 >     199,     1,   243,    73,   228,   229,   230,   243,     8,     9,
2200 >     243,   103,   124,   243,   130,   243,   243,   241,    18,   240,
2201 >     243,   133,   134,   243,   243,    66,    26,    99,   243,   243,
2202 >     243,   243,    32,   243,   233,   234,    36,    37,   243,    39,
2203 >     132,   243,   241,   243,   109,    45,   243,   243,   243,   208,
2204 >     243,   243,   124,   243,    54,    55,   168,   243,    99,    59,
2205 >     101,   102,   243,   243,    64,   243,   243,   226,    68,    69,
2206 >     243,   143,    72,   190,   191,    75,    76,   243,   243,   243,
2207 >     150,   243,   241,    83,   130,   243,     1,   243,     3,    89,
2208 >      90,     6,    92,    93,    94,    95,    96,   243,   243,   243,
2209 >     243,   142,   243,   144,   145,   146,   147,   107,    23,   226,
2210 >     243,   181,   243,   243,   226,   115,   116,   117,     5,   119,
2211 >     161,   191,   122,   123,   243,   243,   126,    42,   198,   243,
2212 >     243,    46,   243,   243,   243,   243,   208,   137,    73,   243,
2213 >     210,   243,   212,   213,    31,   243,   187,   243,   243,   243,
2214 >      65,   175,    67,   243,   226,   225,   243,   243,   199,   243,
2215 >     243,   243,   162,    50,    79,   235,   166,   243,   243,    56,
2216 >     170,   171,   172,   173,   174,   243,   243,     1,   178,   179,
2217 >     243,   243,   243,   243,    99,   243,    73,   243,   188,   243,
2218 >     175,   109,   233,   234,   175,   109,   109,   175,   109,   175,
2219 >     175,   175,    19,    27,    28,   175,   175,   240,   240,    33,
2220 >      97,    35,   243,   243,   129,   150,   243,   104,   218,   219,
2221 >     243,   221,   243,   243,   243,   243,    43,   227,   243,   243,
2222 >     243,   118,   232,   243,   243,    52,   240,   237,   243,   130,
2223 >     243,    58,   243,   158,   243,   243,   181,   243,   243,   136,
2224 >     243,   138,   139,    77,    78,   243,   191,    74,   240,   243,
2225 >      84,    85,   109,   198,     0,     1,   243,   175,   175,     5,
2226 >     243,   243,   187,   175,     1,   210,   243,   212,   213,   243,
2227 >     243,   105,   106,   100,    20,   130,   109,    23,    24,   175,
2228 >     225,   108,  1165,    29,    21,    22,   120,   121,    25,   109,
2229 >     235,   109,   109,   175,   191,   175,   175,   131,    44,    60,
2230 >     130,   175,    48,    49,   201,    51,   140,   109,   233,   109,
2231 >     109,    57,   109,   210,   130,   109,   109,   214,   109,   216,
2232 >     130,   175,   175,   243,   151,    71,   175,   243,   225,   175,
2233 >     175,   175,   175,   175,    60,    81,    82,   175,   235,   175,
2234 >     175,   240,   169,   175,   175,   243,   240,   240,   243,    86,
2235 >      87,    88,    98,   243,    91,   243,   243,   243,   243,   243,
2236 >     243,   175,    99,   130,   130,   243,   243,   243,   114,    60,
2237 >     243,   243,   243,   243,   111,   112,   240,   242,   240,   240,
2238 >     243,   130,   130,   243,   243,   243,   175,   243,   240,   175,
2239 >     127,   128,   243,   243,   228,   229,   230,   175,   175,   175,
2240 >     175,   240,   243,   243,   150,   130,   130,   130,   130,   130,
2241 >     130,   130,   130,   159,   160,   109,   130,   163,   164,   130,
2242 >     157,   182,   183,   184,   185,   186,   130,   240,   189,   190,
2243 >     109,   240,   193,   194,   195,   243,   243,   198,   243,   200,
2244 >     201,   202,   240,   204,   205,   206,   109,   109,   209,   109,
2245 >     240,   109,   240,   240,   215,   240,   182,   183,   184,   185,
2246 >     186,   240,   109,   189,   190,   130,   240,   193,   194,   195,
2247 >     240,   217,   198,   109,   200,   201,   202,   240,   204,   205,
2248 >     206,   240,   240,   209,   240,   240,   240,   240,   240,   215,
2249 >     240,   182,   183,   184,   185,   186,   240,   240,   189,   190,
2250 >     240,   240,   193,   194,   195,   240,   109,   198,   240,   200,
2251 >     201,   202,   130,   204,   205,   206,   130,   130,   209,   175,
2252 >     130,   130,   130,   109,   215,   130,   243,   240,   130,   130,
2253 >     130,   130,   240,   240,   130,   130,   175,   243,   240,   240,
2254 >     240,   240,   240,   240,   240,   240,   130,   240,   240,   130,
2255 >     240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2256 >     240,   130,   240,   240,   240,   240,   240,   240,   240,   240,
2257 >     240,   240,   240,   240,   240,   130,   240,   175,   109,   240,
2258 >     130,   240,   130,   240,   130,   240,   240,   240,   240,   240,
2259 >     240,   240,   240,   130,   240,   240,   240,   240,   240,   240,
2260 >     130,   130,   130,   243,   109,   243,   240,   240,   243,   240,
2261 >     130,   243,   240,   243,   240,   240,   240,   175,   130,   130,
2262 >     243,   130,   243,   130,   240,   240,   130,   130,   130,   240,
2263 >     130,   243,   130,   240,   240,   130,   240,   109,   135,   135,
2264 >      74,  1050,  1014,   240,  1304,  1052,   240,   240,   240,   240,
2265 >     240,   240,   240,   240,   130,   240,   283,   240,   240,  1275,
2266 >     240,   240,   240,   240,   240,  1263,   240,   240,   243,   240,
2267 >     240,   243,   240,   240,   240,   240,   240,   240,   240,   240,
2268 >     240,   240,  1273,   240,   240,  1160,   240,   240,   240,   240,
2269 >     180,   240,   511,   240,   486,   240,   240,   240,   240,   240,
2270 >     240,   240,   240,  1259,   240,   240,   240,   240,   240,   535,
2271 >     585,  1277,   549,   240,   240,   240,   240,   240,   240,   240,
2272 >    1279,   240,   240,   240,   240,   240,   346,   240,  1249,  1261,
2273 >     244,   121,   240,   243,   240,  1251,   501,   177,   375,   240,
2274 >     469,   240,  1113,  1111,  1255,   593,   240,   240,   240,   240,
2275 >    1257,   240,   240,   240,   240,   240,    97,   240,   240,   243,
2276 >     240,   240,   236,   244,   393,    -1,    -1,    -1,    -1,    -1,
2277 >      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
2278 >      -1,   258,    -1,   405,    -1,    -1,    -1,    -1,    -1,    -1,
2279        -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
2467      -1,    -1,   277,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
2280        -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
2281 <     293
2281 >      -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,    -1,
2282 >      -1,    -1,    -1,    -1,    -1,    -1,   304
2283   };
2284  
2285   /* YYSTOS[STATE-NUM] -- The (internal number of the) accessing
2286     symbol of state STATE-NUM.  */
2287   static const yytype_uint16 yystos[] =
2288   {
2289 <       0,   265,     0,     1,     5,    22,    26,    29,    36,    52,
2290 <      65,    66,    68,    75,    92,   102,   104,   121,   138,   170,
2291 <     179,   180,   184,   185,   266,   271,   276,   290,   296,   311,
2292 <     348,   367,   381,   407,   414,   424,   433,   464,   474,   480,
2293 <     484,   494,   559,   575,   596,   259,   260,   261,   261,   349,
2294 <     434,   475,   261,   485,   261,   560,   382,   465,   368,   261,
2295 <     261,   312,   408,   261,   261,   415,   425,     1,    37,    48,
2296 <     122,   291,   292,   293,   294,   295,     1,    13,    34,    35,
2297 <      40,    42,    98,    99,   107,   108,   128,   129,   145,   146,
2298 <     156,   165,   249,   250,   251,   576,   577,   578,   579,   580,
2299 <     581,   582,   583,   584,   585,   586,   587,   588,   589,   590,
2300 <     591,   592,   593,   594,   595,   155,   350,   354,   155,   435,
2301 <     439,   261,     1,    91,   481,   482,   483,   261,     1,     8,
2302 <       9,    12,    19,    28,    32,    33,    39,    43,    44,    45,
2303 <      47,    53,    72,    73,    77,    84,    88,    89,    90,    93,
2304 <      96,    97,   106,   112,   113,   115,   116,   117,   118,   119,
2305 <     130,   139,   141,   142,   144,   147,   148,   151,   162,   181,
2306 <     183,   187,   191,   192,   193,   194,   195,   199,   200,   208,
2307 <     240,   242,   248,   253,   258,   495,   496,   497,   498,   499,
2308 <     500,   501,   502,   503,   504,   505,   506,   507,   508,   509,
2309 <     510,   511,   512,   513,   514,   515,   516,   517,   518,   519,
2310 <     520,   521,   522,   523,   524,   525,   526,   527,   528,   529,
2311 <     530,   531,   532,   533,   534,   535,   536,   537,   538,   539,
2312 <     540,   541,   542,   543,   544,   545,   546,   550,   554,   555,
2313 <     556,   557,   558,   261,   261,   261,   261,     1,    57,    58,
2314 <      59,    60,    61,    62,    63,    64,   105,   140,   218,   252,
2315 <     297,   298,   299,   300,   301,   302,   303,   304,   305,   306,
2316 <     307,   308,   309,   310,     1,   120,   150,   272,   273,   274,
2317 <     275,   155,   313,   317,   261,     1,    41,    56,    78,    80,
2318 <      82,    83,   101,   597,   598,   599,   600,   601,   602,   603,
2319 <     604,   605,     1,    37,    86,   122,   124,   125,   167,   169,
2320 <     182,   226,   254,   255,   277,   278,   279,   280,   281,   282,
2321 <     283,   284,   285,   286,   287,   288,   289,   261,   261,   259,
2322 <     262,   262,   262,   260,   292,   262,   262,   262,   262,   262,
2323 <     262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
2324 <     262,   262,   262,   260,   577,   261,   261,     1,    91,   157,
2325 <     476,   477,   478,   479,   262,   260,   482,     1,   122,   157,
2326 <     186,   486,   490,   491,   492,   493,   262,   262,   262,   262,
2327 <     262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
2328 <     262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
2329 <     262,   262,   262,   262,   262,   262,   262,   262,   262,   551,
2330 <     262,   547,   262,   262,   262,   262,   262,   262,   262,   262,
2331 <     262,   262,   262,   262,   262,   262,   262,   262,   262,   262,
2332 <     262,   262,   260,   496,     1,     4,    46,    49,   104,   122,
2333 <     247,   561,   562,   563,   564,   565,   569,   570,   571,     1,
2334 <      20,    26,    50,    51,    55,    69,    76,    95,   123,   131,
2335 <     149,   158,   159,   189,   190,   247,   383,   384,   385,   386,
2336 <     387,   388,   389,   390,   397,   398,   399,   400,   401,   402,
2337 <     403,   404,   405,   406,     1,   157,   186,   247,   466,   470,
2338 <     471,   472,   473,     1,    55,    85,    91,   154,   369,   373,
2339 <     374,   375,   379,   380,   259,   262,   262,   262,   262,   262,
2340 <     262,   262,   262,   262,   262,   262,   262,   260,   298,   259,
2341 <     262,   262,   260,   273,   261,     1,    22,   126,   157,   409,
2342 <     410,   411,   412,   413,   262,   262,   262,   262,   262,   262,
2343 <     262,   260,   598,   259,   262,   262,   262,   262,   262,   262,
2344 <     262,   262,   262,   262,   262,   260,   278,     1,   122,   186,
2345 <     247,   416,   417,   418,   419,   420,     1,   122,   186,   426,
2346 <     427,   428,   429,   155,   155,   155,   259,   196,   133,   133,
2347 <     196,   196,   133,   268,   268,   133,   133,   196,   196,   133,
2348 <     268,   196,   196,   196,   196,   196,   259,     1,    23,    24,
2349 <      30,   109,   110,   111,   114,   122,   135,   136,   152,   153,
2350 <     177,   351,   352,   353,   355,   356,   357,   358,   359,   360,
2351 <     361,   362,   363,   364,   365,   366,     1,     3,     6,    10,
2352 <      25,    26,    27,    31,    50,    54,    55,    85,    87,   100,
2353 <     122,   154,   168,   178,   241,   254,   436,   437,   438,   440,
2354 <     441,   442,   443,   444,   445,   446,   447,   454,   455,   456,
2355 <     457,   458,   459,   460,   461,   462,   463,   262,   262,   260,
2356 <     477,   155,   259,   262,   262,   487,   260,   491,   196,   268,
2357 <     196,   268,   133,   155,   133,   196,   196,   196,   133,   155,
2358 <     196,   133,   133,   133,   196,   268,   196,   196,   133,   155,
2359 <     196,   133,   133,   268,   133,   133,   155,   133,   133,   196,
2360 <     196,   262,   196,   262,   268,   268,   196,   268,   155,   196,
2361 <     196,   196,   196,   197,   196,   197,   196,   196,   268,   268,
2362 <     133,   270,   268,   196,   196,   196,   196,   259,   572,   262,
2363 <     262,   566,   262,   262,   260,   562,   259,   262,   262,   262,
2364 <     262,   391,   262,   262,   262,   262,   262,   262,   262,   262,
2365 <     262,   262,   262,   260,   384,   262,   467,   262,   260,   471,
2366 <     259,   370,   262,   262,   262,   260,   374,   155,   155,   155,
2367 <     155,   155,   155,   155,   155,   219,   220,   221,   222,   223,
2368 <     224,   225,   155,   155,   196,   259,   155,   155,   259,     1,
2369 <       5,    26,    38,    50,    55,    67,    74,    79,    81,    94,
2370 <     122,   127,   149,   161,   163,   164,   168,   228,   235,   246,
2371 <     247,   256,   314,   315,   316,   318,   319,   320,   321,   322,
2372 <     323,   327,   328,   329,   330,   331,   332,   333,   334,   335,
2373 <     336,   337,   338,   339,   340,   341,   259,   262,   262,   262,
2374 <     260,   410,   196,   196,   196,   155,   196,   196,   268,   259,
2375 <     155,   196,   155,   155,   155,   155,   155,   155,   133,   155,
2376 <     155,   259,   259,   262,   421,   262,   260,   417,   259,   262,
2377 <     430,   260,   427,   259,   259,   259,   259,   259,   259,   259,
2378 <     259,   172,   173,   174,   175,   176,   267,   268,   259,   259,
2379 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2380 <     259,   259,   262,   262,   262,   262,   262,   262,   262,   262,
2381 <     262,   262,   262,   262,   262,   260,   352,   259,   262,   262,
2382 <     262,   262,   262,   262,   262,   262,   262,   448,   262,   262,
2383 <     262,   262,   262,   262,   262,   262,   262,   260,   437,   155,
2384 <     155,   259,   259,   155,   155,   262,   259,   259,   259,   259,
2385 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2386 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2387 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2388 <     203,   204,   205,   206,   207,   209,   210,   212,   213,   214,
2389 <     217,   227,   228,   229,   231,   232,   233,   236,   239,   552,
2390 <     553,   259,   203,   204,   205,   206,   207,   209,   210,   212,
2391 <     213,   214,   217,   227,   228,   229,   231,   232,   233,   236,
2392 <     239,   548,   549,   259,   259,   259,   259,   259,   259,   259,
2393 <     259,   259,   259,   259,   259,   259,   259,   259,   259,    14,
2394 <      15,    16,   269,   270,   259,   259,   259,   259,   259,   259,
2395 <     262,   268,   196,   262,   155,   155,   259,   196,   155,   196,
2396 <     196,   262,   196,   196,   196,   196,   196,   155,   133,   155,
2397 <     155,   196,   155,   259,   155,   262,   155,   259,   262,   155,
2398 <     155,   133,   377,   378,   259,   259,   259,   259,   259,   259,
2399 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2400 <     259,   259,   259,   259,   259,   259,   262,   262,   262,   262,
2401 <     342,   262,   262,   262,   262,   262,   262,   262,   262,   262,
2402 <     262,   262,   262,   262,   324,   262,   262,   262,   260,   315,
2403 <     155,   155,   155,   259,   259,   259,   259,   259,   259,   259,
2404 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2405 <     259,   259,   155,   262,   155,   259,   155,   262,   259,   267,
2406 <     267,   267,   267,   267,   133,   133,   268,   133,   133,   133,
2407 <     133,   155,   133,   133,   268,   268,   270,   259,   155,   215,
2408 <     216,   196,   155,   155,   196,   196,   196,   155,   262,   155,
2409 <     155,   155,   155,   133,   155,   155,   196,   155,   259,   259,
2410 <     259,   259,   259,   160,   488,   489,   259,   263,   259,   263,
2411 <     269,   269,   269,    11,   198,   573,   574,   259,   259,    11,
2412 <     198,   567,   568,   259,   259,   259,   259,   259,   259,   132,
2413 <     392,   393,   395,   259,   259,   259,   259,   259,   259,   259,
2414 <     259,   259,   259,   259,   259,   160,   468,   469,   259,    78,
2415 <     230,   234,   371,   372,   259,   259,   201,   263,   376,   196,
2416 <     155,   196,   196,   262,   196,   196,   196,   196,   196,   155,
2417 <     196,   155,   196,   196,   196,   155,   196,   262,   196,   155,
2418 <     196,   259,   259,   259,   259,   259,    94,   170,   202,   217,
2419 <     237,   238,   243,   244,   245,   246,   256,   422,   423,   259,
2607 <     259,    94,   170,   202,   217,   237,   238,   243,   244,   245,
2608 <     246,   256,   431,   432,   259,   259,   259,   259,   259,   259,
2609 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2610 <     259,   259,   259,   259,   259,   259,   259,   132,   449,   450,
2611 <     452,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2612 <     259,   263,   553,   549,   259,   263,   259,   263,   394,   259,
2613 <     263,    20,    21,    51,    69,    76,    95,   123,   131,   171,
2614 <     190,   396,   259,   263,   259,   263,   133,   378,   259,   259,
2615 <     259,   259,   259,   132,   343,   344,   346,   259,   259,   259,
2616 <     259,   259,   259,   259,   259,   259,   259,   259,   259,   259,
2617 <     203,   204,   205,   206,   207,   209,   210,   212,   213,   214,
2618 <     217,   227,   228,   229,   231,   232,   233,   236,   239,   325,
2619 <     326,   259,   259,   259,   259,   263,   259,   263,   451,   259,
2620 <     263,    10,    12,    27,    31,   241,   453,   489,   574,   568,
2621 <     396,   393,   469,   372,   345,   259,   263,     5,    38,    50,
2622 <      67,    74,    79,    81,    94,   127,   143,   161,   163,   164,
2623 <     228,   246,   256,   347,   259,   263,   423,   432,   453,   450,
2624 <     347,   344,   326
2289 >       0,   246,     0,     1,     5,    20,    23,    24,    29,    44,
2290 >      48,    49,    51,    57,    71,    81,    82,    98,   114,   150,
2291 >     159,   160,   163,   164,   217,   247,   252,   257,   279,   285,
2292 >     299,   317,   334,   348,   363,   370,   374,   384,   393,   413,
2293 >     423,   429,   433,   443,   503,   519,   539,   240,   241,   242,
2294 >     242,   318,   394,   424,   242,   434,   242,   504,   349,   414,
2295 >     335,   242,   242,   300,   364,   242,   242,   375,   385,   242,
2296 >       1,    30,    40,    99,   280,   281,   282,   283,   284,     1,
2297 >      27,    28,    33,    35,    77,    78,    84,    85,   105,   106,
2298 >     120,   121,   131,   140,   228,   229,   230,   520,   521,   522,
2299 >     523,   524,   525,   526,   527,   528,   529,   530,   531,   532,
2300 >     533,   534,   535,   536,   537,   538,   242,   242,   242,     1,
2301 >      70,   430,   431,   432,   242,     1,     8,     9,    18,    26,
2302 >      32,    36,    37,    39,    45,    54,    55,    59,    64,    68,
2303 >      69,    72,    75,    76,    83,    89,    90,    92,    93,    94,
2304 >      95,    96,   107,   115,   116,   117,   119,   122,   123,   126,
2305 >     137,   162,   166,   170,   171,   172,   173,   174,   178,   179,
2306 >     188,   218,   219,   221,   227,   232,   237,   444,   445,   446,
2307 >     447,   448,   449,   450,   451,   452,   453,   454,   455,   456,
2308 >     457,   458,   459,   460,   461,   462,   463,   464,   465,   466,
2309 >     467,   468,   469,   470,   471,   472,   473,   474,   475,   476,
2310 >     477,   478,   479,   480,   481,   482,   483,   484,   485,   486,
2311 >     487,   488,   489,   490,   491,   495,   499,   500,   501,   502,
2312 >     242,   242,   242,   242,     1,   231,   286,   287,   288,   289,
2313 >     290,     1,    97,   125,   253,   254,   255,   256,   242,   242,
2314 >       1,    34,    47,    60,    61,    62,    63,    80,   540,   541,
2315 >     542,   543,   544,   545,   546,   547,   548,     1,    30,    66,
2316 >      99,   101,   102,   142,   144,   145,   146,   147,   161,   187,
2317 >     199,   233,   234,   258,   259,   260,   261,   266,   267,   268,
2318 >     269,   270,   271,   272,   273,   274,   275,   276,   277,   278,
2319 >     242,   242,     1,    99,   371,   372,   373,   240,   243,   243,
2320 >     243,   241,   281,   243,   243,   243,   243,   243,   243,   243,
2321 >     243,   243,   243,   243,   243,   243,   243,   243,   243,   243,
2322 >     241,   521,     1,    21,    22,    25,    86,    87,    88,    91,
2323 >      99,   111,   112,   127,   128,   157,   319,   320,   321,   322,
2324 >     323,   324,   325,   326,   327,   328,   329,   330,   331,   332,
2325 >     333,     1,     3,     6,    23,    42,    46,    65,    67,    79,
2326 >      99,   129,   158,   187,   233,   395,   396,   397,   398,   399,
2327 >     400,   401,   402,   403,   404,   408,   409,   410,   411,   412,
2328 >       1,    70,   132,   425,   426,   427,   428,   243,   241,   431,
2329 >       1,    99,   132,   165,   435,   439,   440,   441,   442,   243,
2330 >     243,   243,   243,   243,   243,   243,   243,   243,   243,   243,
2331 >     243,   243,   243,   243,   243,   243,   243,   243,   243,   243,
2332 >     243,   243,   243,   243,   243,   243,   243,   496,   243,   492,
2333 >     243,   243,   243,   243,   243,   243,   243,   243,   243,   243,
2334 >     243,   243,   243,   243,   243,   243,   243,   243,   243,   243,
2335 >     241,   445,     1,     4,    38,    41,    82,    99,   226,   505,
2336 >     506,   507,   508,   509,   513,   514,   515,     1,    23,    42,
2337 >      46,   124,   133,   134,   168,   226,   350,   351,   352,   353,
2338 >     354,   355,   356,   360,   361,   362,     1,   132,   165,   226,
2339 >     415,   419,   420,   421,   422,     1,    46,    65,    70,   129,
2340 >     336,   340,   341,   342,   346,   347,   240,   243,   241,   287,
2341 >     239,   240,   243,   243,   241,   254,     1,    23,    42,    46,
2342 >      99,   124,   143,   208,   226,   301,   302,   303,   304,   305,
2343 >     306,   307,   308,   309,   313,     1,    20,   103,   132,   365,
2344 >     366,   367,   368,   369,   243,   243,   243,   243,   243,   243,
2345 >     243,   241,   541,   240,   243,   243,   243,   243,   243,   243,
2346 >     243,   243,   243,   243,   243,   243,   243,   243,   243,   241,
2347 >     259,     1,    99,   165,   226,   376,   377,   378,   379,   380,
2348 >       1,    99,   165,   386,   387,   388,   389,   243,   241,   372,
2349 >     130,   130,   130,   240,   109,   109,   175,   175,   109,   249,
2350 >     249,   109,   109,   175,   175,   109,   249,   175,   175,   175,
2351 >     175,   175,   240,   240,   243,   243,   243,   243,   243,   243,
2352 >     243,   243,   243,   243,   243,   243,   243,   241,   320,   240,
2353 >     243,   243,   243,   243,   405,   243,   243,   243,   243,   243,
2354 >     243,   243,   243,   241,   396,   243,   243,   241,   426,   130,
2355 >     240,   243,   243,   436,   241,   440,   175,   249,   249,   109,
2356 >     175,   175,   109,   130,   175,   109,   109,   109,   175,   175,
2357 >     175,   249,   130,   175,   109,   109,   249,   109,   109,   130,
2358 >     109,   109,   175,   175,   243,   175,   243,   249,   249,   175,
2359 >     249,   175,   175,   175,   175,   176,   175,   176,   175,   175,
2360 >     249,   249,   109,   251,   130,   249,   175,   175,   175,   175,
2361 >     240,   516,   243,   243,   510,   243,   243,   241,   506,   240,
2362 >     243,   243,   357,   243,   243,   243,   243,   243,   241,   351,
2363 >     243,   416,   243,   241,   420,   240,   337,   243,   243,   243,
2364 >     241,   341,   175,   240,   242,   130,   130,   240,   240,   243,
2365 >     243,   314,   243,   243,   243,   310,   243,   241,   302,   240,
2366 >     243,   243,   243,   241,   366,   175,   175,   175,   130,   175,
2367 >     175,   249,   240,   130,   175,   130,   130,   130,   130,   130,
2368 >     130,   148,   149,   262,   263,   148,   149,   264,   265,   130,
2369 >     130,   109,   130,   130,   240,   240,   243,   381,   243,   241,
2370 >     377,   240,   243,   390,   241,   387,   130,   240,   240,   240,
2371 >     240,   240,   240,   240,   240,   152,   153,   154,   155,   156,
2372 >     248,   249,   240,   240,   240,   240,   240,   240,   240,   240,
2373 >     240,   240,   240,   240,   240,   109,   109,   249,   109,   109,
2374 >     109,   109,   130,   109,   109,   249,   249,   251,   240,   130,
2375 >     196,   197,   130,   175,   243,   130,   130,   130,   130,   109,
2376 >     130,   130,   130,   240,   130,   130,   240,   240,   130,   130,
2377 >     243,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2378 >     240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2379 >     240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2380 >      60,   182,   183,   184,   185,   186,   189,   190,   193,   194,
2381 >     195,   198,   200,   201,   202,   204,   205,   206,   209,   215,
2382 >     497,   498,   240,    60,   182,   183,   184,   185,   186,   189,
2383 >     190,   193,   194,   195,   198,   200,   201,   202,   204,   205,
2384 >     206,   209,   215,   493,   494,   240,   240,   240,   240,   240,
2385 >     240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2386 >      13,    14,    15,   250,   251,   240,   240,   240,   240,   240,
2387 >     240,   240,   243,   249,   175,   243,   130,   130,   240,   130,
2388 >     175,   243,   130,   109,   130,   130,   130,   240,   130,   243,
2389 >     130,   240,   243,   130,   130,   109,   344,   345,   240,   240,
2390 >       1,    99,   165,   238,   291,   292,   293,   294,   295,   240,
2391 >     240,   130,   175,   243,   130,   130,   130,   243,   130,   240,
2392 >     130,   130,   130,   240,   240,   240,   240,   240,   240,   240,
2393 >     240,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2394 >     244,   240,   244,   240,   240,   240,   240,   240,   130,   243,
2395 >     130,   240,   130,   243,   240,   240,   248,   248,   248,   248,
2396 >     248,   240,   240,   240,   240,   240,   240,   240,   240,   240,
2397 >     240,   240,   240,   240,   240,   240,   240,   240,   240,    10,
2398 >      12,   207,   220,   406,   407,   240,   240,   240,   240,   240,
2399 >     240,   240,   240,   240,   240,   240,   240,   135,   437,   438,
2400 >     240,   244,   240,   244,   250,   250,   250,    11,   177,   517,
2401 >     518,   240,   240,    11,   177,   511,   512,   240,   240,   240,
2402 >     240,    19,    43,    52,    58,    74,   100,   108,   151,   169,
2403 >     358,   359,   240,   240,   240,   240,   240,   240,   135,   417,
2404 >     418,   240,    60,   203,   207,   338,   339,   240,   240,   180,
2405 >     244,   343,   240,   243,   296,   243,   241,   292,   240,   240,
2406 >       5,    31,    50,    56,    73,    97,   104,   118,   136,   138,
2407 >     139,   191,   201,   210,   214,   216,   225,   235,   315,   316,
2408 >     240,   240,   240,    60,   182,   183,   184,   185,   186,   189,
2409 >     190,   193,   194,   195,   198,   200,   201,   202,   204,   205,
2410 >     206,   209,   215,   311,   312,   240,   240,   240,   240,   263,
2411 >     265,   240,    73,   150,   181,   191,   198,   210,   212,   213,
2412 >     225,   235,   382,   383,   240,   240,    73,   150,   181,   191,
2413 >     198,   210,   212,   213,   225,   235,   391,   392,   240,   244,
2414 >     240,   244,   498,   494,   240,   244,   240,   244,   240,   244,
2415 >     240,   244,   240,   244,   109,   345,   240,   130,   243,   211,
2416 >     251,   240,   240,   244,   240,   244,   240,   244,   240,   244,
2417 >     407,   438,   518,   512,   359,   418,   339,   240,    50,    71,
2418 >      73,   114,   190,   191,   226,   297,   298,   240,   240,   316,
2419 >     312,   383,   392,   240,   244,   298
2420   };
2421  
2422   #define yyerrok         (yyerrstatus = 0)
# Line 2636 | Line 2431 | static const yytype_uint16 yystos[] =
2431  
2432   /* Like YYERROR except do call yyerror.  This remains here temporarily
2433     to ease the transition to the new meaning of YYERROR, for GCC.
2434 <   Once GCC version 2 has supplanted version 1, this can go.  */
2434 >   Once GCC version 2 has supplanted version 1, this can go.  However,
2435 >   YYFAIL appears to be in use.  Nevertheless, it is formally deprecated
2436 >   in Bison 2.4.2's NEWS entry, where a plan to phase it out is
2437 >   discussed.  */
2438  
2439   #define YYFAIL          goto yyerrlab
2440 + #if defined YYFAIL
2441 +  /* This is here to suppress warnings from the GCC cpp's
2442 +     -Wunused-macros.  Normally we don't worry about that warning, but
2443 +     some users do, and we want to make it easy for users to remove
2444 +     YYFAIL uses, which will produce warnings from Bison 2.5.  */
2445 + #endif
2446  
2447   #define YYRECOVERING()  (!!yyerrstatus)
2448  
# Line 2648 | Line 2452 | do                                                             \
2452      {                                                           \
2453        yychar = (Token);                                         \
2454        yylval = (Value);                                         \
2651      yytoken = YYTRANSLATE (yychar);                           \
2455        YYPOPSTACK (1);                                           \
2456        goto yybackup;                                            \
2457      }                                                           \
# Line 2690 | Line 2493 | while (YYID (0))
2493   #endif
2494  
2495  
2496 < /* YY_LOCATION_PRINT -- Print the location on the stream.
2694 <   This macro was not mandated originally: define only if we know
2695 <   we won't break user code: when these are the locations we know.  */
2496 > /* This macro is provided for backward compatibility. */
2497  
2498   #ifndef YY_LOCATION_PRINT
2499 < # if YYLTYPE_IS_TRIVIAL
2699 < #  define YY_LOCATION_PRINT(File, Loc)                  \
2700 <     fprintf (File, "%d.%d-%d.%d",                      \
2701 <              (Loc).first_line, (Loc).first_column,     \
2702 <              (Loc).last_line,  (Loc).last_column)
2703 < # else
2704 < #  define YY_LOCATION_PRINT(File, Loc) ((void) 0)
2705 < # endif
2499 > # define YY_LOCATION_PRINT(File, Loc) ((void) 0)
2500   #endif
2501  
2502  
# Line 2806 | Line 2600 | yy_symbol_print (yyoutput, yytype, yyval
2600   #if (defined __STDC__ || defined __C99__FUNC__ \
2601       || defined __cplusplus || defined _MSC_VER)
2602   static void
2603 < yy_stack_print (yytype_int16 *bottom, yytype_int16 *top)
2603 > yy_stack_print (yytype_int16 *yybottom, yytype_int16 *yytop)
2604   #else
2605   static void
2606 < yy_stack_print (bottom, top)
2607 <    yytype_int16 *bottom;
2608 <    yytype_int16 *top;
2606 > yy_stack_print (yybottom, yytop)
2607 >    yytype_int16 *yybottom;
2608 >    yytype_int16 *yytop;
2609   #endif
2610   {
2611    YYFPRINTF (stderr, "Stack now");
2612 <  for (; bottom <= top; ++bottom)
2613 <    YYFPRINTF (stderr, " %d", *bottom);
2612 >  for (; yybottom <= yytop; yybottom++)
2613 >    {
2614 >      int yybot = *yybottom;
2615 >      YYFPRINTF (stderr, " %d", yybot);
2616 >    }
2617    YYFPRINTF (stderr, "\n");
2618   }
2619  
# Line 2850 | Line 2647 | yy_reduce_print (yyvsp, yyrule)
2647    /* The symbols being reduced.  */
2648    for (yyi = 0; yyi < yynrhs; yyi++)
2649      {
2650 <      fprintf (stderr, "   $%d = ", yyi + 1);
2650 >      YYFPRINTF (stderr, "   $%d = ", yyi + 1);
2651        yy_symbol_print (stderr, yyrhs[yyprhs[yyrule] + yyi],
2652                         &(yyvsp[(yyi + 1) - (yynrhs)])
2653                                         );
2654 <      fprintf (stderr, "\n");
2654 >      YYFPRINTF (stderr, "\n");
2655      }
2656   }
2657  
# Line 2891 | Line 2688 | int yydebug;
2688   # define YYMAXDEPTH 10000
2689   #endif
2690  
2894
2691  
2692   #if YYERROR_VERBOSE
2693  
# Line 2994 | Line 2790 | yytnamerr (char *yyres, const char *yyst
2790   }
2791   # endif
2792  
2793 < /* Copy into YYRESULT an error message about the unexpected token
2794 <   YYCHAR while in state YYSTATE.  Return the number of bytes copied,
2795 <   including the terminating null byte.  If YYRESULT is null, do not
2796 <   copy anything; just return the number of bytes that would be
2797 <   copied.  As a special case, return 0 if an ordinary "syntax error"
2798 <   message will do.  Return YYSIZE_MAXIMUM if overflow occurs during
2799 <   size calculation.  */
2800 < static YYSIZE_T
2801 < yysyntax_error (char *yyresult, int yystate, int yychar)
2793 > /* Copy into *YYMSG, which is of size *YYMSG_ALLOC, an error message
2794 >   about the unexpected token YYTOKEN for the state stack whose top is
2795 >   YYSSP.
2796 >
2797 >   Return 0 if *YYMSG was successfully written.  Return 1 if *YYMSG is
2798 >   not large enough to hold the message.  In that case, also set
2799 >   *YYMSG_ALLOC to the required number of bytes.  Return 2 if the
2800 >   required number of bytes is too large to store.  */
2801 > static int
2802 > yysyntax_error (YYSIZE_T *yymsg_alloc, char **yymsg,
2803 >                yytype_int16 *yyssp, int yytoken)
2804   {
2805 <  int yyn = yypact[yystate];
2805 >  YYSIZE_T yysize0 = yytnamerr (0, yytname[yytoken]);
2806 >  YYSIZE_T yysize = yysize0;
2807 >  YYSIZE_T yysize1;
2808 >  enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
2809 >  /* Internationalized format string. */
2810 >  const char *yyformat = 0;
2811 >  /* Arguments of yyformat. */
2812 >  char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
2813 >  /* Number of reported tokens (one for the "unexpected", one per
2814 >     "expected"). */
2815 >  int yycount = 0;
2816 >
2817 >  /* There are many possibilities here to consider:
2818 >     - Assume YYFAIL is not used.  It's too flawed to consider.  See
2819 >       <http://lists.gnu.org/archive/html/bison-patches/2009-12/msg00024.html>
2820 >       for details.  YYERROR is fine as it does not invoke this
2821 >       function.
2822 >     - If this state is a consistent state with a default action, then
2823 >       the only way this function was invoked is if the default action
2824 >       is an error action.  In that case, don't check for expected
2825 >       tokens because there are none.
2826 >     - The only way there can be no lookahead present (in yychar) is if
2827 >       this state is a consistent state with a default action.  Thus,
2828 >       detecting the absence of a lookahead is sufficient to determine
2829 >       that there is no unexpected or expected token to report.  In that
2830 >       case, just report a simple "syntax error".
2831 >     - Don't assume there isn't a lookahead just because this state is a
2832 >       consistent state with a default action.  There might have been a
2833 >       previous inconsistent state, consistent state with a non-default
2834 >       action, or user semantic action that manipulated yychar.
2835 >     - Of course, the expected token list depends on states to have
2836 >       correct lookahead information, and it depends on the parser not
2837 >       to perform extra reductions after fetching a lookahead from the
2838 >       scanner and before detecting a syntax error.  Thus, state merging
2839 >       (from LALR or IELR) and default reductions corrupt the expected
2840 >       token list.  However, the list is correct for canonical LR with
2841 >       one exception: it will still contain any token that will not be
2842 >       accepted due to an error action in a later state.
2843 >  */
2844 >  if (yytoken != YYEMPTY)
2845 >    {
2846 >      int yyn = yypact[*yyssp];
2847 >      yyarg[yycount++] = yytname[yytoken];
2848 >      if (!yypact_value_is_default (yyn))
2849 >        {
2850 >          /* Start YYX at -YYN if negative to avoid negative indexes in
2851 >             YYCHECK.  In other words, skip the first -YYN actions for
2852 >             this state because they are default actions.  */
2853 >          int yyxbegin = yyn < 0 ? -yyn : 0;
2854 >          /* Stay within bounds of both yycheck and yytname.  */
2855 >          int yychecklim = YYLAST - yyn + 1;
2856 >          int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2857 >          int yyx;
2858 >
2859 >          for (yyx = yyxbegin; yyx < yyxend; ++yyx)
2860 >            if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR
2861 >                && !yytable_value_is_error (yytable[yyx + yyn]))
2862 >              {
2863 >                if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
2864 >                  {
2865 >                    yycount = 1;
2866 >                    yysize = yysize0;
2867 >                    break;
2868 >                  }
2869 >                yyarg[yycount++] = yytname[yyx];
2870 >                yysize1 = yysize + yytnamerr (0, yytname[yyx]);
2871 >                if (! (yysize <= yysize1
2872 >                       && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
2873 >                  return 2;
2874 >                yysize = yysize1;
2875 >              }
2876 >        }
2877 >    }
2878  
2879 <  if (! (YYPACT_NINF < yyn && yyn <= YYLAST))
3010 <    return 0;
3011 <  else
2879 >  switch (yycount)
2880      {
2881 <      int yytype = YYTRANSLATE (yychar);
2882 <      YYSIZE_T yysize0 = yytnamerr (0, yytname[yytype]);
2883 <      YYSIZE_T yysize = yysize0;
2884 <      YYSIZE_T yysize1;
2885 <      int yysize_overflow = 0;
2886 <      enum { YYERROR_VERBOSE_ARGS_MAXIMUM = 5 };
2887 <      char const *yyarg[YYERROR_VERBOSE_ARGS_MAXIMUM];
2888 <      int yyx;
2889 <
2890 < # if 0
2891 <      /* This is so xgettext sees the translatable formats that are
2892 <         constructed on the fly.  */
2893 <      YY_("syntax error, unexpected %s");
2894 <      YY_("syntax error, unexpected %s, expecting %s");
2895 <      YY_("syntax error, unexpected %s, expecting %s or %s");
2896 <      YY_("syntax error, unexpected %s, expecting %s or %s or %s");
2897 <      YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s");
2898 < # endif
2899 <      char *yyfmt;
2900 <      char const *yyf;
2901 <      static char const yyunexpected[] = "syntax error, unexpected %s";
2902 <      static char const yyexpecting[] = ", expecting %s";
2903 <      static char const yyor[] = " or %s";
2904 <      char yyformat[sizeof yyunexpected
2905 <                    + sizeof yyexpecting - 1
2906 <                    + ((YYERROR_VERBOSE_ARGS_MAXIMUM - 2)
2907 <                       * (sizeof yyor - 1))];
2908 <      char const *yyprefix = yyexpecting;
2909 <
2910 <      /* Start YYX at -YYN if negative to avoid negative indexes in
2911 <         YYCHECK.  */
2912 <      int yyxbegin = yyn < 0 ? -yyn : 0;
2913 <
2914 <      /* Stay within bounds of both yycheck and yytname.  */
2915 <      int yychecklim = YYLAST - yyn + 1;
2916 <      int yyxend = yychecklim < YYNTOKENS ? yychecklim : YYNTOKENS;
2917 <      int yycount = 1;
2918 <
2919 <      yyarg[0] = yytname[yytype];
2920 <      yyfmt = yystpcpy (yyformat, yyunexpected);
2921 <
2922 <      for (yyx = yyxbegin; yyx < yyxend; ++yyx)
2923 <        if (yycheck[yyx + yyn] == yyx && yyx != YYTERROR)
2924 <          {
2925 <            if (yycount == YYERROR_VERBOSE_ARGS_MAXIMUM)
2926 <              {
3059 <                yycount = 1;
3060 <                yysize = yysize0;
3061 <                yyformat[sizeof yyunexpected - 1] = '\0';
3062 <                break;
3063 <              }
3064 <            yyarg[yycount++] = yytname[yyx];
3065 <            yysize1 = yysize + yytnamerr (0, yytname[yyx]);
3066 <            yysize_overflow |= (yysize1 < yysize);
3067 <            yysize = yysize1;
3068 <            yyfmt = yystpcpy (yyfmt, yyprefix);
3069 <            yyprefix = yyor;
3070 <          }
3071 <
3072 <      yyf = YY_(yyformat);
3073 <      yysize1 = yysize + yystrlen (yyf);
3074 <      yysize_overflow |= (yysize1 < yysize);
3075 <      yysize = yysize1;
3076 <
3077 <      if (yysize_overflow)
3078 <        return YYSIZE_MAXIMUM;
3079 <
3080 <      if (yyresult)
3081 <        {
3082 <          /* Avoid sprintf, as that infringes on the user's name space.
3083 <             Don't have undefined behavior even if the translation
3084 <             produced a string with the wrong number of "%s"s.  */
3085 <          char *yyp = yyresult;
3086 <          int yyi = 0;
3087 <          while ((*yyp = *yyf) != '\0')
3088 <            {
3089 <              if (*yyp == '%' && yyf[1] == 's' && yyi < yycount)
3090 <                {
3091 <                  yyp += yytnamerr (yyp, yyarg[yyi++]);
3092 <                  yyf += 2;
3093 <                }
3094 <              else
3095 <                {
3096 <                  yyp++;
3097 <                  yyf++;
3098 <                }
3099 <            }
3100 <        }
3101 <      return yysize;
3102 <    }
2881 > # define YYCASE_(N, S)                      \
2882 >      case N:                               \
2883 >        yyformat = S;                       \
2884 >      break
2885 >      YYCASE_(0, YY_("syntax error"));
2886 >      YYCASE_(1, YY_("syntax error, unexpected %s"));
2887 >      YYCASE_(2, YY_("syntax error, unexpected %s, expecting %s"));
2888 >      YYCASE_(3, YY_("syntax error, unexpected %s, expecting %s or %s"));
2889 >      YYCASE_(4, YY_("syntax error, unexpected %s, expecting %s or %s or %s"));
2890 >      YYCASE_(5, YY_("syntax error, unexpected %s, expecting %s or %s or %s or %s"));
2891 > # undef YYCASE_
2892 >    }
2893 >
2894 >  yysize1 = yysize + yystrlen (yyformat);
2895 >  if (! (yysize <= yysize1 && yysize1 <= YYSTACK_ALLOC_MAXIMUM))
2896 >    return 2;
2897 >  yysize = yysize1;
2898 >
2899 >  if (*yymsg_alloc < yysize)
2900 >    {
2901 >      *yymsg_alloc = 2 * yysize;
2902 >      if (! (yysize <= *yymsg_alloc
2903 >             && *yymsg_alloc <= YYSTACK_ALLOC_MAXIMUM))
2904 >        *yymsg_alloc = YYSTACK_ALLOC_MAXIMUM;
2905 >      return 1;
2906 >    }
2907 >
2908 >  /* Avoid sprintf, as that infringes on the user's name space.
2909 >     Don't have undefined behavior even if the translation
2910 >     produced a string with the wrong number of "%s"s.  */
2911 >  {
2912 >    char *yyp = *yymsg;
2913 >    int yyi = 0;
2914 >    while ((*yyp = *yyformat) != '\0')
2915 >      if (*yyp == '%' && yyformat[1] == 's' && yyi < yycount)
2916 >        {
2917 >          yyp += yytnamerr (yyp, yyarg[yyi++]);
2918 >          yyformat += 2;
2919 >        }
2920 >      else
2921 >        {
2922 >          yyp++;
2923 >          yyformat++;
2924 >        }
2925 >  }
2926 >  return 0;
2927   }
2928   #endif /* YYERROR_VERBOSE */
3105
2929  
2930   /*-----------------------------------------------.
2931   | Release the memory associated to this symbol.  |
# Line 3134 | Line 2957 | yydestruct (yymsg, yytype, yyvaluep)
2957          break;
2958      }
2959   }
3137
2960  
3139 /* Prevent warnings from -Wmissing-prototypes.  */
2961  
2962 + /* Prevent warnings from -Wmissing-prototypes.  */
2963   #ifdef YYPARSE_PARAM
2964   #if defined __STDC__ || defined __cplusplus
2965   int yyparse (void *YYPARSE_PARAM);
# Line 3153 | Line 2975 | int yyparse ();
2975   #endif /* ! YYPARSE_PARAM */
2976  
2977  
2978 <
3157 < /* The look-ahead symbol.  */
2978 > /* The lookahead symbol.  */
2979   int yychar;
2980  
2981 < /* The semantic value of the look-ahead symbol.  */
2981 > /* The semantic value of the lookahead symbol.  */
2982   YYSTYPE yylval;
2983  
2984   /* Number of syntax errors so far.  */
2985   int yynerrs;
2986  
2987  
3167
2988   /*----------.
2989   | yyparse.  |
2990   `----------*/
# Line 3191 | Line 3011 | yyparse ()
3011   #endif
3012   #endif
3013   {
3014 <  
3015 <  int yystate;
3014 >    int yystate;
3015 >    /* Number of tokens to shift before error messages enabled.  */
3016 >    int yyerrstatus;
3017 >
3018 >    /* The stacks and their tools:
3019 >       `yyss': related to states.
3020 >       `yyvs': related to semantic values.
3021 >
3022 >       Refer to the stacks thru separate pointers, to allow yyoverflow
3023 >       to reallocate them elsewhere.  */
3024 >
3025 >    /* The state stack.  */
3026 >    yytype_int16 yyssa[YYINITDEPTH];
3027 >    yytype_int16 *yyss;
3028 >    yytype_int16 *yyssp;
3029 >
3030 >    /* The semantic value stack.  */
3031 >    YYSTYPE yyvsa[YYINITDEPTH];
3032 >    YYSTYPE *yyvs;
3033 >    YYSTYPE *yyvsp;
3034 >
3035 >    YYSIZE_T yystacksize;
3036 >
3037    int yyn;
3038    int yyresult;
3039 <  /* Number of tokens to shift before error messages enabled.  */
3040 <  int yyerrstatus;
3041 <  /* Look-ahead token as an internal (translated) token number.  */
3042 <  int yytoken = 0;
3039 >  /* Lookahead token as an internal (translated) token number.  */
3040 >  int yytoken;
3041 >  /* The variables used to return semantic value and location from the
3042 >     action routines.  */
3043 >  YYSTYPE yyval;
3044 >
3045   #if YYERROR_VERBOSE
3046    /* Buffer for error messages, and its allocated size.  */
3047    char yymsgbuf[128];
# Line 3206 | Line 3049 | yyparse ()
3049    YYSIZE_T yymsg_alloc = sizeof yymsgbuf;
3050   #endif
3051  
3209  /* Three stacks and their tools:
3210     `yyss': related to states,
3211     `yyvs': related to semantic values,
3212     `yyls': related to locations.
3213
3214     Refer to the stacks thru separate pointers, to allow yyoverflow
3215     to reallocate them elsewhere.  */
3216
3217  /* The state stack.  */
3218  yytype_int16 yyssa[YYINITDEPTH];
3219  yytype_int16 *yyss = yyssa;
3220  yytype_int16 *yyssp;
3221
3222  /* The semantic value stack.  */
3223  YYSTYPE yyvsa[YYINITDEPTH];
3224  YYSTYPE *yyvs = yyvsa;
3225  YYSTYPE *yyvsp;
3226
3227
3228
3052   #define YYPOPSTACK(N)   (yyvsp -= (N), yyssp -= (N))
3053  
3231  YYSIZE_T yystacksize = YYINITDEPTH;
3232
3233  /* The variables used to return semantic value and location from the
3234     action routines.  */
3235  YYSTYPE yyval;
3236
3237
3054    /* The number of symbols on the RHS of the reduced rule.
3055       Keep to zero when no symbol should be popped.  */
3056    int yylen = 0;
3057  
3058 +  yytoken = 0;
3059 +  yyss = yyssa;
3060 +  yyvs = yyvsa;
3061 +  yystacksize = YYINITDEPTH;
3062 +
3063    YYDPRINTF ((stderr, "Starting parse\n"));
3064  
3065    yystate = 0;
3066    yyerrstatus = 0;
3067    yynerrs = 0;
3068 <  yychar = YYEMPTY;             /* Cause a token to be read.  */
3068 >  yychar = YYEMPTY; /* Cause a token to be read.  */
3069  
3070    /* Initialize stack pointers.
3071       Waste one element of value and location stack
3072       so that they stay on the same level as the state stack.
3073       The wasted elements are never initialized.  */
3253
3074    yyssp = yyss;
3075    yyvsp = yyvs;
3076  
# Line 3280 | Line 3100 | yyparse ()
3100          YYSTYPE *yyvs1 = yyvs;
3101          yytype_int16 *yyss1 = yyss;
3102  
3283
3103          /* Each stack pointer address is followed by the size of the
3104             data in use in that stack, in bytes.  This used to be a
3105             conditional around just the two extra args, but that might
# Line 3288 | Line 3107 | yyparse ()
3107          yyoverflow (YY_("memory exhausted"),
3108                      &yyss1, yysize * sizeof (*yyssp),
3109                      &yyvs1, yysize * sizeof (*yyvsp),
3291
3110                      &yystacksize);
3111  
3112          yyss = yyss1;
# Line 3311 | Line 3129 | yyparse ()
3129            (union yyalloc *) YYSTACK_ALLOC (YYSTACK_BYTES (yystacksize));
3130          if (! yyptr)
3131            goto yyexhaustedlab;
3132 <        YYSTACK_RELOCATE (yyss);
3133 <        YYSTACK_RELOCATE (yyvs);
3316 <
3132 >        YYSTACK_RELOCATE (yyss_alloc, yyss);
3133 >        YYSTACK_RELOCATE (yyvs_alloc, yyvs);
3134   #  undef YYSTACK_RELOCATE
3135          if (yyss1 != yyssa)
3136            YYSTACK_FREE (yyss1);
# Line 3324 | Line 3141 | yyparse ()
3141        yyssp = yyss + yysize - 1;
3142        yyvsp = yyvs + yysize - 1;
3143  
3327
3144        YYDPRINTF ((stderr, "Stack size increased to %lu\n",
3145                    (unsigned long int) yystacksize));
3146  
# Line 3334 | Line 3150 | yyparse ()
3150  
3151    YYDPRINTF ((stderr, "Entering state %d\n", yystate));
3152  
3153 +  if (yystate == YYFINAL)
3154 +    YYACCEPT;
3155 +
3156    goto yybackup;
3157  
3158   /*-----------.
# Line 3342 | Line 3161 | yyparse ()
3161   yybackup:
3162  
3163    /* Do appropriate processing given the current state.  Read a
3164 <     look-ahead token if we need one and don't already have one.  */
3164 >     lookahead token if we need one and don't already have one.  */
3165  
3166 <  /* First try to decide what to do without reference to look-ahead token.  */
3166 >  /* First try to decide what to do without reference to lookahead token.  */
3167    yyn = yypact[yystate];
3168 <  if (yyn == YYPACT_NINF)
3168 >  if (yypact_value_is_default (yyn))
3169      goto yydefault;
3170  
3171 <  /* Not known => get a look-ahead token if don't already have one.  */
3171 >  /* Not known => get a lookahead token if don't already have one.  */
3172  
3173 <  /* YYCHAR is either YYEMPTY or YYEOF or a valid look-ahead symbol.  */
3173 >  /* YYCHAR is either YYEMPTY or YYEOF or a valid lookahead symbol.  */
3174    if (yychar == YYEMPTY)
3175      {
3176        YYDPRINTF ((stderr, "Reading a token: "));
# Line 3377 | Line 3196 | yybackup:
3196    yyn = yytable[yyn];
3197    if (yyn <= 0)
3198      {
3199 <      if (yyn == 0 || yyn == YYTABLE_NINF)
3200 <        goto yyerrlab;
3199 >      if (yytable_value_is_error (yyn))
3200 >        goto yyerrlab;
3201        yyn = -yyn;
3202        goto yyreduce;
3203      }
3204  
3386  if (yyn == YYFINAL)
3387    YYACCEPT;
3388
3205    /* Count tokens shifted since error; after three, turn off error
3206       status.  */
3207    if (yyerrstatus)
3208      yyerrstatus--;
3209  
3210 <  /* Shift the look-ahead token.  */
3210 >  /* Shift the lookahead token.  */
3211    YY_SYMBOL_PRINT ("Shifting", yytoken, &yylval, &yylloc);
3212  
3213 <  /* Discard the shifted token unless it is eof.  */
3214 <  if (yychar != YYEOF)
3399 <    yychar = YYEMPTY;
3213 >  /* Discard the shifted token.  */
3214 >  yychar = YYEMPTY;
3215  
3216    yystate = yyn;
3217    *++yyvsp = yylval;
# Line 3435 | Line 3250 | yyreduce:
3250    YY_REDUCE_PRINT (yyn);
3251    switch (yyn)
3252      {
3253 <        case 26:
3254 < #line 426 "ircd_parser.y"
3253 >        case 27:
3254 >
3255 > /* Line 1806 of yacc.c  */
3256 > #line 383 "conf_parser.y"
3257      { (yyval.number) = 0; }
3258      break;
3259  
3260 <  case 28:
3261 < #line 428 "ircd_parser.y"
3260 >  case 29:
3261 >
3262 > /* Line 1806 of yacc.c  */
3263 > #line 385 "conf_parser.y"
3264      {
3265                          (yyval.number) = (yyvsp[(1) - (2)].number) + (yyvsp[(2) - (2)].number);
3266                  }
3267      break;
3268  
3269 <  case 29:
3270 < #line 432 "ircd_parser.y"
3269 >  case 30:
3270 >
3271 > /* Line 1806 of yacc.c  */
3272 > #line 389 "conf_parser.y"
3273      {
3274                          (yyval.number) = (yyvsp[(1) - (3)].number) + (yyvsp[(3) - (3)].number);
3275                  }
3276      break;
3277  
3278 <  case 30:
3279 < #line 436 "ircd_parser.y"
3278 >  case 31:
3279 >
3280 > /* Line 1806 of yacc.c  */
3281 > #line 393 "conf_parser.y"
3282      {
3283                          (yyval.number) = (yyvsp[(1) - (3)].number) * 60 + (yyvsp[(3) - (3)].number);
3284                  }
3285      break;
3286  
3287 <  case 31:
3288 < #line 440 "ircd_parser.y"
3287 >  case 32:
3288 >
3289 > /* Line 1806 of yacc.c  */
3290 > #line 397 "conf_parser.y"
3291      {
3292                          (yyval.number) = (yyvsp[(1) - (3)].number) * 60 * 60 + (yyvsp[(3) - (3)].number);
3293                  }
3294      break;
3295  
3296 <  case 32:
3297 < #line 444 "ircd_parser.y"
3296 >  case 33:
3297 >
3298 > /* Line 1806 of yacc.c  */
3299 > #line 401 "conf_parser.y"
3300      {
3301                          (yyval.number) = (yyvsp[(1) - (3)].number) * 60 * 60 * 24 + (yyvsp[(3) - (3)].number);
3302                  }
3303      break;
3304  
3305 <  case 33:
3306 < #line 448 "ircd_parser.y"
3305 >  case 34:
3306 >
3307 > /* Line 1806 of yacc.c  */
3308 > #line 405 "conf_parser.y"
3309      {
3310                          (yyval.number) = (yyvsp[(1) - (3)].number) * 60 * 60 * 24 * 7 + (yyvsp[(3) - (3)].number);
3311                  }
3312      break;
3313  
3314 <  case 34:
3315 < #line 453 "ircd_parser.y"
3314 >  case 35:
3315 >
3316 > /* Line 1806 of yacc.c  */
3317 > #line 410 "conf_parser.y"
3318      { (yyval.number) = 0; }
3319      break;
3320  
3321 <  case 36:
3322 < #line 454 "ircd_parser.y"
3321 >  case 37:
3322 >
3323 > /* Line 1806 of yacc.c  */
3324 > #line 411 "conf_parser.y"
3325      { (yyval.number) = (yyvsp[(1) - (2)].number) + (yyvsp[(2) - (2)].number); }
3326      break;
3327  
3328 <  case 37:
3329 < #line 455 "ircd_parser.y"
3328 >  case 38:
3329 >
3330 > /* Line 1806 of yacc.c  */
3331 > #line 412 "conf_parser.y"
3332      { (yyval.number) = (yyvsp[(1) - (3)].number) + (yyvsp[(3) - (3)].number); }
3333      break;
3334  
3335 <  case 38:
3336 < #line 456 "ircd_parser.y"
3335 >  case 39:
3336 >
3337 > /* Line 1806 of yacc.c  */
3338 > #line 413 "conf_parser.y"
3339      { (yyval.number) = (yyvsp[(1) - (3)].number) * 1024 + (yyvsp[(3) - (3)].number); }
3340      break;
3341  
3342 <  case 39:
3343 < #line 457 "ircd_parser.y"
3342 >  case 40:
3343 >
3344 > /* Line 1806 of yacc.c  */
3345 > #line 414 "conf_parser.y"
3346      { (yyval.number) = (yyvsp[(1) - (3)].number) * 1024 * 1024 + (yyvsp[(3) - (3)].number); }
3347      break;
3348  
3349 <  case 46:
3350 < #line 471 "ircd_parser.y"
3349 >  case 47:
3350 >
3351 > /* Line 1806 of yacc.c  */
3352 > #line 428 "conf_parser.y"
3353      {
3354 < #ifndef STATIC_MODULES /* NOOP in the static case */
3355 <  if (ypass == 2)
3356 <  {
3357 <    char *m_bn;
3354 >  if (conf_parser_ctx.pass == 2)
3355 >    add_conf_module(libio_basename(yylval.string));
3356 > }
3357 >    break;
3358  
3359 <    m_bn = basename(yylval.string);
3359 >  case 48:
3360  
3361 <    /* I suppose we should just ignore it if it is already loaded(since
3362 <     * otherwise we would flood the opers on rehash) -A1kmm.
3363 <     */
3364 <    add_conf_module(yylval.string);
3365 <  }
3361 > /* Line 1806 of yacc.c  */
3362 > #line 434 "conf_parser.y"
3363 >    {
3364 >  if (conf_parser_ctx.pass == 2)
3365 >    mod_add_path(yylval.string);
3366 > }
3367 >    break;
3368 >
3369 >  case 72:
3370 >
3371 > /* Line 1806 of yacc.c  */
3372 > #line 459 "conf_parser.y"
3373 >    {
3374 > #ifdef HAVE_LIBCRYPTO
3375 >  if (conf_parser_ctx.pass == 2 && ServerInfo.client_ctx)
3376 >    SSL_CTX_clear_options(ServerInfo.client_ctx, SSL_OP_NO_SSLv3);
3377   #endif
3378   }
3379      break;
3380  
3381 <  case 47:
3382 < #line 488 "ircd_parser.y"
3381 >  case 73:
3382 >
3383 > /* Line 1806 of yacc.c  */
3384 > #line 465 "conf_parser.y"
3385      {
3386 < #ifndef STATIC_MODULES
3387 <  if (ypass == 2)
3388 <    mod_add_path(yylval.string);
3386 > #ifdef HAVE_LIBCRYPTO
3387 >  if (conf_parser_ctx.pass == 2 && ServerInfo.client_ctx)
3388 >    SSL_CTX_clear_options(ServerInfo.client_ctx, SSL_OP_NO_TLSv1);
3389   #endif
3390   }
3391      break;
3392  
3393 <  case 63:
3394 < #line 512 "ircd_parser.y"
3393 >  case 76:
3394 >
3395 > /* Line 1806 of yacc.c  */
3396 > #line 474 "conf_parser.y"
3397      {
3398   #ifdef HAVE_LIBCRYPTO
3399 <  if (ypass == 2 && ServerInfo.ctx)
3399 >  if (conf_parser_ctx.pass == 2 && ServerInfo.server_ctx)
3400 >    SSL_CTX_clear_options(ServerInfo.server_ctx, SSL_OP_NO_SSLv3);
3401 > #endif
3402 > }
3403 >    break;
3404 >
3405 >  case 77:
3406 >
3407 > /* Line 1806 of yacc.c  */
3408 > #line 480 "conf_parser.y"
3409 >    {
3410 > #ifdef HAVE_LIBCRYPTO
3411 >  if (conf_parser_ctx.pass == 2 && ServerInfo.server_ctx)
3412 >    SSL_CTX_clear_options(ServerInfo.server_ctx, SSL_OP_NO_TLSv1);
3413 > #endif
3414 > }
3415 >    break;
3416 >
3417 >  case 78:
3418 >
3419 > /* Line 1806 of yacc.c  */
3420 > #line 488 "conf_parser.y"
3421 >    {
3422 > #ifdef HAVE_LIBCRYPTO
3423 >  if (conf_parser_ctx.pass == 2 && ServerInfo.server_ctx)
3424    {
3425      if (!ServerInfo.rsa_private_key_file)
3426      {
# Line 3548 | Line 3428 | yyreduce:
3428        break;
3429      }
3430  
3431 <    if (SSL_CTX_use_certificate_file(ServerInfo.ctx,
3432 <      yylval.string, SSL_FILETYPE_PEM) <= 0)
3431 >    if (SSL_CTX_use_certificate_file(ServerInfo.server_ctx, yylval.string,
3432 >                                     SSL_FILETYPE_PEM) <= 0 ||
3433 >        SSL_CTX_use_certificate_file(ServerInfo.client_ctx, yylval.string,
3434 >                                     SSL_FILETYPE_PEM) <= 0)
3435      {
3436        yyerror(ERR_lib_error_string(ERR_get_error()));
3437        break;
3438      }
3439  
3440 <    if (SSL_CTX_use_PrivateKey_file(ServerInfo.ctx,
3441 <      ServerInfo.rsa_private_key_file, SSL_FILETYPE_PEM) <= 0)
3440 >    if (SSL_CTX_use_PrivateKey_file(ServerInfo.server_ctx, ServerInfo.rsa_private_key_file,
3441 >                                    SSL_FILETYPE_PEM) <= 0 ||
3442 >        SSL_CTX_use_PrivateKey_file(ServerInfo.client_ctx, ServerInfo.rsa_private_key_file,
3443 >                                    SSL_FILETYPE_PEM) <= 0)
3444      {
3445        yyerror(ERR_lib_error_string(ERR_get_error()));
3446        break;
3447      }
3448  
3449 <    if (!SSL_CTX_check_private_key(ServerInfo.ctx))
3449 >    if (!SSL_CTX_check_private_key(ServerInfo.server_ctx) ||
3450 >        !SSL_CTX_check_private_key(ServerInfo.client_ctx))
3451      {
3452 <      yyerror("RSA private key does not match the SSL certificate public key!");
3452 >      yyerror(ERR_lib_error_string(ERR_get_error()));
3453        break;
3454      }
3455    }
# Line 3572 | Line 3457 | yyreduce:
3457   }
3458      break;
3459  
3460 <  case 64:
3461 < #line 546 "ircd_parser.y"
3460 >  case 79:
3461 >
3462 > /* Line 1806 of yacc.c  */
3463 > #line 527 "conf_parser.y"
3464      {
3465   #ifdef HAVE_LIBCRYPTO
3466 <  if (ypass == 1)
3466 >  if (conf_parser_ctx.pass == 1)
3467    {
3468      BIO *file;
3469  
# Line 3600 | Line 3487 | yyreduce:
3487        break;
3488      }
3489  
3490 <    ServerInfo.rsa_private_key = (RSA *)PEM_read_bio_RSAPrivateKey(file, NULL,
3604 <      0, NULL);
3490 >    ServerInfo.rsa_private_key = PEM_read_bio_RSAPrivateKey(file, NULL, 0, NULL);
3491  
3492      BIO_set_close(file, BIO_CLOSE);
3493      BIO_free(file);
# Line 3634 | Line 3520 | yyreduce:
3520   }
3521      break;
3522  
3523 <  case 65:
3524 < #line 606 "ircd_parser.y"
3523 >  case 80:
3524 >
3525 > /* Line 1806 of yacc.c  */
3526 > #line 586 "conf_parser.y"
3527 >    {
3528 > /* TBD - XXX: error reporting */
3529 > #ifdef HAVE_LIBCRYPTO
3530 >  if (conf_parser_ctx.pass == 2 && ServerInfo.server_ctx)
3531 >  {
3532 >    BIO *file = BIO_new_file(yylval.string, "r");
3533 >
3534 >    if (file)
3535 >    {
3536 >      DH *dh = PEM_read_bio_DHparams(file, NULL, NULL, NULL);
3537 >
3538 >      BIO_free(file);
3539 >
3540 >      if (dh)
3541 >      {
3542 >        if (DH_size(dh) < 128)
3543 >          ilog(LOG_TYPE_IRCD, "Ignoring serverinfo::ssl_dh_param_file -- need at least a 1024 bit DH prime size");
3544 >        else
3545 >          SSL_CTX_set_tmp_dh(ServerInfo.server_ctx, dh);
3546 >
3547 >        DH_free(dh);
3548 >      }
3549 >    }
3550 >  }
3551 > #endif
3552 > }
3553 >    break;
3554 >
3555 >  case 81:
3556 >
3557 > /* Line 1806 of yacc.c  */
3558 > #line 614 "conf_parser.y"
3559 >    {
3560 > #ifdef HAVE_LIBCRYPTO
3561 >  if (conf_parser_ctx.pass == 2 && ServerInfo.server_ctx)
3562 >    SSL_CTX_set_cipher_list(ServerInfo.server_ctx, yylval.string);
3563 > #endif
3564 > }
3565 >    break;
3566 >
3567 >  case 82:
3568 >
3569 > /* Line 1806 of yacc.c  */
3570 > #line 622 "conf_parser.y"
3571      {
3572    /* this isn't rehashable */
3573 <  if (ypass == 2)
3573 >  if (conf_parser_ctx.pass == 2 && !ServerInfo.name)
3574    {
3575 <    if (ServerInfo.name == NULL)
3575 >    if (valid_servname(yylval.string))
3576 >      DupString(ServerInfo.name, yylval.string);
3577 >    else
3578      {
3579 <      /* the ircd will exit() in main() if we dont set one */
3580 <      if (strlen(yylval.string) <= HOSTLEN)
3647 <        DupString(ServerInfo.name, yylval.string);
3579 >      ilog(LOG_TYPE_IRCD, "Ignoring serverinfo::name -- invalid name. Aborting.");
3580 >      exit(0);
3581      }
3582    }
3583   }
3584      break;
3585  
3586 <  case 66:
3587 < #line 620 "ircd_parser.y"
3586 >  case 83:
3587 >
3588 > /* Line 1806 of yacc.c  */
3589 > #line 637 "conf_parser.y"
3590      {
3591    /* this isn't rehashable */
3592 <  if (ypass == 2 && !ServerInfo.sid)
3592 >  if (conf_parser_ctx.pass == 2 && !ServerInfo.sid)
3593    {
3594      if (valid_sid(yylval.string))
3595        DupString(ServerInfo.sid, yylval.string);
3596      else
3597      {
3598 <      ilog(L_ERROR, "Ignoring config file entry SID -- invalid SID. Aborting.");
3598 >      ilog(LOG_TYPE_IRCD, "Ignoring serverinfo::sid -- invalid SID. Aborting.");
3599        exit(0);
3600      }
3601    }
3602   }
3603      break;
3604  
3605 <  case 67:
3606 < #line 635 "ircd_parser.y"
3605 >  case 84:
3606 >
3607 > /* Line 1806 of yacc.c  */
3608 > #line 652 "conf_parser.y"
3609      {
3610 <  if (ypass == 2)
3610 >  if (conf_parser_ctx.pass == 2)
3611    {
3612      MyFree(ServerInfo.description);
3613      DupString(ServerInfo.description,yylval.string);
# Line 3678 | Line 3615 | yyreduce:
3615   }
3616      break;
3617  
3618 <  case 68:
3619 < #line 644 "ircd_parser.y"
3618 >  case 85:
3619 >
3620 > /* Line 1806 of yacc.c  */
3621 > #line 661 "conf_parser.y"
3622      {
3623 <  if (ypass == 2)
3623 >  if (conf_parser_ctx.pass == 2)
3624    {
3625      char *p;
3626  
# Line 3694 | Line 3633 | yyreduce:
3633   }
3634      break;
3635  
3636 <  case 69:
3637 < #line 658 "ircd_parser.y"
3636 >  case 86:
3637 >
3638 > /* Line 1806 of yacc.c  */
3639 > #line 675 "conf_parser.y"
3640      {
3641 <  if (ypass == 2)
3641 >  if (conf_parser_ctx.pass == 2)
3642    {
3643      MyFree(ServerInfo.network_desc);
3644      DupString(ServerInfo.network_desc, yylval.string);
# Line 3705 | Line 3646 | yyreduce:
3646   }
3647      break;
3648  
3649 <  case 70:
3650 < #line 667 "ircd_parser.y"
3649 >  case 87:
3650 >
3651 > /* Line 1806 of yacc.c  */
3652 > #line 684 "conf_parser.y"
3653      {
3654 <  if (ypass == 2 && *yylval.string != '*')
3654 >  if (conf_parser_ctx.pass == 2 && *yylval.string != '*')
3655    {
3656      struct addrinfo hints, *res;
3657  
# Line 3718 | Line 3661 | yyreduce:
3661      hints.ai_socktype = SOCK_STREAM;
3662      hints.ai_flags    = AI_PASSIVE | AI_NUMERICHOST;
3663  
3664 <    if (irc_getaddrinfo(yylval.string, NULL, &hints, &res))
3665 <      ilog(L_ERROR, "Invalid netmask for server vhost(%s)", yylval.string);
3664 >    if (getaddrinfo(yylval.string, NULL, &hints, &res))
3665 >      ilog(LOG_TYPE_IRCD, "Invalid netmask for server vhost(%s)", yylval.string);
3666      else
3667      {
3668        assert(res != NULL);
# Line 3727 | Line 3670 | yyreduce:
3670        memcpy(&ServerInfo.ip, res->ai_addr, res->ai_addrlen);
3671        ServerInfo.ip.ss.ss_family = res->ai_family;
3672        ServerInfo.ip.ss_len = res->ai_addrlen;
3673 <      irc_freeaddrinfo(res);
3673 >      freeaddrinfo(res);
3674  
3675        ServerInfo.specific_ipv4_vhost = 1;
3676      }
# Line 3735 | Line 3678 | yyreduce:
3678   }
3679      break;
3680  
3681 <  case 71:
3682 < #line 695 "ircd_parser.y"
3681 >  case 88:
3682 >
3683 > /* Line 1806 of yacc.c  */
3684 > #line 712 "conf_parser.y"
3685      {
3686   #ifdef IPV6
3687 <  if (ypass == 2 && *yylval.string != '*')
3687 >  if (conf_parser_ctx.pass == 2 && *yylval.string != '*')
3688    {
3689      struct addrinfo hints, *res;
3690  
# Line 3749 | Line 3694 | yyreduce:
3694      hints.ai_socktype = SOCK_STREAM;
3695      hints.ai_flags    = AI_PASSIVE | AI_NUMERICHOST;
3696  
3697 <    if (irc_getaddrinfo(yylval.string, NULL, &hints, &res))
3698 <      ilog(L_ERROR, "Invalid netmask for server vhost6(%s)", yylval.string);
3697 >    if (getaddrinfo(yylval.string, NULL, &hints, &res))
3698 >      ilog(LOG_TYPE_IRCD, "Invalid netmask for server vhost6(%s)", yylval.string);
3699      else
3700      {
3701        assert(res != NULL);
# Line 3758 | Line 3703 | yyreduce:
3703        memcpy(&ServerInfo.ip6, res->ai_addr, res->ai_addrlen);
3704        ServerInfo.ip6.ss.ss_family = res->ai_family;
3705        ServerInfo.ip6.ss_len = res->ai_addrlen;
3706 <      irc_freeaddrinfo(res);
3706 >      freeaddrinfo(res);
3707  
3708        ServerInfo.specific_ipv6_vhost = 1;
3709      }
# Line 3767 | Line 3712 | yyreduce:
3712   }
3713      break;
3714  
3715 <  case 72:
3716 < #line 725 "ircd_parser.y"
3715 >  case 89:
3716 >
3717 > /* Line 1806 of yacc.c  */
3718 > #line 742 "conf_parser.y"
3719      {
3720 <  if (ypass == 2)
3720 >  if (conf_parser_ctx.pass == 2)
3721    {
3722      recalc_fdlimit(NULL);
3723  
# Line 3792 | Line 3739 | yyreduce:
3739   }
3740      break;
3741  
3742 <  case 73:
3796 < #line 748 "ircd_parser.y"
3797 <    {
3798 <  if (ypass == 2)
3799 <  {
3800 <    if (yylval.number)
3801 <    {
3802 <      ServerInfo.hub = 1;
3803 <      delete_capability("HUB");
3804 <      add_capability("HUB", CAP_HUB, 1);
3805 <    }
3806 <    else if (ServerInfo.hub)
3807 <    {
3742 >  case 90:
3743  
3744 <      ServerInfo.hub = 0;
3745 <      delete_capability("HUB");
3746 <    }
3747 <  }
3744 > /* Line 1806 of yacc.c  */
3745 > #line 765 "conf_parser.y"
3746 >    {
3747 >  if (conf_parser_ctx.pass == 2)
3748 >    ServerInfo.hub = yylval.number;
3749   }
3750      break;
3751  
3752 <  case 81:
3753 < #line 776 "ircd_parser.y"
3752 >  case 98:
3753 >
3754 > /* Line 1806 of yacc.c  */
3755 > #line 780 "conf_parser.y"
3756      {
3757 <  if (ypass == 2)
3757 >  if (conf_parser_ctx.pass == 2)
3758    {
3759      MyFree(AdminInfo.name);
3760      DupString(AdminInfo.name, yylval.string);
# Line 3824 | Line 3762 | yyreduce:
3762   }
3763      break;
3764  
3765 <  case 82:
3766 < #line 785 "ircd_parser.y"
3765 >  case 99:
3766 >
3767 > /* Line 1806 of yacc.c  */
3768 > #line 789 "conf_parser.y"
3769      {
3770 <  if (ypass == 2)
3770 >  if (conf_parser_ctx.pass == 2)
3771    {
3772      MyFree(AdminInfo.email);
3773      DupString(AdminInfo.email, yylval.string);
# Line 3835 | Line 3775 | yyreduce:
3775   }
3776      break;
3777  
3778 <  case 83:
3779 < #line 794 "ircd_parser.y"
3778 >  case 100:
3779 >
3780 > /* Line 1806 of yacc.c  */
3781 > #line 798 "conf_parser.y"
3782      {
3783 <  if (ypass == 2)
3783 >  if (conf_parser_ctx.pass == 2)
3784    {
3785      MyFree(AdminInfo.description);
3786      DupString(AdminInfo.description, yylval.string);
# Line 3846 | Line 3788 | yyreduce:
3788   }
3789      break;
3790  
3791 <  case 100:
3850 < #line 821 "ircd_parser.y"
3851 <    {
3852 <                        }
3853 <    break;
3854 <
3855 <  case 101:
3856 < #line 825 "ircd_parser.y"
3857 <    {
3858 <                        }
3859 <    break;
3791 >  case 107:
3792  
3793 <  case 102:
3794 < #line 829 "ircd_parser.y"
3793 > /* Line 1806 of yacc.c  */
3794 > #line 816 "conf_parser.y"
3795      {
3796 <  if (ypass == 2)
3797 <    strlcpy(ConfigLoggingEntry.userlog, yylval.string,
3866 <            sizeof(ConfigLoggingEntry.userlog));
3796 >  if (conf_parser_ctx.pass == 2)
3797 >    ConfigLoggingEntry.use_logging = yylval.number;
3798   }
3799      break;
3800  
3801 <  case 103:
3871 < #line 836 "ircd_parser.y"
3872 <    {
3873 <  if (ypass == 2)
3874 <    strlcpy(ConfigLoggingEntry.failed_operlog, yylval.string,
3875 <            sizeof(ConfigLoggingEntry.failed_operlog));
3876 < }
3877 <    break;
3801 >  case 108:
3802  
3803 <  case 104:
3804 < #line 843 "ircd_parser.y"
3803 > /* Line 1806 of yacc.c  */
3804 > #line 822 "conf_parser.y"
3805      {
3806 <  if (ypass == 2)
3807 <    strlcpy(ConfigLoggingEntry.operlog, yylval.string,
3808 <            sizeof(ConfigLoggingEntry.operlog));
3806 >  lfile[0] = '\0';
3807 >  ltype = 0;
3808 >  lsize = 0;
3809   }
3810      break;
3811  
3812 <  case 105:
3813 < #line 850 "ircd_parser.y"
3812 >  case 109:
3813 >
3814 > /* Line 1806 of yacc.c  */
3815 > #line 827 "conf_parser.y"
3816      {
3817 <  if (ypass == 2)
3818 <    strlcpy(ConfigLoggingEntry.operspylog, yylval.string,
3893 <            sizeof(ConfigLoggingEntry.operspylog));
3817 >  if (conf_parser_ctx.pass == 2 && ltype > 0)
3818 >    log_add_file(ltype, lsize, lfile);
3819   }
3820      break;
3821  
3822 <  case 106:
3823 < #line 857 "ircd_parser.y"
3822 >  case 116:
3823 >
3824 > /* Line 1806 of yacc.c  */
3825 > #line 839 "conf_parser.y"
3826      {
3827 <  if (ypass == 2)
3901 <    strlcpy(ConfigLoggingEntry.glinelog, yylval.string,
3902 <            sizeof(ConfigLoggingEntry.glinelog));
3827 >  strlcpy(lfile, yylval.string, sizeof(lfile));
3828   }
3829      break;
3830  
3831 <  case 107:
3832 < #line 864 "ircd_parser.y"
3831 >  case 117:
3832 >
3833 > /* Line 1806 of yacc.c  */
3834 > #line 844 "conf_parser.y"
3835      {
3836 <  if (ypass == 2)
3910 <    strlcpy(ConfigLoggingEntry.klinelog, yylval.string,
3911 <            sizeof(ConfigLoggingEntry.klinelog));
3836 >  lsize = (yyvsp[(3) - (4)].number);
3837   }
3838      break;
3839  
3840 <  case 108:
3841 < #line 871 "ircd_parser.y"
3840 >  case 118:
3841 >
3842 > /* Line 1806 of yacc.c  */
3843 > #line 847 "conf_parser.y"
3844      {
3845 <  if (ypass == 2)
3919 <    strlcpy(ConfigLoggingEntry.ioerrlog, yylval.string,
3920 <            sizeof(ConfigLoggingEntry.ioerrlog));
3845 >  lsize = 0;
3846   }
3847      break;
3848  
3849 <  case 109:
3850 < #line 878 "ircd_parser.y"
3849 >  case 119:
3850 >
3851 > /* Line 1806 of yacc.c  */
3852 > #line 852 "conf_parser.y"
3853      {
3854 <  if (ypass == 2)
3855 <    strlcpy(ConfigLoggingEntry.killlog, yylval.string,
3929 <            sizeof(ConfigLoggingEntry.killlog));
3854 >  if (conf_parser_ctx.pass == 2)
3855 >    ltype = 0;
3856   }
3857      break;
3858  
3859 <  case 110:
3934 < #line 885 "ircd_parser.y"
3935 <    {
3936 <  if (ypass == 2)
3937 <    set_log_level(L_CRIT);
3938 < }
3939 <    break;
3859 >  case 123:
3860  
3861 <  case 111:
3862 < #line 889 "ircd_parser.y"
3861 > /* Line 1806 of yacc.c  */
3862 > #line 859 "conf_parser.y"
3863      {
3864 <  if (ypass == 2)
3865 <    set_log_level(L_ERROR);
3864 >  if (conf_parser_ctx.pass == 2)
3865 >    ltype = LOG_TYPE_USER;
3866   }
3867      break;
3868  
3869 <  case 112:
3870 < #line 893 "ircd_parser.y"
3869 >  case 124:
3870 >
3871 > /* Line 1806 of yacc.c  */
3872 > #line 863 "conf_parser.y"
3873      {
3874 <  if (ypass == 2)
3875 <    set_log_level(L_WARN);
3874 >  if (conf_parser_ctx.pass == 2)
3875 >    ltype = LOG_TYPE_OPER;
3876   }
3877      break;
3878  
3879 <  case 113:
3880 < #line 897 "ircd_parser.y"
3879 >  case 125:
3880 >
3881 > /* Line 1806 of yacc.c  */
3882 > #line 867 "conf_parser.y"
3883      {
3884 <  if (ypass == 2)
3885 <    set_log_level(L_NOTICE);
3884 >  if (conf_parser_ctx.pass == 2)
3885 >    ltype = LOG_TYPE_GLINE;
3886   }
3887      break;
3888  
3889 <  case 114:
3890 < #line 901 "ircd_parser.y"
3889 >  case 126:
3890 >
3891 > /* Line 1806 of yacc.c  */
3892 > #line 871 "conf_parser.y"
3893      {
3894 <  if (ypass == 2)
3895 <    set_log_level(L_TRACE);
3894 >  if (conf_parser_ctx.pass == 2)
3895 >    ltype = LOG_TYPE_DLINE;
3896   }
3897      break;
3898  
3899 <  case 115:
3900 < #line 905 "ircd_parser.y"
3899 >  case 127:
3900 >
3901 > /* Line 1806 of yacc.c  */
3902 > #line 875 "conf_parser.y"
3903      {
3904 <  if (ypass == 2)
3905 <    set_log_level(L_INFO);
3904 >  if (conf_parser_ctx.pass == 2)
3905 >    ltype = LOG_TYPE_KLINE;
3906   }
3907      break;
3908  
3909 <  case 116:
3910 < #line 909 "ircd_parser.y"
3909 >  case 128:
3910 >
3911 > /* Line 1806 of yacc.c  */
3912 > #line 879 "conf_parser.y"
3913      {
3914 <  if (ypass == 2)
3915 <    set_log_level(L_DEBUG);
3914 >  if (conf_parser_ctx.pass == 2)
3915 >    ltype = LOG_TYPE_KILL;
3916   }
3917      break;
3918  
3919 <  case 117:
3920 < #line 915 "ircd_parser.y"
3919 >  case 129:
3920 >
3921 > /* Line 1806 of yacc.c  */
3922 > #line 883 "conf_parser.y"
3923      {
3924 <  if (ypass == 2)
3925 <    ConfigLoggingEntry.use_logging = yylval.number;
3924 >  if (conf_parser_ctx.pass == 2)
3925 >    ltype = LOG_TYPE_DEBUG;
3926   }
3927      break;
3928  
3929 <  case 118:
3930 < #line 924 "ircd_parser.y"
3929 >  case 130:
3930 >
3931 > /* Line 1806 of yacc.c  */
3932 > #line 893 "conf_parser.y"
3933      {
3934 <  if (ypass == 2)
3934 >  if (conf_parser_ctx.pass == 2)
3935    {
3936      yy_conf = make_conf_item(OPER_TYPE);
3937      yy_aconf = map_to_conf(yy_conf);
# Line 4011 | Line 3945 | yyreduce:
3945   }
3946      break;
3947  
3948 <  case 119:
3949 < #line 937 "ircd_parser.y"
3948 >  case 131:
3949 >
3950 > /* Line 1806 of yacc.c  */
3951 > #line 906 "conf_parser.y"
3952      {
3953 <  if (ypass == 2)
3953 >  if (conf_parser_ctx.pass == 2)
3954    {
3955      struct CollectItem *yy_tmp;
3956      dlink_node *ptr;
# Line 4047 | Line 3983 | yyreduce:
3983          DupString(new_aconf->host, yy_tmp->host);
3984        else
3985          DupString(new_aconf->host, "*");
3986 +
3987 +      new_aconf->type = parse_netmask(new_aconf->host, &new_aconf->addr,
3988 +                                     &new_aconf->bits);
3989 +
3990        conf_add_class_to_conf(new_conf, class_name);
3991        if (yy_aconf->passwd != NULL)
3992          DupString(new_aconf->passwd, yy_aconf->passwd);
# Line 4094 | Line 4034 | yyreduce:
4034   }
4035      break;
4036  
4037 <  case 147:
4098 < #line 1029 "ircd_parser.y"
4099 <    {
4100 <  if (ypass == 2)
4101 <  {
4102 <    if (strlen(yylval.string) > OPERNICKLEN)
4103 <      yylval.string[OPERNICKLEN] = '\0';
4104 <
4105 <    MyFree(yy_conf->name);
4106 <    DupString(yy_conf->name, yylval.string);
4107 <  }
4108 < }
4109 <    break;
4037 >  case 143:
4038  
4039 <  case 148:
4040 < #line 1041 "ircd_parser.y"
4039 > /* Line 1806 of yacc.c  */
4040 > #line 996 "conf_parser.y"
4041      {
4042 <  if (ypass == 2)
4042 >  if (conf_parser_ctx.pass == 2)
4043    {
4116    if (strlen(yylval.string) > OPERNICKLEN)
4117      yylval.string[OPERNICKLEN] = '\0';
4118
4044      MyFree(yy_conf->name);
4045      DupString(yy_conf->name, yylval.string);
4046    }
4047   }
4048      break;
4049  
4050 <  case 149:
4051 < #line 1053 "ircd_parser.y"
4050 >  case 144:
4051 >
4052 > /* Line 1806 of yacc.c  */
4053 > #line 1005 "conf_parser.y"
4054      {
4055 <  if (ypass == 2)
4055 >  if (conf_parser_ctx.pass == 2)
4056    {
4057      struct split_nuh_item nuh;
4058  
# Line 4144 | Line 4071 | yyreduce:
4071      {
4072        DupString(yy_aconf->user, userbuf);
4073        DupString(yy_aconf->host, hostbuf);
4074 +
4075 +      yy_aconf->type = parse_netmask(yy_aconf->host, &yy_aconf->addr,
4076 +                                    &yy_aconf->bits);
4077      }
4078      else
4079      {
# Line 4158 | Line 4088 | yyreduce:
4088   }
4089      break;
4090  
4091 <  case 150:
4092 < #line 1087 "ircd_parser.y"
4091 >  case 145:
4092 >
4093 > /* Line 1806 of yacc.c  */
4094 > #line 1042 "conf_parser.y"
4095      {
4096 <  if (ypass == 2)
4096 >  if (conf_parser_ctx.pass == 2)
4097    {
4098      if (yy_aconf->passwd != NULL)
4099        memset(yy_aconf->passwd, 0, strlen(yy_aconf->passwd));
# Line 4172 | Line 4104 | yyreduce:
4104   }
4105      break;
4106  
4107 <  case 151:
4108 < #line 1099 "ircd_parser.y"
4107 >  case 146:
4108 >
4109 > /* Line 1806 of yacc.c  */
4110 > #line 1054 "conf_parser.y"
4111      {
4112 <  if (ypass == 2)
4112 >  if (conf_parser_ctx.pass == 2)
4113    {
4114      if (yylval.number)
4115        SetConfEncrypted(yy_aconf);
# Line 4185 | Line 4119 | yyreduce:
4119   }
4120      break;
4121  
4122 <  case 152:
4123 < #line 1110 "ircd_parser.y"
4122 >  case 147:
4123 >
4124 > /* Line 1806 of yacc.c  */
4125 > #line 1065 "conf_parser.y"
4126      {
4127   #ifdef HAVE_LIBCRYPTO
4128 <  if (ypass == 2)
4128 >  if (conf_parser_ctx.pass == 2)
4129    {
4130      BIO *file;
4131  
# Line 4229 | Line 4165 | yyreduce:
4165   }
4166      break;
4167  
4168 <  case 153:
4169 < #line 1152 "ircd_parser.y"
4168 >  case 148:
4169 >
4170 > /* Line 1806 of yacc.c  */
4171 > #line 1107 "conf_parser.y"
4172      {
4173 <  if (ypass == 2)
4173 >  if (conf_parser_ctx.pass == 2)
4174    {
4175      MyFree(class_name);
4176      DupString(class_name, yylval.string);
# Line 4240 | Line 4178 | yyreduce:
4178   }
4179      break;
4180  
4181 <  case 154:
4182 < #line 1161 "ircd_parser.y"
4181 >  case 149:
4182 >
4183 > /* Line 1806 of yacc.c  */
4184 > #line 1116 "conf_parser.y"
4185      {
4186 <  if (ypass == 2)
4186 >  if (conf_parser_ctx.pass == 2)
4187      yy_aconf->modes = 0;
4188   }
4189      break;
4190  
4191 <  case 158:
4192 < #line 1168 "ircd_parser.y"
4191 >  case 153:
4192 >
4193 > /* Line 1806 of yacc.c  */
4194 > #line 1123 "conf_parser.y"
4195      {
4196 <  if (ypass == 2)
4196 >  if (conf_parser_ctx.pass == 2)
4197      yy_aconf->modes |= UMODE_BOTS;
4198   }
4199      break;
4200  
4201 <  case 159:
4202 < #line 1172 "ircd_parser.y"
4201 >  case 154:
4202 >
4203 > /* Line 1806 of yacc.c  */
4204 > #line 1127 "conf_parser.y"
4205      {
4206 <  if (ypass == 2)
4206 >  if (conf_parser_ctx.pass == 2)
4207      yy_aconf->modes |= UMODE_CCONN;
4208   }
4209      break;
4210  
4211 <  case 160:
4212 < #line 1176 "ircd_parser.y"
4211 >  case 155:
4212 >
4213 > /* Line 1806 of yacc.c  */
4214 > #line 1131 "conf_parser.y"
4215      {
4216 <  if (ypass == 2)
4216 >  if (conf_parser_ctx.pass == 2)
4217      yy_aconf->modes |= UMODE_CCONN_FULL;
4218   }
4219      break;
4220  
4221 <  case 161:
4222 < #line 1180 "ircd_parser.y"
4221 >  case 156:
4222 >
4223 > /* Line 1806 of yacc.c  */
4224 > #line 1135 "conf_parser.y"
4225      {
4226 <  if (ypass == 2)
4226 >  if (conf_parser_ctx.pass == 2)
4227      yy_aconf->modes |= UMODE_DEAF;
4228   }
4229      break;
4230  
4231 <  case 162:
4232 < #line 1184 "ircd_parser.y"
4231 >  case 157:
4232 >
4233 > /* Line 1806 of yacc.c  */
4234 > #line 1139 "conf_parser.y"
4235      {
4236 <  if (ypass == 2)
4236 >  if (conf_parser_ctx.pass == 2)
4237      yy_aconf->modes |= UMODE_DEBUG;
4238   }
4239      break;
4240  
4241 <  case 163:
4242 < #line 1188 "ircd_parser.y"
4241 >  case 158:
4242 >
4243 > /* Line 1806 of yacc.c  */
4244 > #line 1143 "conf_parser.y"
4245      {
4246 <  if (ypass == 2)
4246 >  if (conf_parser_ctx.pass == 2)
4247      yy_aconf->modes |= UMODE_FULL;
4248   }
4249      break;
4250  
4251 <  case 164:
4252 < #line 1192 "ircd_parser.y"
4251 >  case 159:
4252 >
4253 > /* Line 1806 of yacc.c  */
4254 > #line 1147 "conf_parser.y"
4255 >    {
4256 >  if (conf_parser_ctx.pass == 2)
4257 >    yy_aconf->modes |= UMODE_HIDDEN;
4258 > }
4259 >    break;
4260 >
4261 >  case 160:
4262 >
4263 > /* Line 1806 of yacc.c  */
4264 > #line 1151 "conf_parser.y"
4265      {
4266 <  if (ypass == 2)
4266 >  if (conf_parser_ctx.pass == 2)
4267      yy_aconf->modes |= UMODE_SKILL;
4268   }
4269      break;
4270  
4271 <  case 165:
4272 < #line 1196 "ircd_parser.y"
4271 >  case 161:
4272 >
4273 > /* Line 1806 of yacc.c  */
4274 > #line 1155 "conf_parser.y"
4275      {
4276 <  if (ypass == 2)
4276 >  if (conf_parser_ctx.pass == 2)
4277      yy_aconf->modes |= UMODE_NCHANGE;
4278   }
4279      break;
4280  
4281 <  case 166:
4282 < #line 1200 "ircd_parser.y"
4281 >  case 162:
4282 >
4283 > /* Line 1806 of yacc.c  */
4284 > #line 1159 "conf_parser.y"
4285      {
4286 <  if (ypass == 2)
4286 >  if (conf_parser_ctx.pass == 2)
4287      yy_aconf->modes |= UMODE_REJ;
4288   }
4289      break;
4290  
4291 <  case 167:
4292 < #line 1204 "ircd_parser.y"
4291 >  case 163:
4292 >
4293 > /* Line 1806 of yacc.c  */
4294 > #line 1163 "conf_parser.y"
4295      {
4296 <  if (ypass == 2)
4296 >  if (conf_parser_ctx.pass == 2)
4297      yy_aconf->modes |= UMODE_UNAUTH;
4298   }
4299      break;
4300  
4301 <  case 168:
4302 < #line 1208 "ircd_parser.y"
4301 >  case 164:
4302 >
4303 > /* Line 1806 of yacc.c  */
4304 > #line 1167 "conf_parser.y"
4305      {
4306 <  if (ypass == 2)
4306 >  if (conf_parser_ctx.pass == 2)
4307      yy_aconf->modes |= UMODE_SPY;
4308   }
4309      break;
4310  
4311 <  case 169:
4312 < #line 1212 "ircd_parser.y"
4311 >  case 165:
4312 >
4313 > /* Line 1806 of yacc.c  */
4314 > #line 1171 "conf_parser.y"
4315      {
4316 <  if (ypass == 2)
4316 >  if (conf_parser_ctx.pass == 2)
4317      yy_aconf->modes |= UMODE_EXTERNAL;
4318   }
4319      break;
4320  
4321 <  case 170:
4322 < #line 1216 "ircd_parser.y"
4321 >  case 166:
4322 >
4323 > /* Line 1806 of yacc.c  */
4324 > #line 1175 "conf_parser.y"
4325      {
4326 <  if (ypass == 2)
4326 >  if (conf_parser_ctx.pass == 2)
4327      yy_aconf->modes |= UMODE_OPERWALL;
4328   }
4329      break;
4330  
4331 <  case 171:
4332 < #line 1220 "ircd_parser.y"
4331 >  case 167:
4332 >
4333 > /* Line 1806 of yacc.c  */
4334 > #line 1179 "conf_parser.y"
4335      {
4336 <  if (ypass == 2)
4336 >  if (conf_parser_ctx.pass == 2)
4337      yy_aconf->modes |= UMODE_SERVNOTICE;
4338   }
4339      break;
4340  
4341 <  case 172:
4342 < #line 1224 "ircd_parser.y"
4341 >  case 168:
4342 >
4343 > /* Line 1806 of yacc.c  */
4344 > #line 1183 "conf_parser.y"
4345      {
4346 <  if (ypass == 2)
4346 >  if (conf_parser_ctx.pass == 2)
4347      yy_aconf->modes |= UMODE_INVISIBLE;
4348   }
4349      break;
4350  
4351 <  case 173:
4352 < #line 1228 "ircd_parser.y"
4351 >  case 169:
4352 >
4353 > /* Line 1806 of yacc.c  */
4354 > #line 1187 "conf_parser.y"
4355      {
4356 <  if (ypass == 2)
4356 >  if (conf_parser_ctx.pass == 2)
4357      yy_aconf->modes |= UMODE_WALLOP;
4358   }
4359      break;
4360  
4361 <  case 174:
4362 < #line 1232 "ircd_parser.y"
4361 >  case 170:
4362 >
4363 > /* Line 1806 of yacc.c  */
4364 > #line 1191 "conf_parser.y"
4365      {
4366 <  if (ypass == 2)
4366 >  if (conf_parser_ctx.pass == 2)
4367      yy_aconf->modes |= UMODE_SOFTCALLERID;
4368   }
4369      break;
4370  
4371 <  case 175:
4372 < #line 1236 "ircd_parser.y"
4371 >  case 171:
4372 >
4373 > /* Line 1806 of yacc.c  */
4374 > #line 1195 "conf_parser.y"
4375      {
4376 <  if (ypass == 2)
4376 >  if (conf_parser_ctx.pass == 2)
4377      yy_aconf->modes |= UMODE_CALLERID;
4378   }
4379      break;
4380  
4381 <  case 176:
4382 < #line 1240 "ircd_parser.y"
4381 >  case 172:
4382 >
4383 > /* Line 1806 of yacc.c  */
4384 > #line 1199 "conf_parser.y"
4385      {
4386 <  if (ypass == 2)
4386 >  if (conf_parser_ctx.pass == 2)
4387      yy_aconf->modes |= UMODE_LOCOPS;
4388   }
4389      break;
4390  
4391 +  case 173:
4392 +
4393 + /* Line 1806 of yacc.c  */
4394 + #line 1205 "conf_parser.y"
4395 +    {
4396 +  if (conf_parser_ctx.pass == 2)
4397 +    yy_aconf->port = 0;
4398 + }
4399 +    break;
4400 +
4401    case 177:
4402 < #line 1246 "ircd_parser.y"
4402 >
4403 > /* Line 1806 of yacc.c  */
4404 > #line 1212 "conf_parser.y"
4405      {
4406 <  if (ypass == 2)
4407 <  {
4408 <    if (yylval.number)
4409 <      yy_aconf->port |= OPER_FLAG_GLOBAL_KILL;
4410 <    else
4411 <      yy_aconf->port &= ~OPER_FLAG_GLOBAL_KILL;
4412 <  }
4406 >  if (conf_parser_ctx.pass == 2)
4407 >    yy_aconf->port |= OPER_FLAG_GLOBAL_KILL;
4408   }
4409      break;
4410  
4411    case 178:
4412 < #line 1257 "ircd_parser.y"
4412 >
4413 > /* Line 1806 of yacc.c  */
4414 > #line 1216 "conf_parser.y"
4415      {
4416 <  if (ypass == 2)
4417 <  {
4421 <    if (yylval.number)
4422 <      yy_aconf->port |= OPER_FLAG_REMOTE;
4423 <    else
4424 <      yy_aconf->port &= ~OPER_FLAG_REMOTE;
4425 <  }
4416 >  if (conf_parser_ctx.pass == 2)
4417 >    yy_aconf->port |= OPER_FLAG_REMOTE;
4418   }
4419      break;
4420  
4421    case 179:
4422 < #line 1268 "ircd_parser.y"
4422 >
4423 > /* Line 1806 of yacc.c  */
4424 > #line 1220 "conf_parser.y"
4425      {
4426 <  if (ypass == 2)
4427 <  {
4434 <    if (yylval.number)
4435 <      yy_aconf->port |= OPER_FLAG_REMOTEBAN;
4436 <    else
4437 <      yy_aconf->port &= ~OPER_FLAG_REMOTEBAN;
4438 <  }
4426 >  if (conf_parser_ctx.pass == 2)
4427 >    yy_aconf->port |= OPER_FLAG_K;
4428   }
4429      break;
4430  
4431    case 180:
4432 < #line 1279 "ircd_parser.y"
4432 >
4433 > /* Line 1806 of yacc.c  */
4434 > #line 1224 "conf_parser.y"
4435      {
4436 <  if (ypass == 2)
4437 <  {
4447 <    if (yylval.number)
4448 <      yy_aconf->port |= OPER_FLAG_K;
4449 <    else
4450 <      yy_aconf->port &= ~OPER_FLAG_K;
4451 <  }
4436 >  if (conf_parser_ctx.pass == 2)
4437 >    yy_aconf->port |= OPER_FLAG_UNKLINE;
4438   }
4439      break;
4440  
4441    case 181:
4442 < #line 1290 "ircd_parser.y"
4442 >
4443 > /* Line 1806 of yacc.c  */
4444 > #line 1228 "conf_parser.y"
4445      {
4446 <  if (ypass == 2)
4447 <  {
4460 <    if (yylval.number)
4461 <      yy_aconf->port |= OPER_FLAG_X;
4462 <    else
4463 <      yy_aconf->port &= ~OPER_FLAG_X;
4464 <  }
4446 >  if (conf_parser_ctx.pass == 2)
4447 >    yy_aconf->port |= OPER_FLAG_DLINE;
4448   }
4449      break;
4450  
4451    case 182:
4452 < #line 1301 "ircd_parser.y"
4452 >
4453 > /* Line 1806 of yacc.c  */
4454 > #line 1232 "conf_parser.y"
4455      {
4456 <  if (ypass == 2)
4457 <  {
4473 <    if (yylval.number)
4474 <      yy_aconf->port |= OPER_FLAG_UNKLINE;
4475 <    else
4476 <      yy_aconf->port &= ~OPER_FLAG_UNKLINE;
4477 <  }
4456 >  if (conf_parser_ctx.pass == 2)
4457 >    yy_aconf->port |= OPER_FLAG_UNDLINE;
4458   }
4459      break;
4460  
4461    case 183:
4462 < #line 1312 "ircd_parser.y"
4462 >
4463 > /* Line 1806 of yacc.c  */
4464 > #line 1236 "conf_parser.y"
4465      {
4466 <  if (ypass == 2)
4467 <  {
4486 <    if (yylval.number)
4487 <      yy_aconf->port |= OPER_FLAG_GLINE;
4488 <    else
4489 <      yy_aconf->port &= ~OPER_FLAG_GLINE;
4490 <  }
4466 >  if (conf_parser_ctx.pass == 2)
4467 >    yy_aconf->port |= OPER_FLAG_X;
4468   }
4469      break;
4470  
4471    case 184:
4495 #line 1323 "ircd_parser.y"
4496    {
4497  if (ypass == 2)
4498  {
4499    if (yylval.number)
4500      yy_aconf->port |= OPER_FLAG_N;
4501    else
4502      yy_aconf->port &= ~OPER_FLAG_N;
4503  }
4504 }
4505    break;
4472  
4473 <  case 185:
4474 < #line 1334 "ircd_parser.y"
4473 > /* Line 1806 of yacc.c  */
4474 > #line 1240 "conf_parser.y"
4475      {
4476 <  if (ypass == 2)
4477 <  {
4512 <    if (yylval.number)
4513 <      yy_aconf->port |= OPER_FLAG_DIE;
4514 <    else
4515 <      yy_aconf->port &= ~OPER_FLAG_DIE;
4516 <  }
4476 >  if (conf_parser_ctx.pass == 2)
4477 >    yy_aconf->port |= OPER_FLAG_GLINE;
4478   }
4479      break;
4480  
4481 <  case 186:
4521 < #line 1345 "ircd_parser.y"
4522 <    {
4523 <  if (ypass == 2)
4524 <  {
4525 <    if (yylval.number)
4526 <      yy_aconf->port |= OPER_FLAG_REHASH;
4527 <    else
4528 <      yy_aconf->port &= ~OPER_FLAG_REHASH;
4529 <  }
4530 < }
4531 <    break;
4532 <
4533 <  case 187:
4534 < #line 1356 "ircd_parser.y"
4535 <    {
4536 <  if (ypass == 2)
4537 <  {
4538 <    if (yylval.number)
4539 <      yy_aconf->port |= OPER_FLAG_ADMIN;
4540 <    else
4541 <      yy_aconf->port &= ~OPER_FLAG_ADMIN;
4542 <  }
4543 < }
4544 <    break;
4481 >  case 185:
4482  
4483 <  case 188:
4484 < #line 1367 "ircd_parser.y"
4483 > /* Line 1806 of yacc.c  */
4484 > #line 1244 "conf_parser.y"
4485      {
4486 <  if (ypass == 2)
4487 <  {
4551 <    if (yylval.number)
4552 <      yy_aconf->port |= OPER_FLAG_HIDDEN_ADMIN;
4553 <    else
4554 <      yy_aconf->port &= ~OPER_FLAG_HIDDEN_ADMIN;
4555 <  }
4486 >  if (conf_parser_ctx.pass == 2)
4487 >    yy_aconf->port |= OPER_FLAG_DIE;
4488   }
4489      break;
4490  
4491 <  case 189:
4560 < #line 1378 "ircd_parser.y"
4561 <    {
4562 <  if (ypass == 2)
4563 <  {
4564 <    if (yylval.number)
4565 <      yy_aconf->port |= OPER_FLAG_HIDDEN_OPER;
4566 <    else
4567 <      yy_aconf->port &= ~OPER_FLAG_HIDDEN_OPER;
4568 <  }
4569 < }
4570 <    break;
4571 <
4572 <  case 190:
4573 < #line 1389 "ircd_parser.y"
4574 <    {
4575 <  if (ypass == 2)
4576 <  {
4577 <    if (yylval.number)
4578 <      yy_aconf->port |= OPER_FLAG_OPERWALL;
4579 <    else
4580 <      yy_aconf->port &= ~OPER_FLAG_OPERWALL;
4581 <  }
4582 < }
4583 <    break;
4491 >  case 186:
4492  
4493 <  case 191:
4494 < #line 1400 "ircd_parser.y"
4493 > /* Line 1806 of yacc.c  */
4494 > #line 1248 "conf_parser.y"
4495      {
4496 +  if (conf_parser_ctx.pass == 2)
4497 +    yy_aconf->port |= OPER_FLAG_RESTART;
4498   }
4499      break;
4500  
4501 <  case 195:
4592 < #line 1404 "ircd_parser.y"
4593 <    { not_atom = 1; }
4594 <    break;
4595 <
4596 <  case 197:
4597 < #line 1405 "ircd_parser.y"
4598 <    { not_atom = 0; }
4599 <    break;
4501 >  case 187:
4502  
4503 <  case 199:
4504 < #line 1408 "ircd_parser.y"
4503 > /* Line 1806 of yacc.c  */
4504 > #line 1252 "conf_parser.y"
4505      {
4506 <  if (ypass == 2)
4507 <  {
4606 <    if (not_atom)yy_aconf->port &= ~OPER_FLAG_GLOBAL_KILL;
4607 <    else yy_aconf->port |= OPER_FLAG_GLOBAL_KILL;
4608 <  }
4506 >  if (conf_parser_ctx.pass == 2)
4507 >    yy_aconf->port |= OPER_FLAG_REHASH;
4508   }
4509      break;
4510  
4511 <  case 200:
4613 < #line 1415 "ircd_parser.y"
4614 <    {
4615 <  if (ypass == 2)
4616 <  {
4617 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_REMOTE;
4618 <    else yy_aconf->port |= OPER_FLAG_REMOTE;
4619 <  }
4620 < }
4621 <    break;
4511 >  case 188:
4512  
4513 <  case 201:
4514 < #line 1422 "ircd_parser.y"
4513 > /* Line 1806 of yacc.c  */
4514 > #line 1256 "conf_parser.y"
4515      {
4516 <  if (ypass == 2)
4517 <  {
4628 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_K;
4629 <    else yy_aconf->port |= OPER_FLAG_K;
4630 <  }
4516 >  if (conf_parser_ctx.pass == 2)
4517 >    yy_aconf->port |= OPER_FLAG_ADMIN;
4518   }
4519      break;
4520  
4521 <  case 202:
4635 < #line 1429 "ircd_parser.y"
4636 <    {
4637 <  if (ypass == 2)
4638 <  {
4639 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_UNKLINE;
4640 <    else yy_aconf->port |= OPER_FLAG_UNKLINE;
4641 <  }
4642 < }
4643 <    break;
4521 >  case 189:
4522  
4523 <  case 203:
4524 < #line 1436 "ircd_parser.y"
4523 > /* Line 1806 of yacc.c  */
4524 > #line 1260 "conf_parser.y"
4525      {
4526 <  if (ypass == 2)
4527 <  {
4650 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_X;
4651 <    else yy_aconf->port |= OPER_FLAG_X;
4652 <  }
4526 >  if (conf_parser_ctx.pass == 2)
4527 >    yy_aconf->port |= OPER_FLAG_N;
4528   }
4529      break;
4530  
4531 <  case 204:
4657 < #line 1443 "ircd_parser.y"
4658 <    {
4659 <  if (ypass == 2)
4660 <  {
4661 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_GLINE;
4662 <    else yy_aconf->port |= OPER_FLAG_GLINE;
4663 <  }
4664 < }
4665 <    break;
4531 >  case 190:
4532  
4533 <  case 205:
4534 < #line 1450 "ircd_parser.y"
4533 > /* Line 1806 of yacc.c  */
4534 > #line 1264 "conf_parser.y"
4535      {
4536 <  if (ypass == 2)
4537 <  {
4672 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_DIE;
4673 <    else yy_aconf->port |= OPER_FLAG_DIE;
4674 <  }
4536 >  if (conf_parser_ctx.pass == 2)
4537 >    yy_aconf->port |= OPER_FLAG_OPERWALL;
4538   }
4539      break;
4540  
4541 <  case 206:
4679 < #line 1457 "ircd_parser.y"
4680 <    {
4681 <  if (ypass == 2)
4682 <  {
4683 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_REHASH;
4684 <    else yy_aconf->port |= OPER_FLAG_REHASH;
4685 <  }
4686 < }
4687 <    break;
4541 >  case 191:
4542  
4543 <  case 207:
4544 < #line 1464 "ircd_parser.y"
4543 > /* Line 1806 of yacc.c  */
4544 > #line 1268 "conf_parser.y"
4545      {
4546 <  if (ypass == 2)
4547 <  {
4694 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_ADMIN;
4695 <    else yy_aconf->port |= OPER_FLAG_ADMIN;
4696 <  }
4546 >  if (conf_parser_ctx.pass == 2)
4547 >    yy_aconf->port |= OPER_FLAG_GLOBOPS;
4548   }
4549      break;
4550  
4551 <  case 208:
4701 < #line 1471 "ircd_parser.y"
4702 <    {
4703 <  if (ypass == 2)
4704 <  {
4705 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_HIDDEN_ADMIN;
4706 <    else yy_aconf->port |= OPER_FLAG_HIDDEN_ADMIN;
4707 <  }
4708 < }
4709 <    break;
4551 >  case 192:
4552  
4553 <  case 209:
4554 < #line 1478 "ircd_parser.y"
4553 > /* Line 1806 of yacc.c  */
4554 > #line 1272 "conf_parser.y"
4555      {
4556 <  if (ypass == 2)
4557 <  {
4716 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_N;
4717 <    else yy_aconf->port |= OPER_FLAG_N;
4718 <  }
4556 >  if (conf_parser_ctx.pass == 2)
4557 >    yy_aconf->port |= OPER_FLAG_OPER_SPY;
4558   }
4559      break;
4560  
4561 <  case 210:
4723 < #line 1485 "ircd_parser.y"
4724 <    {
4725 <  if (ypass == 2)
4726 <  {
4727 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_OPERWALL;
4728 <    else yy_aconf->port |= OPER_FLAG_OPERWALL;
4729 <  }
4730 < }
4731 <    break;
4561 >  case 193:
4562  
4563 <  case 211:
4564 < #line 1492 "ircd_parser.y"
4563 > /* Line 1806 of yacc.c  */
4564 > #line 1276 "conf_parser.y"
4565      {
4566 <  if (ypass == 2)
4567 <  {
4738 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_OPER_SPY;
4739 <    else yy_aconf->port |= OPER_FLAG_OPER_SPY;
4740 <  }
4566 >  if (conf_parser_ctx.pass == 2)
4567 >    yy_aconf->port |= OPER_FLAG_REMOTEBAN;
4568   }
4569      break;
4570  
4571 <  case 212:
4745 < #line 1499 "ircd_parser.y"
4746 <    {
4747 <  if (ypass == 2)
4748 <  {
4749 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_HIDDEN_OPER;
4750 <    else yy_aconf->port |= OPER_FLAG_HIDDEN_OPER;
4751 <  }
4752 < }
4753 <    break;
4571 >  case 194:
4572  
4573 <  case 213:
4574 < #line 1506 "ircd_parser.y"
4573 > /* Line 1806 of yacc.c  */
4574 > #line 1280 "conf_parser.y"
4575      {
4576 <  if (ypass == 2)
4577 <  {
4760 <    if (not_atom) yy_aconf->port &= ~OPER_FLAG_REMOTEBAN;
4761 <    else yy_aconf->port |= OPER_FLAG_REMOTEBAN;
4762 <  }
4576 >  if (conf_parser_ctx.pass == 2)
4577 >    yy_aconf->port |= OPER_FLAG_MODULE;
4578   }
4579      break;
4580  
4581 <  case 214:
4767 < #line 1513 "ircd_parser.y"
4768 <    {
4769 <  if (ypass == 2)
4770 <  {
4771 <    if (not_atom) ClearConfEncrypted(yy_aconf);
4772 <    else SetConfEncrypted(yy_aconf);
4773 <  }
4774 < }
4775 <    break;
4581 >  case 195:
4582  
4583 <  case 215:
4584 < #line 1526 "ircd_parser.y"
4583 > /* Line 1806 of yacc.c  */
4584 > #line 1290 "conf_parser.y"
4585      {
4586 <  if (ypass == 1)
4586 >  if (conf_parser_ctx.pass == 1)
4587    {
4588      yy_conf = make_conf_item(CLASS_TYPE);
4589      yy_class = map_to_conf(yy_conf);
# Line 4785 | Line 4591 | yyreduce:
4591   }
4592      break;
4593  
4594 <  case 216:
4595 < #line 1533 "ircd_parser.y"
4594 >  case 196:
4595 >
4596 > /* Line 1806 of yacc.c  */
4597 > #line 1297 "conf_parser.y"
4598      {
4599 <  if (ypass == 1)
4599 >  if (conf_parser_ctx.pass == 1)
4600    {
4601      struct ConfItem *cconf = NULL;
4602      struct ClassItem *class = NULL;
# Line 4797 | Line 4605 | yyreduce:
4605        delete_conf_item(yy_conf);
4606      else
4607      {
4608 <      cconf = find_exact_name_conf(CLASS_TYPE, yy_class_name, NULL, NULL);
4608 >      cconf = find_exact_name_conf(CLASS_TYPE, NULL, yy_class_name, NULL, NULL);
4609  
4610        if (cconf != NULL)                /* The class existed already */
4611        {
# Line 4830 | Line 4638 | yyreduce:
4638   }
4639      break;
4640  
4641 <  case 235:
4834 < #line 1593 "ircd_parser.y"
4835 <    {
4836 <  if (ypass == 1)
4837 <  {
4838 <    MyFree(yy_class_name);
4839 <    DupString(yy_class_name, yylval.string);
4840 <  }
4841 < }
4842 <    break;
4641 >  case 213:
4642  
4643 <  case 236:
4644 < #line 1602 "ircd_parser.y"
4643 > /* Line 1806 of yacc.c  */
4644 > #line 1355 "conf_parser.y"
4645      {
4646 <  if (ypass == 1)
4646 >  if (conf_parser_ctx.pass == 1)
4647    {
4648      MyFree(yy_class_name);
4649      DupString(yy_class_name, yylval.string);
# Line 4852 | Line 4651 | yyreduce:
4651   }
4652      break;
4653  
4654 <  case 237:
4655 < #line 1611 "ircd_parser.y"
4654 >  case 214:
4655 >
4656 > /* Line 1806 of yacc.c  */
4657 > #line 1364 "conf_parser.y"
4658      {
4659 <  if (ypass == 1)
4660 <    PingFreq(yy_class) = (yyvsp[(3) - (4)].number);
4659 >  if (conf_parser_ctx.pass == 1)
4660 >    yy_class->ping_freq = (yyvsp[(3) - (4)].number);
4661   }
4662      break;
4663  
4664 <  case 238:
4665 < #line 1617 "ircd_parser.y"
4664 >  case 215:
4665 >
4666 > /* Line 1806 of yacc.c  */
4667 > #line 1370 "conf_parser.y"
4668      {
4669 <  if (ypass == 1)
4670 <    PingWarning(yy_class) = (yyvsp[(3) - (4)].number);
4669 >  if (conf_parser_ctx.pass == 1)
4670 >    yy_class->ping_warning = (yyvsp[(3) - (4)].number);
4671   }
4672      break;
4673  
4674 <  case 239:
4675 < #line 1623 "ircd_parser.y"
4674 >  case 216:
4675 >
4676 > /* Line 1806 of yacc.c  */
4677 > #line 1376 "conf_parser.y"
4678      {
4679 <  if (ypass == 1)
4680 <    MaxPerIp(yy_class) = (yyvsp[(3) - (4)].number);
4679 >  if (conf_parser_ctx.pass == 1)
4680 >    yy_class->max_perip = (yyvsp[(3) - (4)].number);
4681   }
4682      break;
4683  
4684 <  case 240:
4685 < #line 1629 "ircd_parser.y"
4684 >  case 217:
4685 >
4686 > /* Line 1806 of yacc.c  */
4687 > #line 1382 "conf_parser.y"
4688      {
4689 <  if (ypass == 1)
4690 <    ConFreq(yy_class) = (yyvsp[(3) - (4)].number);
4689 >  if (conf_parser_ctx.pass == 1)
4690 >    yy_class->con_freq = (yyvsp[(3) - (4)].number);
4691   }
4692      break;
4693  
4694 <  case 241:
4695 < #line 1635 "ircd_parser.y"
4694 >  case 218:
4695 >
4696 > /* Line 1806 of yacc.c  */
4697 > #line 1388 "conf_parser.y"
4698      {
4699 <  if (ypass == 1)
4700 <    MaxTotal(yy_class) = (yyvsp[(3) - (4)].number);
4699 >  if (conf_parser_ctx.pass == 1)
4700 >    yy_class->max_total = (yyvsp[(3) - (4)].number);
4701   }
4702      break;
4703  
4704 <  case 242:
4705 < #line 1641 "ircd_parser.y"
4704 >  case 219:
4705 >
4706 > /* Line 1806 of yacc.c  */
4707 > #line 1394 "conf_parser.y"
4708      {
4709 <  if (ypass == 1)
4710 <    MaxGlobal(yy_class) = (yyvsp[(3) - (4)].number);
4709 >  if (conf_parser_ctx.pass == 1)
4710 >    yy_class->max_global = (yyvsp[(3) - (4)].number);
4711   }
4712      break;
4713  
4714 <  case 243:
4715 < #line 1647 "ircd_parser.y"
4714 >  case 220:
4715 >
4716 > /* Line 1806 of yacc.c  */
4717 > #line 1400 "conf_parser.y"
4718      {
4719 <  if (ypass == 1)
4720 <    MaxLocal(yy_class) = (yyvsp[(3) - (4)].number);
4719 >  if (conf_parser_ctx.pass == 1)
4720 >    yy_class->max_local = (yyvsp[(3) - (4)].number);
4721   }
4722      break;
4723  
4724 <  case 244:
4725 < #line 1653 "ircd_parser.y"
4724 >  case 221:
4725 >
4726 > /* Line 1806 of yacc.c  */
4727 > #line 1406 "conf_parser.y"
4728      {
4729 <  if (ypass == 1)
4730 <    MaxIdent(yy_class) = (yyvsp[(3) - (4)].number);
4729 >  if (conf_parser_ctx.pass == 1)
4730 >    yy_class->max_ident = (yyvsp[(3) - (4)].number);
4731   }
4732      break;
4733  
4734 <  case 245:
4735 < #line 1659 "ircd_parser.y"
4734 >  case 222:
4735 >
4736 > /* Line 1806 of yacc.c  */
4737 > #line 1412 "conf_parser.y"
4738      {
4739 <  if (ypass == 1)
4740 <    MaxSendq(yy_class) = (yyvsp[(3) - (4)].number);
4739 >  if (conf_parser_ctx.pass == 1)
4740 >    yy_class->max_sendq = (yyvsp[(3) - (4)].number);
4741   }
4742      break;
4743  
4744 <  case 246:
4745 < #line 1665 "ircd_parser.y"
4744 >  case 223:
4745 >
4746 > /* Line 1806 of yacc.c  */
4747 > #line 1418 "conf_parser.y"
4748      {
4749 <  if (ypass == 1)
4750 <    CidrBitlenIPV4(yy_class) = (yyvsp[(3) - (4)].number);
4749 >  if (conf_parser_ctx.pass == 1)
4750 >    yy_class->cidr_bitlen_ipv4 = (yyvsp[(3) - (4)].number);
4751   }
4752      break;
4753  
4754 <  case 247:
4755 < #line 1671 "ircd_parser.y"
4754 >  case 224:
4755 >
4756 > /* Line 1806 of yacc.c  */
4757 > #line 1424 "conf_parser.y"
4758      {
4759 <  if (ypass == 1)
4760 <    CidrBitlenIPV6(yy_class) = (yyvsp[(3) - (4)].number);
4759 >  if (conf_parser_ctx.pass == 1)
4760 >    yy_class->cidr_bitlen_ipv6 = (yyvsp[(3) - (4)].number);
4761   }
4762      break;
4763  
4764 <  case 248:
4765 < #line 1677 "ircd_parser.y"
4764 >  case 225:
4765 >
4766 > /* Line 1806 of yacc.c  */
4767 > #line 1430 "conf_parser.y"
4768      {
4769 <  if (ypass == 1)
4770 <    NumberPerCidr(yy_class) = (yyvsp[(3) - (4)].number);
4769 >  if (conf_parser_ctx.pass == 1)
4770 >    yy_class->number_per_cidr = (yyvsp[(3) - (4)].number);
4771   }
4772      break;
4773  
4774 <  case 249:
4775 < #line 1686 "ircd_parser.y"
4774 >  case 226:
4775 >
4776 > /* Line 1806 of yacc.c  */
4777 > #line 1439 "conf_parser.y"
4778      {
4779 <  if (ypass == 2)
4779 >  if (conf_parser_ctx.pass == 2)
4780    {
4781      listener_address = NULL;
4782      listener_flags = 0;
# Line 4959 | Line 4784 | yyreduce:
4784   }
4785      break;
4786  
4787 <  case 250:
4788 < #line 1693 "ircd_parser.y"
4787 >  case 227:
4788 >
4789 > /* Line 1806 of yacc.c  */
4790 > #line 1446 "conf_parser.y"
4791      {
4792 <  if (ypass == 2)
4792 >  if (conf_parser_ctx.pass == 2)
4793    {
4794      MyFree(listener_address);
4795      listener_address = NULL;
# Line 4970 | Line 4797 | yyreduce:
4797   }
4798      break;
4799  
4800 <  case 251:
4801 < #line 1702 "ircd_parser.y"
4800 >  case 228:
4801 >
4802 > /* Line 1806 of yacc.c  */
4803 > #line 1455 "conf_parser.y"
4804      {
4805    listener_flags = 0;
4806   }
4807      break;
4808  
4809 <  case 255:
4810 < #line 1708 "ircd_parser.y"
4809 >  case 232:
4810 >
4811 > /* Line 1806 of yacc.c  */
4812 > #line 1461 "conf_parser.y"
4813      {
4814 <  if (ypass == 2)
4814 >  if (conf_parser_ctx.pass == 2)
4815      listener_flags |= LISTENER_SSL;
4816   }
4817      break;
4818  
4819 <  case 256:
4820 < #line 1712 "ircd_parser.y"
4819 >  case 233:
4820 >
4821 > /* Line 1806 of yacc.c  */
4822 > #line 1465 "conf_parser.y"
4823      {
4824 <  if (ypass == 2)
4824 >  if (conf_parser_ctx.pass == 2)
4825      listener_flags |= LISTENER_HIDDEN;
4826   }
4827      break;
4828  
4829 <  case 257:
4830 < #line 1716 "ircd_parser.y"
4829 >  case 234:
4830 >
4831 > /* Line 1806 of yacc.c  */
4832 > #line 1469 "conf_parser.y"
4833      {
4834 <  if (ypass == 2)
4834 >  if (conf_parser_ctx.pass == 2)
4835      listener_flags |= LISTENER_SERVER;
4836   }
4837      break;
4838  
4839 <  case 265:
4840 < #line 1726 "ircd_parser.y"
4839 >  case 242:
4840 >
4841 > /* Line 1806 of yacc.c  */
4842 > #line 1479 "conf_parser.y"
4843      { listener_flags = 0; }
4844      break;
4845  
4846 <  case 269:
4847 < #line 1731 "ircd_parser.y"
4846 >  case 246:
4847 >
4848 > /* Line 1806 of yacc.c  */
4849 > #line 1484 "conf_parser.y"
4850      {
4851 <  if (ypass == 2)
4851 >  if (conf_parser_ctx.pass == 2)
4852    {
4853      if ((listener_flags & LISTENER_SSL))
4854   #ifdef HAVE_LIBCRYPTO
4855 <      if (!ServerInfo.ctx)
4855 >      if (!ServerInfo.server_ctx)
4856   #endif
4857        {
4858          yyerror("SSL not available - port closed");
# Line 5024 | Line 4863 | yyreduce:
4863   }
4864      break;
4865  
4866 <  case 270:
4867 < #line 1745 "ircd_parser.y"
4866 >  case 247:
4867 >
4868 > /* Line 1806 of yacc.c  */
4869 > #line 1498 "conf_parser.y"
4870      {
4871 <  if (ypass == 2)
4871 >  if (conf_parser_ctx.pass == 2)
4872    {
4873      int i;
4874  
4875      if ((listener_flags & LISTENER_SSL))
4876   #ifdef HAVE_LIBCRYPTO
4877 <      if (!ServerInfo.ctx)
4877 >      if (!ServerInfo.server_ctx)
4878   #endif
4879        {
4880          yyerror("SSL not available - port closed");
# Line 5046 | Line 4887 | yyreduce:
4887   }
4888      break;
4889  
4890 <  case 271:
4891 < #line 1765 "ircd_parser.y"
4890 >  case 248:
4891 >
4892 > /* Line 1806 of yacc.c  */
4893 > #line 1518 "conf_parser.y"
4894      {
4895 <  if (ypass == 2)
4895 >  if (conf_parser_ctx.pass == 2)
4896    {
4897      MyFree(listener_address);
4898      DupString(listener_address, yylval.string);
# Line 5057 | Line 4900 | yyreduce:
4900   }
4901      break;
4902  
4903 <  case 272:
4904 < #line 1774 "ircd_parser.y"
4903 >  case 249:
4904 >
4905 > /* Line 1806 of yacc.c  */
4906 > #line 1527 "conf_parser.y"
4907      {
4908 <  if (ypass == 2)
4908 >  if (conf_parser_ctx.pass == 2)
4909    {
4910      MyFree(listener_address);
4911      DupString(listener_address, yylval.string);
# Line 5068 | Line 4913 | yyreduce:
4913   }
4914      break;
4915  
4916 <  case 273:
4917 < #line 1786 "ircd_parser.y"
4916 >  case 250:
4917 >
4918 > /* Line 1806 of yacc.c  */
4919 > #line 1539 "conf_parser.y"
4920      {
4921 <  if (ypass == 2)
4921 >  if (conf_parser_ctx.pass == 2)
4922    {
4923      yy_conf = make_conf_item(CLIENT_TYPE);
4924      yy_aconf = map_to_conf(yy_conf);
# Line 5084 | Line 4931 | yyreduce:
4931   }
4932      break;
4933  
4934 <  case 274:
4935 < #line 1798 "ircd_parser.y"
4934 >  case 251:
4935 >
4936 > /* Line 1806 of yacc.c  */
4937 > #line 1551 "conf_parser.y"
4938      {
4939 <  if (ypass == 2)
4939 >  if (conf_parser_ctx.pass == 2)
4940    {
4941      struct CollectItem *yy_tmp = NULL;
4942      dlink_node *ptr = NULL, *next_ptr = NULL;
# Line 5143 | Line 4992 | yyreduce:
4992   }
4993      break;
4994  
4995 <  case 294:
4996 < #line 1863 "ircd_parser.y"
4995 >  case 263:
4996 >
4997 > /* Line 1806 of yacc.c  */
4998 > #line 1613 "conf_parser.y"
4999      {
5000 <  if (ypass == 2)
5000 >  if (conf_parser_ctx.pass == 2)
5001    {
5002      struct CollectItem *yy_tmp = NULL;
5003      struct split_nuh_item nuh;
# Line 5180 | Line 5031 | yyreduce:
5031   }
5032      break;
5033  
5034 <  case 295:
5035 < #line 1900 "ircd_parser.y"
5034 >  case 264:
5035 >
5036 > /* Line 1806 of yacc.c  */
5037 > #line 1648 "conf_parser.y"
5038      {
5039 <  if (ypass == 2)
5039 >  if (conf_parser_ctx.pass == 2)
5040    {
5041      /* be paranoid */
5042      if (yy_aconf->passwd != NULL)
# Line 5195 | Line 5048 | yyreduce:
5048   }
5049      break;
5050  
5051 <  case 296:
5199 < #line 1913 "ircd_parser.y"
5200 <    {
5201 <  if (ypass == 2)
5202 <  {
5203 <    if (yylval.number)
5204 <      yy_aconf->flags |= CONF_FLAGS_SPOOF_NOTICE;
5205 <    else
5206 <      yy_aconf->flags &= ~CONF_FLAGS_SPOOF_NOTICE;
5207 <  }
5208 < }
5209 <    break;
5051 >  case 265:
5052  
5053 <  case 297:
5054 < #line 1924 "ircd_parser.y"
5053 > /* Line 1806 of yacc.c  */
5054 > #line 1661 "conf_parser.y"
5055      {
5056 <  if (ypass == 2)
5056 >  if (conf_parser_ctx.pass == 2)
5057    {
5058      MyFree(class_name);
5059      DupString(class_name, yylval.string);
# Line 5219 | Line 5061 | yyreduce:
5061   }
5062      break;
5063  
5064 <  case 298:
5065 < #line 1933 "ircd_parser.y"
5064 >  case 266:
5065 >
5066 > /* Line 1806 of yacc.c  */
5067 > #line 1670 "conf_parser.y"
5068      {
5069 <  if (ypass == 2)
5069 >  if (conf_parser_ctx.pass == 2)
5070    {
5071      if (yylval.number)
5072        SetConfEncrypted(yy_aconf);
# Line 5232 | Line 5076 | yyreduce:
5076   }
5077      break;
5078  
5079 <  case 299:
5080 < #line 1944 "ircd_parser.y"
5079 >  case 267:
5080 >
5081 > /* Line 1806 of yacc.c  */
5082 > #line 1681 "conf_parser.y"
5083      {
5084   }
5085      break;
5086  
5087 <  case 303:
5242 < #line 1948 "ircd_parser.y"
5243 <    { not_atom = 1; }
5244 <    break;
5245 <
5246 <  case 305:
5247 < #line 1949 "ircd_parser.y"
5248 <    { not_atom = 0; }
5249 <    break;
5087 >  case 271:
5088  
5089 <  case 307:
5090 < #line 1952 "ircd_parser.y"
5089 > /* Line 1806 of yacc.c  */
5090 > #line 1686 "conf_parser.y"
5091      {
5092 <  if (ypass == 2)
5093 <  {
5256 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_SPOOF_NOTICE;
5257 <    else yy_aconf->flags |= CONF_FLAGS_SPOOF_NOTICE;
5258 <  }
5259 <
5092 >  if (conf_parser_ctx.pass == 2)
5093 >    yy_aconf->flags |= CONF_FLAGS_SPOOF_NOTICE;
5094   }
5095      break;
5096  
5097 <  case 308:
5264 < #line 1960 "ircd_parser.y"
5265 <    {
5266 <  if (ypass == 2)
5267 <  {
5268 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_NOLIMIT;
5269 <    else yy_aconf->flags |= CONF_FLAGS_NOLIMIT;
5270 <  }
5271 < }
5272 <    break;
5097 >  case 272:
5098  
5099 <  case 309:
5100 < #line 1967 "ircd_parser.y"
5099 > /* Line 1806 of yacc.c  */
5100 > #line 1690 "conf_parser.y"
5101      {
5102 <  if (ypass == 2)
5103 <  {
5279 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_EXEMPTKLINE;
5280 <    else yy_aconf->flags |= CONF_FLAGS_EXEMPTKLINE;
5281 <  }
5102 >  if (conf_parser_ctx.pass == 2)
5103 >    yy_aconf->flags |= CONF_FLAGS_NOLIMIT;
5104   }
5105      break;
5106  
5107 <  case 310:
5286 < #line 1974 "ircd_parser.y"
5287 <    {
5288 <  if (ypass == 2)
5289 <  {
5290 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_NEED_IDENTD;
5291 <    else yy_aconf->flags |= CONF_FLAGS_NEED_IDENTD;
5292 <  }
5293 < }
5294 <    break;
5107 >  case 273:
5108  
5109 <  case 311:
5110 < #line 1981 "ircd_parser.y"
5109 > /* Line 1806 of yacc.c  */
5110 > #line 1694 "conf_parser.y"
5111      {
5112 <  if (ypass == 2)
5113 <  {
5301 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_CAN_FLOOD;
5302 <    else yy_aconf->flags |= CONF_FLAGS_CAN_FLOOD;
5303 <  }
5112 >  if (conf_parser_ctx.pass == 2)
5113 >    yy_aconf->flags |= CONF_FLAGS_EXEMPTKLINE;
5114   }
5115      break;
5116  
5117 <  case 312:
5308 < #line 1988 "ircd_parser.y"
5309 <    {
5310 <  if (ypass == 2)
5311 <  {
5312 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_IDLE_LINED;
5313 <    else yy_aconf->flags |= CONF_FLAGS_IDLE_LINED;
5314 <  }
5315 < }
5316 <    break;
5117 >  case 274:
5118  
5119 <  case 313:
5120 < #line 1995 "ircd_parser.y"
5119 > /* Line 1806 of yacc.c  */
5120 > #line 1698 "conf_parser.y"
5121      {
5122 <  if (ypass == 2)
5123 <  {
5323 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_NO_TILDE;
5324 <    else yy_aconf->flags |= CONF_FLAGS_NO_TILDE;
5325 <  }
5122 >  if (conf_parser_ctx.pass == 2)
5123 >    yy_aconf->flags |= CONF_FLAGS_NEED_IDENTD;
5124   }
5125      break;
5126  
5127 <  case 314:
5330 < #line 2002 "ircd_parser.y"
5331 <    {
5332 <  if (ypass == 2)
5333 <  {
5334 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_EXEMPTGLINE;
5335 <    else yy_aconf->flags |= CONF_FLAGS_EXEMPTGLINE;
5336 <  }
5337 < }
5338 <    break;
5127 >  case 275:
5128  
5129 <  case 315:
5130 < #line 2009 "ircd_parser.y"
5129 > /* Line 1806 of yacc.c  */
5130 > #line 1702 "conf_parser.y"
5131      {
5132 <  if (ypass == 2)
5133 <  {
5345 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_EXEMPTRESV;
5346 <    else yy_aconf->flags |= CONF_FLAGS_EXEMPTRESV;
5347 <  }
5132 >  if (conf_parser_ctx.pass == 2)
5133 >    yy_aconf->flags |= CONF_FLAGS_CAN_FLOOD;
5134   }
5135      break;
5136  
5137 <  case 316:
5352 < #line 2016 "ircd_parser.y"
5353 <    {
5354 <  if (ypass == 2)
5355 <  {
5356 <    if (not_atom) yy_aconf->flags &= ~CONF_FLAGS_NEED_PASSWORD;
5357 <    else yy_aconf->flags |= CONF_FLAGS_NEED_PASSWORD;
5358 <  }
5359 < }
5360 <    break;
5137 >  case 276:
5138  
5139 <  case 317:
5140 < #line 2025 "ircd_parser.y"
5139 > /* Line 1806 of yacc.c  */
5140 > #line 1706 "conf_parser.y"
5141      {
5142 <  if (ypass == 2)
5143 <  {
5367 <    if (yylval.number)
5368 <      yy_aconf->flags |= CONF_FLAGS_EXEMPTKLINE;
5369 <    else
5370 <      yy_aconf->flags &= ~CONF_FLAGS_EXEMPTKLINE;
5371 <  }
5142 >  if (conf_parser_ctx.pass == 2)
5143 >    yy_aconf->flags |= CONF_FLAGS_NO_TILDE;
5144   }
5145      break;
5146  
5147 <  case 318:
5376 < #line 2036 "ircd_parser.y"
5377 <    {
5378 <  if (ypass == 2)
5379 <  {
5380 <    if (yylval.number)
5381 <      yy_aconf->flags |= CONF_FLAGS_NEED_IDENTD;
5382 <    else
5383 <      yy_aconf->flags &= ~CONF_FLAGS_NEED_IDENTD;
5384 <  }
5385 < }
5386 <    break;
5147 >  case 277:
5148  
5149 <  case 319:
5150 < #line 2047 "ircd_parser.y"
5149 > /* Line 1806 of yacc.c  */
5150 > #line 1710 "conf_parser.y"
5151      {
5152 <  if (ypass == 2)
5153 <  {
5393 <    if (yylval.number)
5394 <      yy_aconf->flags |= CONF_FLAGS_NOLIMIT;
5395 <    else
5396 <      yy_aconf->flags &= ~CONF_FLAGS_NOLIMIT;
5397 <  }
5152 >  if (conf_parser_ctx.pass == 2)
5153 >    yy_aconf->flags |= CONF_FLAGS_EXEMPTGLINE;
5154   }
5155      break;
5156  
5157 <  case 320:
5402 < #line 2058 "ircd_parser.y"
5403 <    {
5404 <  if (ypass == 2)
5405 <  {
5406 <    if (yylval.number)
5407 <      yy_aconf->flags |= CONF_FLAGS_CAN_FLOOD;
5408 <    else
5409 <      yy_aconf->flags &= ~CONF_FLAGS_CAN_FLOOD;
5410 <  }
5411 < }
5412 <    break;
5157 >  case 278:
5158  
5159 <  case 321:
5160 < #line 2069 "ircd_parser.y"
5159 > /* Line 1806 of yacc.c  */
5160 > #line 1714 "conf_parser.y"
5161      {
5162 <  if (ypass == 2)
5163 <  {
5419 <    if (yylval.number)
5420 <      yy_aconf->flags |= CONF_FLAGS_NO_TILDE;
5421 <    else
5422 <      yy_aconf->flags &= ~CONF_FLAGS_NO_TILDE;
5423 <  }
5162 >  if (conf_parser_ctx.pass == 2)
5163 >    yy_aconf->flags |= CONF_FLAGS_EXEMPTRESV;
5164   }
5165      break;
5166  
5167 <  case 322:
5168 < #line 2080 "ircd_parser.y"
5167 >  case 279:
5168 >
5169 > /* Line 1806 of yacc.c  */
5170 > #line 1718 "conf_parser.y"
5171      {
5172 <  if (ypass == 2)
5173 <  {
5432 <    if (yylval.number)
5433 <      yy_aconf->flags |= CONF_FLAGS_EXEMPTGLINE;
5434 <    else
5435 <      yy_aconf->flags &= ~CONF_FLAGS_EXEMPTGLINE;
5436 <  }
5172 >  if (conf_parser_ctx.pass == 2)
5173 >    yy_aconf->flags |= CONF_FLAGS_NEED_PASSWORD;
5174   }
5175      break;
5176  
5177 <  case 323:
5178 < #line 2092 "ircd_parser.y"
5177 >  case 280:
5178 >
5179 > /* Line 1806 of yacc.c  */
5180 > #line 1725 "conf_parser.y"
5181      {
5182 <  if (ypass == 2)
5182 >  if (conf_parser_ctx.pass == 2)
5183    {
5184      MyFree(yy_conf->name);
5185  
# Line 5451 | Line 5190 | yyreduce:
5190      }
5191      else
5192      {
5193 <      ilog(L_ERROR, "Spoofs must be less than %d..ignoring it", HOSTLEN);
5193 >      ilog(LOG_TYPE_IRCD, "Spoofs must be less than %d..ignoring it", HOSTLEN);
5194        yy_conf->name = NULL;
5195      }
5196    }
5197   }
5198      break;
5199  
5200 <  case 324:
5201 < #line 2111 "ircd_parser.y"
5200 >  case 281:
5201 >
5202 > /* Line 1806 of yacc.c  */
5203 > #line 1744 "conf_parser.y"
5204      {
5205 <  if (ypass == 2)
5205 >  if (conf_parser_ctx.pass == 2)
5206    {
5207      yy_aconf->flags |= CONF_FLAGS_REDIR;
5208      MyFree(yy_conf->name);
# Line 5470 | Line 5211 | yyreduce:
5211   }
5212      break;
5213  
5214 <  case 325:
5215 < #line 2121 "ircd_parser.y"
5214 >  case 282:
5215 >
5216 > /* Line 1806 of yacc.c  */
5217 > #line 1754 "conf_parser.y"
5218      {
5219 <  if (ypass == 2)
5219 >  if (conf_parser_ctx.pass == 2)
5220    {
5221      yy_aconf->flags |= CONF_FLAGS_REDIR;
5222      yy_aconf->port = (yyvsp[(3) - (4)].number);
# Line 5481 | Line 5224 | yyreduce:
5224   }
5225      break;
5226  
5227 <  case 326:
5485 < #line 2130 "ircd_parser.y"
5486 <    {
5487 <  if (ypass == 2)
5488 <  {
5489 <    if (yylval.number)
5490 <      yy_aconf->flags |= CONF_FLAGS_NEED_PASSWORD;
5491 <    else
5492 <      yy_aconf->flags &= ~CONF_FLAGS_NEED_PASSWORD;
5493 <  }
5494 < }
5495 <    break;
5227 >  case 283:
5228  
5229 <  case 327:
5230 < #line 2145 "ircd_parser.y"
5229 > /* Line 1806 of yacc.c  */
5230 > #line 1767 "conf_parser.y"
5231      {
5232 <  if (ypass == 2)
5232 >  if (conf_parser_ctx.pass == 2)
5233    {
5234      MyFree(resv_reason);
5235      resv_reason = NULL;
# Line 5505 | Line 5237 | yyreduce:
5237   }
5238      break;
5239  
5240 <  case 328:
5241 < #line 2152 "ircd_parser.y"
5240 >  case 284:
5241 >
5242 > /* Line 1806 of yacc.c  */
5243 > #line 1774 "conf_parser.y"
5244      {
5245 <  if (ypass == 2)
5245 >  if (conf_parser_ctx.pass == 2)
5246    {
5247      MyFree(resv_reason);
5248      resv_reason = NULL;
# Line 5516 | Line 5250 | yyreduce:
5250   }
5251      break;
5252  
5253 <  case 335:
5254 < #line 2164 "ircd_parser.y"
5253 >  case 291:
5254 >
5255 > /* Line 1806 of yacc.c  */
5256 > #line 1786 "conf_parser.y"
5257      {
5258 <  if (ypass == 2)
5258 >  if (conf_parser_ctx.pass == 2)
5259    {
5260      MyFree(resv_reason);
5261      DupString(resv_reason, yylval.string);
# Line 5527 | Line 5263 | yyreduce:
5263   }
5264      break;
5265  
5266 <  case 336:
5267 < #line 2173 "ircd_parser.y"
5266 >  case 292:
5267 >
5268 > /* Line 1806 of yacc.c  */
5269 > #line 1795 "conf_parser.y"
5270      {
5271 <  if (ypass == 2)
5271 >  if (conf_parser_ctx.pass == 2)
5272    {
5273      if (IsChanPrefix(*yylval.string))
5274      {
# Line 5544 | Line 5282 | yyreduce:
5282   }
5283      break;
5284  
5285 <  case 337:
5286 < #line 2188 "ircd_parser.y"
5285 >  case 293:
5286 >
5287 > /* Line 1806 of yacc.c  */
5288 > #line 1810 "conf_parser.y"
5289      {
5290 <  if (ypass == 2)
5290 >  if (conf_parser_ctx.pass == 2)
5291    {
5292      char def_reason[] = "No reason";
5293  
# Line 5556 | Line 5296 | yyreduce:
5296   }
5297      break;
5298  
5299 <  case 338:
5300 < #line 2201 "ircd_parser.y"
5299 >  case 299:
5300 >
5301 > /* Line 1806 of yacc.c  */
5302 > #line 1828 "conf_parser.y"
5303 >    {
5304 >  if (conf_parser_ctx.pass == 2)
5305 >  {
5306 >    if (valid_servname(yylval.string))
5307 >    {
5308 >      yy_conf = make_conf_item(SERVICE_TYPE);
5309 >      DupString(yy_conf->name, yylval.string);
5310 >    }
5311 >  }
5312 > }
5313 >    break;
5314 >
5315 >  case 300:
5316 >
5317 > /* Line 1806 of yacc.c  */
5318 > #line 1843 "conf_parser.y"
5319      {
5320 <  if (ypass == 2)
5320 >  if (conf_parser_ctx.pass == 2)
5321    {
5322      yy_conf = make_conf_item(ULINE_TYPE);
5323      yy_match_item = map_to_conf(yy_conf);
# Line 5568 | Line 5326 | yyreduce:
5326   }
5327      break;
5328  
5329 <  case 339:
5330 < #line 2209 "ircd_parser.y"
5329 >  case 301:
5330 >
5331 > /* Line 1806 of yacc.c  */
5332 > #line 1851 "conf_parser.y"
5333      {
5334 <  if (ypass == 2)
5334 >  if (conf_parser_ctx.pass == 2)
5335    {
5336      yy_conf = NULL;
5337    }
5338   }
5339      break;
5340  
5341 <  case 346:
5342 < #line 2220 "ircd_parser.y"
5341 >  case 308:
5342 >
5343 > /* Line 1806 of yacc.c  */
5344 > #line 1862 "conf_parser.y"
5345      {
5346 <  if (ypass == 2)
5346 >  if (conf_parser_ctx.pass == 2)
5347    {
5348      MyFree(yy_conf->name);
5349      DupString(yy_conf->name, yylval.string);
# Line 5589 | Line 5351 | yyreduce:
5351   }
5352      break;
5353  
5354 <  case 347:
5355 < #line 2229 "ircd_parser.y"
5354 >  case 309:
5355 >
5356 > /* Line 1806 of yacc.c  */
5357 > #line 1871 "conf_parser.y"
5358      {
5359 <  if (ypass == 2)
5359 >  if (conf_parser_ctx.pass == 2)
5360    {
5361      struct split_nuh_item nuh;
5362  
# Line 5613 | Line 5377 | yyreduce:
5377   }
5378      break;
5379  
5380 <  case 348:
5381 < #line 2251 "ircd_parser.y"
5380 >  case 310:
5381 >
5382 > /* Line 1806 of yacc.c  */
5383 > #line 1893 "conf_parser.y"
5384      {
5385 <  if (ypass == 2)
5385 >  if (conf_parser_ctx.pass == 2)
5386      yy_match_item->action = 0;
5387   }
5388      break;
5389  
5390 <  case 352:
5391 < #line 2258 "ircd_parser.y"
5390 >  case 314:
5391 >
5392 > /* Line 1806 of yacc.c  */
5393 > #line 1900 "conf_parser.y"
5394      {
5395 <  if (ypass == 2)
5395 >  if (conf_parser_ctx.pass == 2)
5396      yy_match_item->action |= SHARED_KLINE;
5397   }
5398      break;
5399  
5400 <  case 353:
5401 < #line 2262 "ircd_parser.y"
5400 >  case 315:
5401 >
5402 > /* Line 1806 of yacc.c  */
5403 > #line 1904 "conf_parser.y"
5404      {
5405 <  if (ypass == 2)
5406 <    yy_match_item->action |= SHARED_TKLINE;
5405 >  if (conf_parser_ctx.pass == 2)
5406 >    yy_match_item->action |= SHARED_UNKLINE;
5407   }
5408      break;
5409  
5410 <  case 354:
5411 < #line 2266 "ircd_parser.y"
5410 >  case 316:
5411 >
5412 > /* Line 1806 of yacc.c  */
5413 > #line 1908 "conf_parser.y"
5414      {
5415 <  if (ypass == 2)
5416 <    yy_match_item->action |= SHARED_UNKLINE;
5415 >  if (conf_parser_ctx.pass == 2)
5416 >    yy_match_item->action |= SHARED_DLINE;
5417   }
5418      break;
5419  
5420 <  case 355:
5421 < #line 2270 "ircd_parser.y"
5420 >  case 317:
5421 >
5422 > /* Line 1806 of yacc.c  */
5423 > #line 1912 "conf_parser.y"
5424      {
5425 <  if (ypass == 2)
5426 <    yy_match_item->action |= SHARED_XLINE;
5425 >  if (conf_parser_ctx.pass == 2)
5426 >    yy_match_item->action |= SHARED_UNDLINE;
5427   }
5428      break;
5429  
5430 <  case 356:
5431 < #line 2274 "ircd_parser.y"
5430 >  case 318:
5431 >
5432 > /* Line 1806 of yacc.c  */
5433 > #line 1916 "conf_parser.y"
5434      {
5435 <  if (ypass == 2)
5436 <    yy_match_item->action |= SHARED_TXLINE;
5435 >  if (conf_parser_ctx.pass == 2)
5436 >    yy_match_item->action |= SHARED_XLINE;
5437   }
5438      break;
5439  
5440 <  case 357:
5441 < #line 2278 "ircd_parser.y"
5440 >  case 319:
5441 >
5442 > /* Line 1806 of yacc.c  */
5443 > #line 1920 "conf_parser.y"
5444      {
5445 <  if (ypass == 2)
5445 >  if (conf_parser_ctx.pass == 2)
5446      yy_match_item->action |= SHARED_UNXLINE;
5447   }
5448      break;
5449  
5450 <  case 358:
5451 < #line 2282 "ircd_parser.y"
5450 >  case 320:
5451 >
5452 > /* Line 1806 of yacc.c  */
5453 > #line 1924 "conf_parser.y"
5454      {
5455 <  if (ypass == 2)
5455 >  if (conf_parser_ctx.pass == 2)
5456      yy_match_item->action |= SHARED_RESV;
5457   }
5458      break;
5459  
5460 <  case 359:
5681 < #line 2286 "ircd_parser.y"
5682 <    {
5683 <  if (ypass == 2)
5684 <    yy_match_item->action |= SHARED_TRESV;
5685 < }
5686 <    break;
5460 >  case 321:
5461  
5462 <  case 360:
5463 < #line 2290 "ircd_parser.y"
5462 > /* Line 1806 of yacc.c  */
5463 > #line 1928 "conf_parser.y"
5464      {
5465 <  if (ypass == 2)
5465 >  if (conf_parser_ctx.pass == 2)
5466      yy_match_item->action |= SHARED_UNRESV;
5467   }
5468      break;
5469  
5470 <  case 361:
5471 < #line 2294 "ircd_parser.y"
5470 >  case 322:
5471 >
5472 > /* Line 1806 of yacc.c  */
5473 > #line 1932 "conf_parser.y"
5474      {
5475 <  if (ypass == 2)
5475 >  if (conf_parser_ctx.pass == 2)
5476      yy_match_item->action |= SHARED_LOCOPS;
5477   }
5478      break;
5479  
5480 <  case 362:
5481 < #line 2298 "ircd_parser.y"
5480 >  case 323:
5481 >
5482 > /* Line 1806 of yacc.c  */
5483 > #line 1936 "conf_parser.y"
5484      {
5485 <  if (ypass == 2)
5485 >  if (conf_parser_ctx.pass == 2)
5486      yy_match_item->action = SHARED_ALL;
5487   }
5488      break;
5489  
5490 <  case 363:
5491 < #line 2307 "ircd_parser.y"
5490 >  case 324:
5491 >
5492 > /* Line 1806 of yacc.c  */
5493 > #line 1945 "conf_parser.y"
5494      {
5495 <  if (ypass == 2)
5495 >  if (conf_parser_ctx.pass == 2)
5496    {
5497      yy_conf = make_conf_item(CLUSTER_TYPE);
5498      yy_conf->flags = SHARED_ALL;
# Line 5720 | Line 5500 | yyreduce:
5500   }
5501      break;
5502  
5503 <  case 364:
5504 < #line 2314 "ircd_parser.y"
5503 >  case 325:
5504 >
5505 > /* Line 1806 of yacc.c  */
5506 > #line 1952 "conf_parser.y"
5507      {
5508 <  if (ypass == 2)
5508 >  if (conf_parser_ctx.pass == 2)
5509    {
5510      if (yy_conf->name == NULL)
5511        DupString(yy_conf->name, "*");
# Line 5732 | Line 5514 | yyreduce:
5514   }
5515      break;
5516  
5517 <  case 370:
5518 < #line 2327 "ircd_parser.y"
5517 >  case 331:
5518 >
5519 > /* Line 1806 of yacc.c  */
5520 > #line 1965 "conf_parser.y"
5521      {
5522 <  if (ypass == 2)
5522 >  if (conf_parser_ctx.pass == 2)
5523      DupString(yy_conf->name, yylval.string);
5524   }
5525      break;
5526  
5527 <  case 371:
5528 < #line 2333 "ircd_parser.y"
5527 >  case 332:
5528 >
5529 > /* Line 1806 of yacc.c  */
5530 > #line 1971 "conf_parser.y"
5531      {
5532 <  if (ypass == 2)
5532 >  if (conf_parser_ctx.pass == 2)
5533      yy_conf->flags = 0;
5534   }
5535      break;
5536  
5537 <  case 375:
5538 < #line 2340 "ircd_parser.y"
5537 >  case 336:
5538 >
5539 > /* Line 1806 of yacc.c  */
5540 > #line 1978 "conf_parser.y"
5541      {
5542 <  if (ypass == 2)
5542 >  if (conf_parser_ctx.pass == 2)
5543      yy_conf->flags |= SHARED_KLINE;
5544   }
5545      break;
5546  
5547 <  case 376:
5548 < #line 2344 "ircd_parser.y"
5547 >  case 337:
5548 >
5549 > /* Line 1806 of yacc.c  */
5550 > #line 1982 "conf_parser.y"
5551      {
5552 <  if (ypass == 2)
5553 <    yy_conf->flags |= SHARED_TKLINE;
5552 >  if (conf_parser_ctx.pass == 2)
5553 >    yy_conf->flags |= SHARED_UNKLINE;
5554   }
5555      break;
5556  
5557 <  case 377:
5558 < #line 2348 "ircd_parser.y"
5557 >  case 338:
5558 >
5559 > /* Line 1806 of yacc.c  */
5560 > #line 1986 "conf_parser.y"
5561      {
5562 <  if (ypass == 2)
5563 <    yy_conf->flags |= SHARED_UNKLINE;
5562 >  if (conf_parser_ctx.pass == 2)
5563 >    yy_conf->flags |= SHARED_DLINE;
5564   }
5565      break;
5566  
5567 <  case 378:
5568 < #line 2352 "ircd_parser.y"
5567 >  case 339:
5568 >
5569 > /* Line 1806 of yacc.c  */
5570 > #line 1990 "conf_parser.y"
5571      {
5572 <  if (ypass == 2)
5573 <    yy_conf->flags |= SHARED_XLINE;
5572 >  if (conf_parser_ctx.pass == 2)
5573 >    yy_conf->flags |= SHARED_UNDLINE;
5574   }
5575      break;
5576  
5577 <  case 379:
5578 < #line 2356 "ircd_parser.y"
5577 >  case 340:
5578 >
5579 > /* Line 1806 of yacc.c  */
5580 > #line 1994 "conf_parser.y"
5581      {
5582 <  if (ypass == 2)
5583 <    yy_conf->flags |= SHARED_TXLINE;
5582 >  if (conf_parser_ctx.pass == 2)
5583 >    yy_conf->flags |= SHARED_XLINE;
5584   }
5585      break;
5586  
5587 <  case 380:
5588 < #line 2360 "ircd_parser.y"
5587 >  case 341:
5588 >
5589 > /* Line 1806 of yacc.c  */
5590 > #line 1998 "conf_parser.y"
5591      {
5592 <  if (ypass == 2)
5592 >  if (conf_parser_ctx.pass == 2)
5593      yy_conf->flags |= SHARED_UNXLINE;
5594   }
5595      break;
5596  
5597 <  case 381:
5598 < #line 2364 "ircd_parser.y"
5597 >  case 342:
5598 >
5599 > /* Line 1806 of yacc.c  */
5600 > #line 2002 "conf_parser.y"
5601      {
5602 <  if (ypass == 2)
5602 >  if (conf_parser_ctx.pass == 2)
5603      yy_conf->flags |= SHARED_RESV;
5604   }
5605      break;
5606  
5607 <  case 382:
5808 < #line 2368 "ircd_parser.y"
5809 <    {
5810 <  if (ypass == 2)
5811 <    yy_conf->flags |= SHARED_TRESV;
5812 < }
5813 <    break;
5607 >  case 343:
5608  
5609 <  case 383:
5610 < #line 2372 "ircd_parser.y"
5609 > /* Line 1806 of yacc.c  */
5610 > #line 2006 "conf_parser.y"
5611      {
5612 <  if (ypass == 2)
5612 >  if (conf_parser_ctx.pass == 2)
5613      yy_conf->flags |= SHARED_UNRESV;
5614   }
5615      break;
5616  
5617 <  case 384:
5618 < #line 2376 "ircd_parser.y"
5617 >  case 344:
5618 >
5619 > /* Line 1806 of yacc.c  */
5620 > #line 2010 "conf_parser.y"
5621      {
5622 <  if (ypass == 2)
5622 >  if (conf_parser_ctx.pass == 2)
5623      yy_conf->flags |= SHARED_LOCOPS;
5624   }
5625      break;
5626  
5627 <  case 385:
5628 < #line 2380 "ircd_parser.y"
5627 >  case 345:
5628 >
5629 > /* Line 1806 of yacc.c  */
5630 > #line 2014 "conf_parser.y"
5631      {
5632 <  if (ypass == 2)
5632 >  if (conf_parser_ctx.pass == 2)
5633      yy_conf->flags = SHARED_ALL;
5634   }
5635      break;
5636  
5637 <  case 386:
5638 < #line 2389 "ircd_parser.y"
5637 >  case 346:
5638 >
5639 > /* Line 1806 of yacc.c  */
5640 > #line 2023 "conf_parser.y"
5641      {
5642 <  if (ypass == 2)
5642 >  if (conf_parser_ctx.pass == 2)
5643    {
5644      yy_conf = make_conf_item(SERVER_TYPE);
5645 <    yy_aconf = (struct AccessItem *)map_to_conf(yy_conf);
5646 <    yy_aconf->passwd = NULL;
5645 >    yy_aconf = map_to_conf(yy_conf);
5646 >
5647      /* defaults */
5648      yy_aconf->port = PORTNUM;
5849
5850    if (ConfigFileEntry.burst_away)
5851      yy_aconf->flags = CONF_FLAGS_BURST_AWAY;
5649    }
5650    else
5651    {
# Line 5858 | Line 5655 | yyreduce:
5655   }
5656      break;
5657  
5658 <  case 387:
5659 < #line 2407 "ircd_parser.y"
5658 >  case 347:
5659 >
5660 > /* Line 1806 of yacc.c  */
5661 > #line 2038 "conf_parser.y"
5662      {
5663 <  if (ypass == 2)
5663 >  if (conf_parser_ctx.pass == 2)
5664    {
5665 <    struct CollectItem *yy_hconf=NULL;
5666 <    struct CollectItem *yy_lconf=NULL;
5667 <    dlink_node *ptr;
5668 <    dlink_node *next_ptr;
5669 < #ifdef HAVE_LIBCRYPTO
5670 <    if (yy_aconf->host &&
5671 <        ((yy_aconf->passwd && yy_aconf->spasswd) ||
5672 <         (yy_aconf->rsa_public_key && IsConfCryptLink(yy_aconf))))
5874 < #else /* !HAVE_LIBCRYPTO */
5875 <      if (yy_aconf->host && !IsConfCryptLink(yy_aconf) &&
5876 <          yy_aconf->passwd && yy_aconf->spasswd)
5877 < #endif /* !HAVE_LIBCRYPTO */
5878 <        {
5879 <          if (conf_add_server(yy_conf, class_name) == -1)
5880 <          {
5881 <            delete_conf_item(yy_conf);
5882 <            yy_conf = NULL;
5883 <            yy_aconf = NULL;
5884 <          }
5885 <        }
5886 <        else
5887 <        {
5888 <          /* Even if yy_conf ->name is NULL
5889 <           * should still unhook any hub/leaf confs still pending
5890 <           */
5891 <          unhook_hub_leaf_confs();
5892 <
5893 <          if (yy_conf->name != NULL)
5894 <          {
5895 < #ifndef HAVE_LIBCRYPTO
5896 <            if (IsConfCryptLink(yy_aconf))
5897 <              yyerror("Ignoring connect block -- no OpenSSL support");
5898 < #else
5899 <            if (IsConfCryptLink(yy_aconf) && !yy_aconf->rsa_public_key)
5900 <              yyerror("Ignoring connect block -- missing key");
5901 < #endif
5902 <            if (yy_aconf->host == NULL)
5903 <              yyerror("Ignoring connect block -- missing host");
5904 <            else if (!IsConfCryptLink(yy_aconf) &&
5905 <                    (!yy_aconf->passwd || !yy_aconf->spasswd))
5906 <              yyerror("Ignoring connect block -- missing password");
5907 <          }
5908 <
5909 <
5910 <          /* XXX
5911 <           * This fixes a try_connections() core (caused by invalid class_ptr
5912 <           * pointers) reported by metalrock. That's an ugly fix, but there
5913 <           * is currently no better way. The entire config subsystem needs an
5914 <           * rewrite ASAP. make_conf_item() shouldn't really add things onto
5915 <           * a doubly linked list immediately without any sanity checks!  -Michael
5916 <           */
5917 <          delete_conf_item(yy_conf);
5918 <
5919 <          yy_aconf = NULL;
5920 <          yy_conf = NULL;
5921 <        }
5922 <
5923 <      /*
5924 <       * yy_conf is still pointing at the server that is having
5925 <       * a connect block built for it. This means, y_aconf->name
5926 <       * points to the actual irc name this server will be known as.
5927 <       * Now this new server has a set or even just one hub_mask (or leaf_mask)
5928 <       * given in the link list at yy_hconf. Fill in the HUB confs
5929 <       * from this link list now.
5930 <       */        
5931 <      DLINK_FOREACH_SAFE(ptr, next_ptr, hub_conf_list.head)
5665 >    if (yy_aconf->host && yy_aconf->passwd && yy_aconf->spasswd)
5666 >    {
5667 >      if (conf_add_server(yy_conf, class_name) == -1)
5668 >        delete_conf_item(yy_conf);
5669 >    }
5670 >    else
5671 >    {
5672 >      if (yy_conf->name != NULL)
5673        {
5674 <        struct ConfItem *new_hub_conf;
5675 <        struct MatchItem *match_item;
5676 <
5677 <        yy_hconf = ptr->data;
5937 <
5938 <        /* yy_conf == NULL is a fatal error for this connect block! */
5939 <        if ((yy_conf != NULL) && (yy_conf->name != NULL))
5940 <        {
5941 <          new_hub_conf = make_conf_item(HUB_TYPE);
5942 <          match_item = (struct MatchItem *)map_to_conf(new_hub_conf);
5943 <          DupString(new_hub_conf->name, yy_conf->name);
5944 <          if (yy_hconf->user != NULL)
5945 <            DupString(match_item->user, yy_hconf->user);
5946 <          else
5947 <            DupString(match_item->user, "*");
5948 <          if (yy_hconf->host != NULL)
5949 <            DupString(match_item->host, yy_hconf->host);
5950 <          else
5951 <            DupString(match_item->host, "*");
5952 <        }
5953 <        dlinkDelete(&yy_hconf->node, &hub_conf_list);
5954 <        free_collect_item(yy_hconf);
5674 >        if (yy_aconf->host == NULL)
5675 >          yyerror("Ignoring connect block -- missing host");
5676 >        else if (!yy_aconf->passwd || !yy_aconf->spasswd)
5677 >          yyerror("Ignoring connect block -- missing password");
5678        }
5679  
5680 <      /* Ditto for the LEAF confs */
5681 <
5682 <      DLINK_FOREACH_SAFE(ptr, next_ptr, leaf_conf_list.head)
5683 <      {
5684 <        struct ConfItem *new_leaf_conf;
5685 <        struct MatchItem *match_item;
5686 <
5687 <        yy_lconf = ptr->data;
5680 >      /* XXX
5681 >       * This fixes a try_connections() core (caused by invalid class_ptr
5682 >       * pointers) reported by metalrock. That's an ugly fix, but there
5683 >       * is currently no better way. The entire config subsystem needs an
5684 >       * rewrite ASAP. make_conf_item() shouldn't really add things onto
5685 >       * a doubly linked list immediately without any sanity checks!  -Michael
5686 >       */
5687 >      delete_conf_item(yy_conf);
5688 >    }
5689  
5690 <        if ((yy_conf != NULL) && (yy_conf->name != NULL))
5691 <        {
5692 <          new_leaf_conf = make_conf_item(LEAF_TYPE);
5693 <          match_item = (struct MatchItem *)map_to_conf(new_leaf_conf);
5970 <          DupString(new_leaf_conf->name, yy_conf->name);
5971 <          if (yy_lconf->user != NULL)
5972 <            DupString(match_item->user, yy_lconf->user);
5973 <          else
5974 <            DupString(match_item->user, "*");
5975 <          if (yy_lconf->host != NULL)
5976 <            DupString(match_item->host, yy_lconf->host);
5977 <          else
5978 <            DupString(match_item->host, "*");
5979 <        }
5980 <        dlinkDelete(&yy_lconf->node, &leaf_conf_list);
5981 <        free_collect_item(yy_lconf);
5982 <      }
5983 <      MyFree(class_name);
5984 <      class_name = NULL;
5985 <      yy_conf = NULL;
5986 <      yy_aconf = NULL;
5690 >    MyFree(class_name);
5691 >    class_name = NULL;
5692 >    yy_conf = NULL;
5693 >    yy_aconf = NULL;
5694    }
5695   }
5696      break;
5697  
5698 <  case 412:
5992 < #line 2546 "ircd_parser.y"
5993 <    {
5994 <  if (ypass == 2)
5995 <  {
5996 <    if (yy_conf->name != NULL)
5997 <      yyerror("Multiple connect name entry");
5998 <
5999 <    MyFree(yy_conf->name);
6000 <    DupString(yy_conf->name, yylval.string);
6001 <  }
6002 < }
6003 <    break;
5698 >  case 364:
5699  
5700 <  case 413:
5701 < #line 2558 "ircd_parser.y"
5700 > /* Line 1806 of yacc.c  */
5701 > #line 2082 "conf_parser.y"
5702      {
5703 <  if (ypass == 2)
5703 >  if (conf_parser_ctx.pass == 2)
5704    {
6010    if (yy_conf->name != NULL)
6011      yyerror("Multiple connect name entry");
6012
5705      MyFree(yy_conf->name);
5706      DupString(yy_conf->name, yylval.string);
5707    }
5708   }
5709      break;
5710  
5711 <  case 414:
5712 < #line 2570 "ircd_parser.y"
5711 >  case 365:
5712 >
5713 > /* Line 1806 of yacc.c  */
5714 > #line 2091 "conf_parser.y"
5715      {
5716 <  if (ypass == 2)
5716 >  if (conf_parser_ctx.pass == 2)
5717    {
5718      MyFree(yy_aconf->host);
5719      DupString(yy_aconf->host, yylval.string);
# Line 6027 | Line 5721 | yyreduce:
5721   }
5722      break;
5723  
5724 <  case 415:
5725 < #line 2579 "ircd_parser.y"
5724 >  case 366:
5725 >
5726 > /* Line 1806 of yacc.c  */
5727 > #line 2100 "conf_parser.y"
5728      {
5729 <  if (ypass == 2)
5729 >  if (conf_parser_ctx.pass == 2)
5730    {
5731      struct addrinfo hints, *res;
5732  
# Line 6040 | Line 5736 | yyreduce:
5736      hints.ai_socktype = SOCK_STREAM;
5737      hints.ai_flags    = AI_PASSIVE | AI_NUMERICHOST;
5738  
5739 <    if (irc_getaddrinfo(yylval.string, NULL, &hints, &res))
5740 <      ilog(L_ERROR, "Invalid netmask for server vhost(%s)", yylval.string);
5739 >    if (getaddrinfo(yylval.string, NULL, &hints, &res))
5740 >      ilog(LOG_TYPE_IRCD, "Invalid netmask for server vhost(%s)", yylval.string);
5741      else
5742      {
5743        assert(res != NULL);
5744  
5745 <      memcpy(&yy_aconf->my_ipnum, res->ai_addr, res->ai_addrlen);
5746 <      yy_aconf->my_ipnum.ss.ss_family = res->ai_family;
5747 <      yy_aconf->my_ipnum.ss_len = res->ai_addrlen;
5748 <      irc_freeaddrinfo(res);
5745 >      memcpy(&yy_aconf->bind, res->ai_addr, res->ai_addrlen);
5746 >      yy_aconf->bind.ss.ss_family = res->ai_family;
5747 >      yy_aconf->bind.ss_len = res->ai_addrlen;
5748 >      freeaddrinfo(res);
5749      }
5750    }
5751   }
5752      break;
5753  
5754 <  case 416:
5755 < #line 2605 "ircd_parser.y"
5754 >  case 367:
5755 >
5756 > /* Line 1806 of yacc.c  */
5757 > #line 2126 "conf_parser.y"
5758      {
5759 <  if (ypass == 2)
5759 >  if (conf_parser_ctx.pass == 2)
5760    {
5761      if ((yyvsp[(3) - (4)].string)[0] == ':')
5762        yyerror("Server passwords cannot begin with a colon");
# Line 6075 | Line 5773 | yyreduce:
5773   }
5774      break;
5775  
5776 <  case 417:
5777 < #line 2623 "ircd_parser.y"
5776 >  case 368:
5777 >
5778 > /* Line 1806 of yacc.c  */
5779 > #line 2144 "conf_parser.y"
5780      {
5781 <  if (ypass == 2)
5781 >  if (conf_parser_ctx.pass == 2)
5782    {
5783      if ((yyvsp[(3) - (4)].string)[0] == ':')
5784        yyerror("Server passwords cannot begin with a colon");
# Line 6095 | Line 5795 | yyreduce:
5795   }
5796      break;
5797  
5798 <  case 418:
5799 < #line 2641 "ircd_parser.y"
5798 >  case 369:
5799 >
5800 > /* Line 1806 of yacc.c  */
5801 > #line 2162 "conf_parser.y"
5802      {
5803 <  if (ypass == 2)
5803 >  if (conf_parser_ctx.pass == 2)
5804      yy_aconf->port = (yyvsp[(3) - (4)].number);
5805   }
5806      break;
5807  
5808 <  case 419:
5809 < #line 2647 "ircd_parser.y"
5808 >  case 370:
5809 >
5810 > /* Line 1806 of yacc.c  */
5811 > #line 2168 "conf_parser.y"
5812      {
5813 <  if (ypass == 2)
5813 >  if (conf_parser_ctx.pass == 2)
5814      yy_aconf->aftype = AF_INET;
5815   }
5816      break;
5817  
5818 <  case 420:
5819 < #line 2651 "ircd_parser.y"
5818 >  case 371:
5819 >
5820 > /* Line 1806 of yacc.c  */
5821 > #line 2172 "conf_parser.y"
5822      {
5823   #ifdef IPV6
5824 <  if (ypass == 2)
5824 >  if (conf_parser_ctx.pass == 2)
5825      yy_aconf->aftype = AF_INET6;
5826   #endif
5827   }
5828      break;
5829  
5830 <  case 421:
6125 < #line 2659 "ircd_parser.y"
6126 <    {
6127 <  if (ypass == 2)
6128 <  {
6129 <    MyFree(yy_aconf->fakename);
6130 <    DupString(yy_aconf->fakename, yylval.string);
6131 <  }
6132 < }
6133 <    break;
5830 >  case 372:
5831  
5832 <  case 422:
5833 < #line 2668 "ircd_parser.y"
5832 > /* Line 1806 of yacc.c  */
5833 > #line 2180 "conf_parser.y"
5834      {
5835   }
5836      break;
5837  
5838 <  case 426:
6142 < #line 2672 "ircd_parser.y"
6143 <    { not_atom = 1; }
6144 <    break;
6145 <
6146 <  case 428:
6147 < #line 2673 "ircd_parser.y"
6148 <    { not_atom = 0; }
6149 <    break;
5838 >  case 376:
5839  
5840 <  case 430:
5841 < #line 2676 "ircd_parser.y"
5840 > /* Line 1806 of yacc.c  */
5841 > #line 2185 "conf_parser.y"
5842      {
5843 <  if (ypass == 2)
5844 < #ifndef HAVE_LIBZ
6156 <    yyerror("Ignoring flags = compressed; -- no zlib support");
6157 < #else
6158 < {
6159 <   if (not_atom)ClearConfCompressed(yy_aconf);
6160 <   else SetConfCompressed(yy_aconf);
6161 < }
6162 < #endif
5843 >  if (conf_parser_ctx.pass == 2)
5844 >    SetConfAllowAutoConn(yy_aconf);
5845   }
5846      break;
5847  
5848 <  case 431:
6167 < #line 2687 "ircd_parser.y"
6168 <    {
6169 <  if (ypass == 2)
6170 <  {
6171 <    if (not_atom)ClearConfCryptLink(yy_aconf);
6172 <    else SetConfCryptLink(yy_aconf);
6173 <  }
6174 < }
6175 <    break;
5848 >  case 377:
5849  
5850 <  case 432:
5851 < #line 2694 "ircd_parser.y"
5850 > /* Line 1806 of yacc.c  */
5851 > #line 2189 "conf_parser.y"
5852      {
5853 <  if (ypass == 2)
5854 <  {
6182 <    if (not_atom)ClearConfAllowAutoConn(yy_aconf);
6183 <    else SetConfAllowAutoConn(yy_aconf);
6184 <  }
5853 >  if (conf_parser_ctx.pass == 2)
5854 >    SetConfAwayBurst(yy_aconf);
5855   }
5856      break;
5857  
5858 <  case 433:
6189 < #line 2701 "ircd_parser.y"
6190 <    {
6191 <  if (ypass == 2)
6192 <  {
6193 <    if (not_atom)ClearConfAwayBurst(yy_aconf);
6194 <    else SetConfAwayBurst(yy_aconf);
6195 <  }
6196 < }
6197 <    break;
5858 >  case 378:
5859  
5860 <  case 434:
5861 < #line 2708 "ircd_parser.y"
5860 > /* Line 1806 of yacc.c  */
5861 > #line 2193 "conf_parser.y"
5862      {
5863 <  if (ypass == 2)
5864 <  {
6204 <    if (not_atom)ClearConfTopicBurst(yy_aconf);
6205 <    else SetConfTopicBurst(yy_aconf);
6206 <  }
5863 >  if (conf_parser_ctx.pass == 2)
5864 >    SetConfTopicBurst(yy_aconf);
5865   }
5866      break;
5867  
5868 <  case 435:
6211 < #line 2718 "ircd_parser.y"
6212 <    {
6213 < #ifdef HAVE_LIBCRYPTO
6214 <  if (ypass == 2)
6215 <  {
6216 <    BIO *file;
6217 <
6218 <    if (yy_aconf->rsa_public_key != NULL)
6219 <    {
6220 <      RSA_free(yy_aconf->rsa_public_key);
6221 <      yy_aconf->rsa_public_key = NULL;
6222 <    }
6223 <
6224 <    if (yy_aconf->rsa_public_key_file != NULL)
6225 <    {
6226 <      MyFree(yy_aconf->rsa_public_key_file);
6227 <      yy_aconf->rsa_public_key_file = NULL;
6228 <    }
6229 <
6230 <    DupString(yy_aconf->rsa_public_key_file, yylval.string);
6231 <
6232 <    if ((file = BIO_new_file(yylval.string, "r")) == NULL)
6233 <    {
6234 <      yyerror("Ignoring rsa_public_key_file -- file doesn't exist");
6235 <      break;
6236 <    }
6237 <
6238 <    yy_aconf->rsa_public_key = (RSA *)PEM_read_bio_RSA_PUBKEY(file, NULL, 0, NULL);
5868 >  case 379:
5869  
5870 <    if (yy_aconf->rsa_public_key == NULL)
5870 > /* Line 1806 of yacc.c  */
5871 > #line 2197 "conf_parser.y"
5872      {
5873 <      yyerror("Ignoring rsa_public_key_file -- Key invalid; check key syntax.");
5874 <      break;
6244 <    }
6245 <      
6246 <    BIO_set_close(file, BIO_CLOSE);
6247 <    BIO_free(file);
6248 <  }
6249 < #endif /* HAVE_LIBCRYPTO */
5873 >  if (conf_parser_ctx.pass == 2)
5874 >    SetConfSSL(yy_aconf);
5875   }
5876      break;
5877  
5878 <  case 436:
5879 < #line 2759 "ircd_parser.y"
5878 >  case 380:
5879 >
5880 > /* Line 1806 of yacc.c  */
5881 > #line 2203 "conf_parser.y"
5882      {
5883 <  if (ypass == 2)
5883 >  if (conf_parser_ctx.pass == 2)
5884    {
5885      if (yylval.number)
5886        yy_aconf->flags |= CONF_FLAGS_ENCRYPTED;
# Line 6263 | Line 5890 | yyreduce:
5890   }
5891      break;
5892  
5893 <  case 437:
6267 < #line 2770 "ircd_parser.y"
6268 <    {
6269 <  if (ypass == 2)
6270 <  {
6271 <    if (yylval.number)
6272 <      yy_aconf->flags |= CONF_FLAGS_CRYPTLINK;
6273 <    else
6274 <      yy_aconf->flags &= ~CONF_FLAGS_CRYPTLINK;
6275 <  }
6276 < }
6277 <    break;
5893 >  case 381:
5894  
5895 <  case 438:
5896 < #line 2781 "ircd_parser.y"
5895 > /* Line 1806 of yacc.c  */
5896 > #line 2214 "conf_parser.y"
5897      {
5898 <  if (ypass == 2)
5898 >  if (conf_parser_ctx.pass == 2)
5899    {
5900 <    if (yylval.number)
6285 < #ifndef HAVE_LIBZ
6286 <      yyerror("Ignoring compressed=yes; -- no zlib support");
6287 < #else
6288 <      yy_aconf->flags |= CONF_FLAGS_COMPRESSED;
6289 < #endif
6290 <    else
6291 <      yy_aconf->flags &= ~CONF_FLAGS_COMPRESSED;
6292 <  }
6293 < }
6294 <    break;
5900 >    char *mask;
5901  
5902 <  case 439:
5903 < #line 2796 "ircd_parser.y"
6298 <    {
6299 <  if (ypass == 2)
6300 <  {
6301 <    if (yylval.number)
6302 <      yy_aconf->flags |= CONF_FLAGS_ALLOW_AUTO_CONN;
6303 <    else
6304 <      yy_aconf->flags &= ~CONF_FLAGS_ALLOW_AUTO_CONN;
5902 >    DupString(mask, yylval.string);
5903 >    dlinkAdd(mask, make_dlink_node(), &yy_aconf->hub_list);
5904    }
5905   }
5906      break;
5907  
5908 <  case 440:
6310 < #line 2807 "ircd_parser.y"
6311 <    {
6312 <  if (ypass == 2)
6313 <  {
6314 <    if (yylval.number)
6315 <      SetConfTopicBurst(yy_aconf);
6316 <    else
6317 <      ClearConfTopicBurst(yy_aconf);
6318 <  }
6319 < }
6320 <    break;
5908 >  case 382:
5909  
5910 <  case 441:
5911 < #line 2818 "ircd_parser.y"
5910 > /* Line 1806 of yacc.c  */
5911 > #line 2225 "conf_parser.y"
5912      {
5913 <  if (ypass == 2)
5913 >  if (conf_parser_ctx.pass == 2)
5914    {
5915 <    struct CollectItem *yy_tmp;
5915 >    char *mask;
5916  
5917 <    yy_tmp = (struct CollectItem *)MyMalloc(sizeof(struct CollectItem));
5918 <    DupString(yy_tmp->host, yylval.string);
6331 <    DupString(yy_tmp->user, "*");
6332 <    dlinkAdd(yy_tmp, &yy_tmp->node, &hub_conf_list);
5917 >    DupString(mask, yylval.string);
5918 >    dlinkAdd(mask, make_dlink_node(), &yy_aconf->leaf_list);
5919    }
5920   }
5921      break;
5922  
5923 <  case 442:
6338 < #line 2831 "ircd_parser.y"
6339 <    {
6340 <  if (ypass == 2)
6341 <  {
6342 <    struct CollectItem *yy_tmp;
6343 <
6344 <    yy_tmp = (struct CollectItem *)MyMalloc(sizeof(struct CollectItem));
6345 <    DupString(yy_tmp->host, yylval.string);
6346 <    DupString(yy_tmp->user, "*");
6347 <    dlinkAdd(yy_tmp, &yy_tmp->node, &leaf_conf_list);
6348 <  }
6349 < }
6350 <    break;
5923 >  case 383:
5924  
5925 <  case 443:
5926 < #line 2844 "ircd_parser.y"
5925 > /* Line 1806 of yacc.c  */
5926 > #line 2236 "conf_parser.y"
5927      {
5928 <  if (ypass == 2)
5928 >  if (conf_parser_ctx.pass == 2)
5929    {
5930      MyFree(class_name);
5931      DupString(class_name, yylval.string);
# Line 6360 | Line 5933 | yyreduce:
5933   }
5934      break;
5935  
5936 <  case 444:
5937 < #line 2853 "ircd_parser.y"
5936 >  case 384:
5937 >
5938 > /* Line 1806 of yacc.c  */
5939 > #line 2245 "conf_parser.y"
5940      {
5941   #ifdef HAVE_LIBCRYPTO
5942 <  if (ypass == 2)
5942 >  if (conf_parser_ctx.pass == 2)
5943    {
5944 <    struct EncCapability *ecap;
5945 <    const char *cipher_name;
6371 <    int found = 0;
6372 <
6373 <    yy_aconf->cipher_preference = NULL;
6374 <    cipher_name = yylval.string;
6375 <
6376 <    for (ecap = CipherTable; ecap->name; ecap++)
6377 <    {
6378 <      if ((irccmp(ecap->name, cipher_name) == 0) &&
6379 <          (ecap->cap & CAP_ENC_MASK))
6380 <      {
6381 <        yy_aconf->cipher_preference = ecap;
6382 <        found = 1;
6383 <        break;
6384 <      }
6385 <    }
6386 <
6387 <    if (!found)
6388 <      yyerror("Invalid cipher");
5944 >    MyFree(yy_aconf->cipher_list);
5945 >    DupString(yy_aconf->cipher_list, yylval.string);
5946    }
5947   #else
5948 <  if (ypass == 2)
5949 <    yyerror("Ignoring cipher_preference -- no OpenSSL support");
5948 >  if (conf_parser_ctx.pass == 2)
5949 >    yyerror("Ignoring connect::ciphers -- no OpenSSL support");
5950   #endif
5951   }
5952      break;
5953  
5954 <  case 445:
5955 < #line 2888 "ircd_parser.y"
5954 >  case 385:
5955 >
5956 > /* Line 1806 of yacc.c  */
5957 > #line 2263 "conf_parser.y"
5958      {
5959 <  if (ypass == 2)
5959 >  if (conf_parser_ctx.pass == 2)
5960    {
5961      userbuf[0] = hostbuf[0] = reasonbuf[0] = '\0';
5962      regex_ban = 0;
# Line 6405 | Line 5964 | yyreduce:
5964   }
5965      break;
5966  
5967 <  case 446:
5968 < #line 2895 "ircd_parser.y"
5967 >  case 386:
5968 >
5969 > /* Line 1806 of yacc.c  */
5970 > #line 2270 "conf_parser.y"
5971      {
5972 <  if (ypass == 2)
5972 >  if (conf_parser_ctx.pass == 2)
5973    {
5974      if (userbuf[0] && hostbuf[0])
5975      {
5976        if (regex_ban)
5977        {
5978 <        pcre *exp_user = NULL;
5979 <        pcre *exp_host = NULL;
5978 > #ifdef HAVE_LIBPCRE
5979 >        void *exp_user = NULL;
5980 >        void *exp_host = NULL;
5981          const char *errptr = NULL;
5982  
5983          if (!(exp_user = ircd_pcre_compile(userbuf, &errptr)) ||
5984              !(exp_host = ircd_pcre_compile(hostbuf, &errptr)))
5985          {
5986 <          ilog(L_ERROR, "Failed to add regular expression based K-Line: %s",
5986 >          ilog(LOG_TYPE_IRCD, "Failed to add regular expression based K-Line: %s",
5987                 errptr);
5988            break;
5989          }
5990  
5991 <        yy_conf = make_conf_item(RKLINE_TYPE);
6430 <        yy_aconf = map_to_conf(yy_conf);
6431 <
5991 >        yy_aconf = map_to_conf(make_conf_item(RKLINE_TYPE));
5992          yy_aconf->regexuser = exp_user;
5993          yy_aconf->regexhost = exp_host;
5994  
# Line 6439 | Line 5999 | yyreduce:
5999            DupString(yy_aconf->reason, reasonbuf);
6000          else
6001            DupString(yy_aconf->reason, "No reason");
6002 + #else
6003 +        ilog(LOG_TYPE_IRCD, "Failed to add regular expression based K-Line: no PCRE support");
6004 +        break;
6005 + #endif
6006        }
6007        else
6008        {
6009 <        yy_conf = make_conf_item(KLINE_TYPE);
6010 <        yy_aconf = map_to_conf(yy_conf);
6009 >        find_and_delete_temporary(userbuf, hostbuf, CONF_KLINE);
6010 >
6011 >        yy_aconf = map_to_conf(make_conf_item(KLINE_TYPE));
6012  
6013          DupString(yy_aconf->user, userbuf);
6014          DupString(yy_aconf->host, hostbuf);
# Line 6452 | Line 6017 | yyreduce:
6017            DupString(yy_aconf->reason, reasonbuf);
6018          else
6019            DupString(yy_aconf->reason, "No reason");
6020 <        add_conf_by_address(CONF_KILL, yy_aconf);
6020 >        add_conf_by_address(CONF_KLINE, yy_aconf);
6021        }
6022      }
6458    else
6459      delete_conf_item(yy_conf);
6023  
6461    yy_conf = NULL;
6024      yy_aconf = NULL;
6025    }
6026   }
6027      break;
6028  
6029 <  case 447:
6030 < #line 2952 "ircd_parser.y"
6029 >  case 387:
6030 >
6031 > /* Line 1806 of yacc.c  */
6032 > #line 2328 "conf_parser.y"
6033      {
6034   }
6035      break;
6036  
6037 <  case 451:
6038 < #line 2957 "ircd_parser.y"
6037 >  case 391:
6038 >
6039 > /* Line 1806 of yacc.c  */
6040 > #line 2333 "conf_parser.y"
6041      {
6042 <  if (ypass == 2)
6042 >  if (conf_parser_ctx.pass == 2)
6043      regex_ban = 1;
6044   }
6045      break;
6046  
6047 <  case 458:
6048 < #line 2966 "ircd_parser.y"
6047 >  case 398:
6048 >
6049 > /* Line 1806 of yacc.c  */
6050 > #line 2342 "conf_parser.y"
6051      {
6052 <  if (ypass == 2)
6052 >  if (conf_parser_ctx.pass == 2)
6053    {
6054      struct split_nuh_item nuh;
6055  
# Line 6499 | Line 6067 | yyreduce:
6067   }
6068      break;
6069  
6070 <  case 459:
6071 < #line 2985 "ircd_parser.y"
6070 >  case 399:
6071 >
6072 > /* Line 1806 of yacc.c  */
6073 > #line 2361 "conf_parser.y"
6074      {
6075 <  if (ypass == 2)
6075 >  if (conf_parser_ctx.pass == 2)
6076      strlcpy(reasonbuf, yylval.string, sizeof(reasonbuf));
6077   }
6078      break;
6079  
6080 <  case 460:
6081 < #line 2994 "ircd_parser.y"
6080 >  case 400:
6081 >
6082 > /* Line 1806 of yacc.c  */
6083 > #line 2370 "conf_parser.y"
6084      {
6085 <  if (ypass == 2)
6086 <  {
6515 <    yy_conf = make_conf_item(DLINE_TYPE);
6516 <    yy_aconf = map_to_conf(yy_conf);
6517 <    /* default reason */
6518 <    DupString(yy_aconf->reason, "No reason");
6519 <  }
6085 >  if (conf_parser_ctx.pass == 2)
6086 >    hostbuf[0] = reasonbuf[0] = '\0';
6087   }
6088      break;
6089  
6090 <  case 461:
6091 < #line 3003 "ircd_parser.y"
6090 >  case 401:
6091 >
6092 > /* Line 1806 of yacc.c  */
6093 > #line 2374 "conf_parser.y"
6094      {
6095 <  if (ypass == 2)
6095 >  if (conf_parser_ctx.pass == 2)
6096    {
6097 <    if (yy_aconf->host && parse_netmask(yy_aconf->host, NULL, NULL) != HM_HOST)
6097 >    if (hostbuf[0] && parse_netmask(hostbuf, NULL, NULL) != HM_HOST)
6098 >    {
6099 >      find_and_delete_temporary(NULL, hostbuf, CONF_DLINE);
6100 >
6101 >      yy_aconf = map_to_conf(make_conf_item(DLINE_TYPE));
6102 >      DupString(yy_aconf->host, hostbuf);
6103 >
6104 >      if (reasonbuf[0])
6105 >        DupString(yy_aconf->reason, reasonbuf);
6106 >      else
6107 >        DupString(yy_aconf->reason, "No reason");
6108        add_conf_by_address(CONF_DLINE, yy_aconf);
6109 <    else
6110 <      delete_conf_item(yy_conf);
6532 <    yy_conf = NULL;
6533 <    yy_aconf = NULL;
6109 >      yy_aconf = NULL;
6110 >    }
6111    }
6112   }
6113      break;
6114  
6115 <  case 467:
6116 < #line 3019 "ircd_parser.y"
6115 >  case 407:
6116 >
6117 > /* Line 1806 of yacc.c  */
6118 > #line 2398 "conf_parser.y"
6119      {
6120 <  if (ypass == 2)
6121 <  {
6543 <    MyFree(yy_aconf->host);
6544 <    DupString(yy_aconf->host, yylval.string);
6545 <  }
6120 >  if (conf_parser_ctx.pass == 2)
6121 >    strlcpy(hostbuf, yylval.string, sizeof(hostbuf));
6122   }
6123      break;
6124  
6125 <  case 468:
6126 < #line 3028 "ircd_parser.y"
6125 >  case 408:
6126 >
6127 > /* Line 1806 of yacc.c  */
6128 > #line 2404 "conf_parser.y"
6129      {
6130 <  if (ypass == 2)
6131 <  {
6554 <    MyFree(yy_aconf->reason);
6555 <    DupString(yy_aconf->reason, yylval.string);
6556 <  }
6130 >  if (conf_parser_ctx.pass == 2)
6131 >    strlcpy(reasonbuf, yylval.string, sizeof(reasonbuf));
6132   }
6133      break;
6134  
6135 <  case 474:
6136 < #line 3045 "ircd_parser.y"
6135 >  case 414:
6136 >
6137 > /* Line 1806 of yacc.c  */
6138 > #line 2418 "conf_parser.y"
6139      {
6140 <  if (ypass == 2)
6140 >  if (conf_parser_ctx.pass == 2)
6141    {
6142      if (yylval.string[0] && parse_netmask(yylval.string, NULL, NULL) != HM_HOST)
6143      {
6144 <      yy_conf = make_conf_item(EXEMPTDLINE_TYPE);
6568 <      yy_aconf = map_to_conf(yy_conf);
6144 >      yy_aconf = map_to_conf(make_conf_item(EXEMPTDLINE_TYPE));
6145        DupString(yy_aconf->host, yylval.string);
6146  
6147        add_conf_by_address(CONF_EXEMPTDLINE, yy_aconf);
6572
6573      yy_conf = NULL;
6148        yy_aconf = NULL;
6149      }
6150    }
6151   }
6152      break;
6153  
6154 <  case 475:
6155 < #line 3066 "ircd_parser.y"
6154 >  case 415:
6155 >
6156 > /* Line 1806 of yacc.c  */
6157 > #line 2436 "conf_parser.y"
6158      {
6159 <  if (ypass == 2)
6159 >  if (conf_parser_ctx.pass == 2)
6160    {
6161      regex_ban = 0;
6162      reasonbuf[0] = gecos_name[0] = '\0';
# Line 6588 | Line 6164 | yyreduce:
6164   }
6165      break;
6166  
6167 <  case 476:
6168 < #line 3073 "ircd_parser.y"
6167 >  case 416:
6168 >
6169 > /* Line 1806 of yacc.c  */
6170 > #line 2443 "conf_parser.y"
6171      {
6172 <  if (ypass == 2)
6172 >  if (conf_parser_ctx.pass == 2)
6173    {
6174      if (gecos_name[0])
6175      {
6176        if (regex_ban)
6177        {
6178 <        pcre *exp_p = NULL;
6178 > #ifdef HAVE_LIBPCRE
6179 >        void *exp_p = NULL;
6180          const char *errptr = NULL;
6181  
6182          if (!(exp_p = ircd_pcre_compile(gecos_name, &errptr)))
6183          {
6184 <          ilog(L_ERROR, "Failed to add regular expression based X-Line: %s",
6184 >          ilog(LOG_TYPE_IRCD, "Failed to add regular expression based X-Line: %s",
6185                 errptr);
6186            break;
6187          }
6188  
6189          yy_conf = make_conf_item(RXLINE_TYPE);
6190          yy_conf->regexpname = exp_p;
6191 + #else
6192 +        ilog(LOG_TYPE_IRCD, "Failed to add regular expression based X-Line: no PCRE support");
6193 +        break;
6194 + #endif
6195        }
6196        else
6197          yy_conf = make_conf_item(XLINE_TYPE);
# Line 6625 | Line 6208 | yyreduce:
6208   }
6209      break;
6210  
6211 <  case 477:
6212 < #line 3108 "ircd_parser.y"
6211 >  case 417:
6212 >
6213 > /* Line 1806 of yacc.c  */
6214 > #line 2483 "conf_parser.y"
6215      {
6216   }
6217      break;
6218  
6219 <  case 481:
6220 < #line 3113 "ircd_parser.y"
6219 >  case 421:
6220 >
6221 > /* Line 1806 of yacc.c  */
6222 > #line 2488 "conf_parser.y"
6223      {
6224 <  if (ypass == 2)
6224 >  if (conf_parser_ctx.pass == 2)
6225      regex_ban = 1;
6226   }
6227      break;
6228  
6229 <  case 488:
6230 < #line 3122 "ircd_parser.y"
6229 >  case 428:
6230 >
6231 > /* Line 1806 of yacc.c  */
6232 > #line 2497 "conf_parser.y"
6233      {
6234 <  if (ypass == 2)
6234 >  if (conf_parser_ctx.pass == 2)
6235      strlcpy(gecos_name, yylval.string, sizeof(gecos_name));
6236   }
6237      break;
6238  
6239 <  case 489:
6240 < #line 3128 "ircd_parser.y"
6239 >  case 429:
6240 >
6241 > /* Line 1806 of yacc.c  */
6242 > #line 2503 "conf_parser.y"
6243      {
6244 <  if (ypass == 2)
6244 >  if (conf_parser_ctx.pass == 2)
6245      strlcpy(reasonbuf, yylval.string, sizeof(reasonbuf));
6246   }
6247      break;
6248  
6249 <  case 550:
6250 < #line 3173 "ircd_parser.y"
6249 >  case 485:
6250 >
6251 > /* Line 1806 of yacc.c  */
6252 > #line 2547 "conf_parser.y"
6253      {
6254    ConfigFileEntry.max_watch = (yyvsp[(3) - (4)].number);
6255   }
6256      break;
6257  
6258 <  case 551:
6259 < #line 3178 "ircd_parser.y"
6258 >  case 486:
6259 >
6260 > /* Line 1806 of yacc.c  */
6261 > #line 2552 "conf_parser.y"
6262      {
6263    ConfigFileEntry.gline_min_cidr = (yyvsp[(3) - (4)].number);
6264   }
6265      break;
6266  
6267 <  case 552:
6268 < #line 3183 "ircd_parser.y"
6267 >  case 487:
6268 >
6269 > /* Line 1806 of yacc.c  */
6270 > #line 2557 "conf_parser.y"
6271      {
6272    ConfigFileEntry.gline_min_cidr6 = (yyvsp[(3) - (4)].number);
6273   }
6274      break;
6275  
6276 <  case 553:
6680 < #line 3188 "ircd_parser.y"
6681 <    {
6682 <  ConfigFileEntry.burst_away = yylval.number;
6683 < }
6684 <    break;
6276 >  case 488:
6277  
6278 <  case 554:
6279 < #line 3193 "ircd_parser.y"
6278 > /* Line 1806 of yacc.c  */
6279 > #line 2562 "conf_parser.y"
6280      {
6281    ConfigFileEntry.use_whois_actually = yylval.number;
6282   }
6283      break;
6284  
6285 <  case 555:
6286 < #line 3198 "ircd_parser.y"
6285 >  case 489:
6286 >
6287 > /* Line 1806 of yacc.c  */
6288 > #line 2567 "conf_parser.y"
6289      {
6290    GlobalSetOptions.rejecttime = yylval.number;
6291   }
6292      break;
6293  
6294 <  case 556:
6295 < #line 3203 "ircd_parser.y"
6294 >  case 490:
6295 >
6296 > /* Line 1806 of yacc.c  */
6297 > #line 2572 "conf_parser.y"
6298      {
6299    ConfigFileEntry.tkline_expire_notices = yylval.number;
6300   }
6301      break;
6302  
6303 <  case 557:
6304 < #line 3208 "ircd_parser.y"
6303 >  case 491:
6304 >
6305 > /* Line 1806 of yacc.c  */
6306 > #line 2577 "conf_parser.y"
6307      {
6308    ConfigFileEntry.kill_chase_time_limit = (yyvsp[(3) - (4)].number);
6309   }
6310      break;
6311  
6312 <  case 558:
6313 < #line 3213 "ircd_parser.y"
6312 >  case 492:
6313 >
6314 > /* Line 1806 of yacc.c  */
6315 > #line 2582 "conf_parser.y"
6316      {
6317    ConfigFileEntry.hide_spoof_ips = yylval.number;
6318   }
6319      break;
6320  
6321 <  case 559:
6322 < #line 3218 "ircd_parser.y"
6321 >  case 493:
6322 >
6323 > /* Line 1806 of yacc.c  */
6324 > #line 2587 "conf_parser.y"
6325      {
6326    ConfigFileEntry.ignore_bogus_ts = yylval.number;
6327   }
6328      break;
6329  
6330 <  case 560:
6331 < #line 3223 "ircd_parser.y"
6330 >  case 494:
6331 >
6332 > /* Line 1806 of yacc.c  */
6333 > #line 2592 "conf_parser.y"
6334      {
6335    ConfigFileEntry.disable_remote = yylval.number;
6336   }
6337      break;
6338  
6339 <  case 561:
6340 < #line 3228 "ircd_parser.y"
6339 >  case 495:
6340 >
6341 > /* Line 1806 of yacc.c  */
6342 > #line 2597 "conf_parser.y"
6343      {
6344    ConfigFileEntry.failed_oper_notice = yylval.number;
6345   }
6346      break;
6347  
6348 <  case 562:
6349 < #line 3233 "ircd_parser.y"
6348 >  case 496:
6349 >
6350 > /* Line 1806 of yacc.c  */
6351 > #line 2602 "conf_parser.y"
6352      {
6353    ConfigFileEntry.anti_nick_flood = yylval.number;
6354   }
6355      break;
6356  
6357 <  case 563:
6358 < #line 3238 "ircd_parser.y"
6357 >  case 497:
6358 >
6359 > /* Line 1806 of yacc.c  */
6360 > #line 2607 "conf_parser.y"
6361      {
6362    ConfigFileEntry.max_nick_time = (yyvsp[(3) - (4)].number);
6363   }
6364      break;
6365  
6366 <  case 564:
6367 < #line 3243 "ircd_parser.y"
6366 >  case 498:
6367 >
6368 > /* Line 1806 of yacc.c  */
6369 > #line 2612 "conf_parser.y"
6370      {
6371    ConfigFileEntry.max_nick_changes = (yyvsp[(3) - (4)].number);
6372   }
6373      break;
6374  
6375 <  case 565:
6376 < #line 3248 "ircd_parser.y"
6375 >  case 499:
6376 >
6377 > /* Line 1806 of yacc.c  */
6378 > #line 2617 "conf_parser.y"
6379      {
6380    ConfigFileEntry.max_accept = (yyvsp[(3) - (4)].number);
6381   }
6382      break;
6383  
6384 <  case 566:
6385 < #line 3253 "ircd_parser.y"
6384 >  case 500:
6385 >
6386 > /* Line 1806 of yacc.c  */
6387 > #line 2622 "conf_parser.y"
6388      {
6389    ConfigFileEntry.anti_spam_exit_message_time = (yyvsp[(3) - (4)].number);
6390   }
6391      break;
6392  
6393 <  case 567:
6394 < #line 3258 "ircd_parser.y"
6393 >  case 501:
6394 >
6395 > /* Line 1806 of yacc.c  */
6396 > #line 2627 "conf_parser.y"
6397      {
6398    ConfigFileEntry.ts_warn_delta = (yyvsp[(3) - (4)].number);
6399   }
6400      break;
6401  
6402 <  case 568:
6403 < #line 3263 "ircd_parser.y"
6402 >  case 502:
6403 >
6404 > /* Line 1806 of yacc.c  */
6405 > #line 2632 "conf_parser.y"
6406      {
6407 <  if (ypass == 2)
6407 >  if (conf_parser_ctx.pass == 2)
6408      ConfigFileEntry.ts_max_delta = (yyvsp[(3) - (4)].number);
6409   }
6410      break;
6411  
6412 <  case 569:
6413 < #line 3269 "ircd_parser.y"
6412 >  case 503:
6413 >
6414 > /* Line 1806 of yacc.c  */
6415 > #line 2638 "conf_parser.y"
6416      {
6417 <  if (((yyvsp[(3) - (4)].number) > 0) && ypass == 1)
6417 >  if (((yyvsp[(3) - (4)].number) > 0) && conf_parser_ctx.pass == 1)
6418    {
6419 <    ilog(L_CRIT, "You haven't read your config file properly.");
6420 <    ilog(L_CRIT, "There is a line in the example conf that will kill your server if not removed.");
6421 <    ilog(L_CRIT, "Consider actually reading/editing the conf file, and removing this line.");
6419 >    ilog(LOG_TYPE_IRCD, "You haven't read your config file properly.");
6420 >    ilog(LOG_TYPE_IRCD, "There is a line in the example conf that will kill your server if not removed.");
6421 >    ilog(LOG_TYPE_IRCD, "Consider actually reading/editing the conf file, and removing this line.");
6422      exit(0);
6423    }
6424   }
6425      break;
6426  
6427 <  case 570:
6428 < #line 3280 "ircd_parser.y"
6427 >  case 504:
6428 >
6429 > /* Line 1806 of yacc.c  */
6430 > #line 2649 "conf_parser.y"
6431      {
6432    ConfigFileEntry.kline_with_reason = yylval.number;
6433   }
6434      break;
6435  
6436 <  case 571:
6437 < #line 3285 "ircd_parser.y"
6436 >  case 505:
6437 >
6438 > /* Line 1806 of yacc.c  */
6439 > #line 2654 "conf_parser.y"
6440      {
6441 <  if (ypass == 2)
6441 >  if (conf_parser_ctx.pass == 2)
6442    {
6443      MyFree(ConfigFileEntry.kline_reason);
6444      DupString(ConfigFileEntry.kline_reason, yylval.string);
# Line 6820 | Line 6446 | yyreduce:
6446   }
6447      break;
6448  
6449 <  case 572:
6450 < #line 3294 "ircd_parser.y"
6449 >  case 506:
6450 >
6451 > /* Line 1806 of yacc.c  */
6452 > #line 2663 "conf_parser.y"
6453      {
6454    ConfigFileEntry.invisible_on_connect = yylval.number;
6455   }
6456      break;
6457  
6458 <  case 573:
6459 < #line 3299 "ircd_parser.y"
6458 >  case 507:
6459 >
6460 > /* Line 1806 of yacc.c  */
6461 > #line 2668 "conf_parser.y"
6462      {
6463    ConfigFileEntry.warn_no_nline = yylval.number;
6464   }
6465      break;
6466  
6467 <  case 574:
6468 < #line 3304 "ircd_parser.y"
6467 >  case 508:
6468 >
6469 > /* Line 1806 of yacc.c  */
6470 > #line 2673 "conf_parser.y"
6471      {
6472    ConfigFileEntry.stats_e_disabled = yylval.number;
6473   }
6474      break;
6475  
6476 <  case 575:
6477 < #line 3309 "ircd_parser.y"
6476 >  case 509:
6477 >
6478 > /* Line 1806 of yacc.c  */
6479 > #line 2678 "conf_parser.y"
6480      {
6481    ConfigFileEntry.stats_o_oper_only = yylval.number;
6482   }
6483      break;
6484  
6485 <  case 576:
6486 < #line 3314 "ircd_parser.y"
6485 >  case 510:
6486 >
6487 > /* Line 1806 of yacc.c  */
6488 > #line 2683 "conf_parser.y"
6489      {
6490    ConfigFileEntry.stats_P_oper_only = yylval.number;
6491   }
6492      break;
6493  
6494 <  case 577:
6495 < #line 3319 "ircd_parser.y"
6494 >  case 511:
6495 >
6496 > /* Line 1806 of yacc.c  */
6497 > #line 2688 "conf_parser.y"
6498      {
6499    ConfigFileEntry.stats_k_oper_only = 2 * yylval.number;
6500   }
6501      break;
6502  
6503 <  case 578:
6504 < #line 3322 "ircd_parser.y"
6503 >  case 512:
6504 >
6505 > /* Line 1806 of yacc.c  */
6506 > #line 2691 "conf_parser.y"
6507      {
6508    ConfigFileEntry.stats_k_oper_only = 1;
6509   }
6510      break;
6511  
6512 <  case 579:
6513 < #line 3327 "ircd_parser.y"
6512 >  case 513:
6513 >
6514 > /* Line 1806 of yacc.c  */
6515 > #line 2696 "conf_parser.y"
6516      {
6517    ConfigFileEntry.stats_i_oper_only = 2 * yylval.number;
6518   }
6519      break;
6520  
6521 <  case 580:
6522 < #line 3330 "ircd_parser.y"
6521 >  case 514:
6522 >
6523 > /* Line 1806 of yacc.c  */
6524 > #line 2699 "conf_parser.y"
6525      {
6526    ConfigFileEntry.stats_i_oper_only = 1;
6527   }
6528      break;
6529  
6530 <  case 581:
6531 < #line 3335 "ircd_parser.y"
6530 >  case 515:
6531 >
6532 > /* Line 1806 of yacc.c  */
6533 > #line 2704 "conf_parser.y"
6534      {
6535    ConfigFileEntry.pace_wait = (yyvsp[(3) - (4)].number);
6536   }
6537      break;
6538  
6539 <  case 582:
6540 < #line 3340 "ircd_parser.y"
6539 >  case 516:
6540 >
6541 > /* Line 1806 of yacc.c  */
6542 > #line 2709 "conf_parser.y"
6543      {
6544    ConfigFileEntry.caller_id_wait = (yyvsp[(3) - (4)].number);
6545   }
6546      break;
6547  
6548 <  case 583:
6549 < #line 3345 "ircd_parser.y"
6548 >  case 517:
6549 >
6550 > /* Line 1806 of yacc.c  */
6551 > #line 2714 "conf_parser.y"
6552      {
6553    ConfigFileEntry.opers_bypass_callerid = yylval.number;
6554   }
6555      break;
6556  
6557 <  case 584:
6558 < #line 3350 "ircd_parser.y"
6557 >  case 518:
6558 >
6559 > /* Line 1806 of yacc.c  */
6560 > #line 2719 "conf_parser.y"
6561      {
6562    ConfigFileEntry.pace_wait_simple = (yyvsp[(3) - (4)].number);
6563   }
6564      break;
6565  
6566 <  case 585:
6567 < #line 3355 "ircd_parser.y"
6566 >  case 519:
6567 >
6568 > /* Line 1806 of yacc.c  */
6569 > #line 2724 "conf_parser.y"
6570      {
6571    ConfigFileEntry.short_motd = yylval.number;
6572   }
6573      break;
6574  
6575 <  case 586:
6576 < #line 3360 "ircd_parser.y"
6575 >  case 520:
6576 >
6577 > /* Line 1806 of yacc.c  */
6578 > #line 2729 "conf_parser.y"
6579      {
6580    ConfigFileEntry.no_oper_flood = yylval.number;
6581   }
6582      break;
6583  
6584 <  case 587:
6585 < #line 3365 "ircd_parser.y"
6584 >  case 521:
6585 >
6586 > /* Line 1806 of yacc.c  */
6587 > #line 2734 "conf_parser.y"
6588      {
6589    ConfigFileEntry.true_no_oper_flood = yylval.number;
6590   }
6591      break;
6592  
6593 <  case 588:
6594 < #line 3370 "ircd_parser.y"
6593 >  case 522:
6594 >
6595 > /* Line 1806 of yacc.c  */
6596 > #line 2739 "conf_parser.y"
6597      {
6598    ConfigFileEntry.oper_pass_resv = yylval.number;
6599   }
6600      break;
6601  
6602 <  case 589:
6603 < #line 3375 "ircd_parser.y"
6602 >  case 523:
6603 >
6604 > /* Line 1806 of yacc.c  */
6605 > #line 2744 "conf_parser.y"
6606      {
6607 <  if (ypass == 2)
6607 >  if (conf_parser_ctx.pass == 2)
6608    {
6609      if (strlen(yylval.string) > LOCALE_LENGTH-2)
6610        yylval.string[LOCALE_LENGTH-1] = '\0';
# Line 6952 | Line 6614 | yyreduce:
6614   }
6615      break;
6616  
6617 <  case 590:
6956 < #line 3386 "ircd_parser.y"
6957 <    {
6958 <  ConfigFileEntry.idletime = (yyvsp[(3) - (4)].number);
6959 < }
6960 <    break;
6617 >  case 524:
6618  
6619 <  case 591:
6620 < #line 3391 "ircd_parser.y"
6619 > /* Line 1806 of yacc.c  */
6620 > #line 2755 "conf_parser.y"
6621      {
6622    ConfigFileEntry.dots_in_ident = (yyvsp[(3) - (4)].number);
6623   }
6624      break;
6625  
6626 <  case 592:
6970 < #line 3396 "ircd_parser.y"
6971 <    {
6972 <  ConfigFileEntry.max_targets = (yyvsp[(3) - (4)].number);
6973 < }
6974 <    break;
6626 >  case 525:
6627  
6628 <  case 593:
6629 < #line 3401 "ircd_parser.y"
6628 > /* Line 1806 of yacc.c  */
6629 > #line 2760 "conf_parser.y"
6630      {
6631 <  if (ypass == 2)
6980 <  {
6981 <    MyFree(ConfigFileEntry.servlink_path);
6982 <    DupString(ConfigFileEntry.servlink_path, yylval.string);
6983 <  }
6631 >  ConfigFileEntry.max_targets = (yyvsp[(3) - (4)].number);
6632   }
6633      break;
6634  
6635 <  case 594:
6988 < #line 3410 "ircd_parser.y"
6989 <    {
6990 < #ifdef HAVE_LIBCRYPTO
6991 <  if (ypass == 2)
6992 <  {
6993 <    struct EncCapability *ecap;
6994 <    const char *cipher_name;
6995 <    int found = 0;
6996 <
6997 <    ConfigFileEntry.default_cipher_preference = NULL;
6998 <    cipher_name = yylval.string;
6635 >  case 526:
6636  
6637 <    for (ecap = CipherTable; ecap->name; ecap++)
6637 > /* Line 1806 of yacc.c  */
6638 > #line 2765 "conf_parser.y"
6639      {
6640 <      if ((irccmp(ecap->name, cipher_name) == 0) &&
7003 <          (ecap->cap & CAP_ENC_MASK))
7004 <      {
7005 <        ConfigFileEntry.default_cipher_preference = ecap;
7006 <        found = 1;
7007 <        break;
7008 <      }
7009 <    }
7010 <
7011 <    if (!found)
7012 <      yyerror("Invalid cipher");
7013 <  }
7014 < #else
7015 <  if (ypass == 2)
7016 <    yyerror("Ignoring default_cipher_preference -- no OpenSSL support");
7017 < #endif
6640 >  ConfigFileEntry.use_egd = yylval.number;
6641   }
6642      break;
6643  
6644 <  case 595:
6645 < #line 3442 "ircd_parser.y"
6644 >  case 527:
6645 >
6646 > /* Line 1806 of yacc.c  */
6647 > #line 2770 "conf_parser.y"
6648      {
6649 <  if (ypass == 2)
6649 >  if (conf_parser_ctx.pass == 2)
6650    {
6651 <    ConfigFileEntry.compression_level = (yyvsp[(3) - (4)].number);
6652 < #ifndef HAVE_LIBZ
7028 <    yyerror("Ignoring compression_level -- no zlib support");
7029 < #else
7030 <    if ((ConfigFileEntry.compression_level < 1) ||
7031 <        (ConfigFileEntry.compression_level > 9))
7032 <    {
7033 <      yyerror("Ignoring invalid compression_level, using default");
7034 <      ConfigFileEntry.compression_level = 0;
7035 <    }
7036 < #endif
6651 >    MyFree(ConfigFileEntry.egdpool_path);
6652 >    DupString(ConfigFileEntry.egdpool_path, yylval.string);
6653    }
6654   }
6655      break;
6656  
6657 <  case 596:
7042 < #line 3460 "ircd_parser.y"
7043 <    {
7044 <  ConfigFileEntry.use_egd = yylval.number;
7045 < }
7046 <    break;
6657 >  case 528:
6658  
6659 <  case 597:
6660 < #line 3465 "ircd_parser.y"
6659 > /* Line 1806 of yacc.c  */
6660 > #line 2779 "conf_parser.y"
6661      {
6662 <  if (ypass == 2)
6662 >  if (conf_parser_ctx.pass == 2 && valid_servname(yylval.string))
6663    {
6664 <    MyFree(ConfigFileEntry.egdpool_path);
6665 <    DupString(ConfigFileEntry.egdpool_path, yylval.string);
6664 >    MyFree(ConfigFileEntry.service_name);
6665 >    DupString(ConfigFileEntry.service_name, yylval.string);
6666    }
6667   }
6668      break;
6669  
6670 <  case 598:
6671 < #line 3474 "ircd_parser.y"
6670 >  case 529:
6671 >
6672 > /* Line 1806 of yacc.c  */
6673 > #line 2788 "conf_parser.y"
6674      {
6675    ConfigFileEntry.ping_cookie = yylval.number;
6676   }
6677      break;
6678  
6679 <  case 599:
6680 < #line 3479 "ircd_parser.y"
6679 >  case 530:
6680 >
6681 > /* Line 1806 of yacc.c  */
6682 > #line 2793 "conf_parser.y"
6683      {
6684    ConfigFileEntry.disable_auth = yylval.number;
6685   }
6686      break;
6687  
6688 <  case 600:
6689 < #line 3484 "ircd_parser.y"
6688 >  case 531:
6689 >
6690 > /* Line 1806 of yacc.c  */
6691 > #line 2798 "conf_parser.y"
6692      {
6693    ConfigFileEntry.throttle_time = yylval.number;
6694   }
6695      break;
6696  
6697 <  case 601:
6698 < #line 3489 "ircd_parser.y"
6697 >  case 532:
6698 >
6699 > /* Line 1806 of yacc.c  */
6700 > #line 2803 "conf_parser.y"
6701      {
6702    ConfigFileEntry.oper_umodes = 0;
6703   }
6704      break;
6705  
6706 <  case 605:
6707 < #line 3495 "ircd_parser.y"
6706 >  case 536:
6707 >
6708 > /* Line 1806 of yacc.c  */
6709 > #line 2809 "conf_parser.y"
6710      {
6711    ConfigFileEntry.oper_umodes |= UMODE_BOTS;
6712   }
6713      break;
6714  
6715 <  case 606:
6716 < #line 3498 "ircd_parser.y"
6715 >  case 537:
6716 >
6717 > /* Line 1806 of yacc.c  */
6718 > #line 2812 "conf_parser.y"
6719      {
6720    ConfigFileEntry.oper_umodes |= UMODE_CCONN;
6721   }
6722      break;
6723  
6724 <  case 607:
6725 < #line 3501 "ircd_parser.y"
6724 >  case 538:
6725 >
6726 > /* Line 1806 of yacc.c  */
6727 > #line 2815 "conf_parser.y"
6728      {
6729    ConfigFileEntry.oper_umodes |= UMODE_CCONN_FULL;
6730   }
6731      break;
6732  
6733 <  case 608:
6734 < #line 3504 "ircd_parser.y"
6733 >  case 539:
6734 >
6735 > /* Line 1806 of yacc.c  */
6736 > #line 2818 "conf_parser.y"
6737      {
6738    ConfigFileEntry.oper_umodes |= UMODE_DEAF;
6739   }
6740      break;
6741  
6742 <  case 609:
6743 < #line 3507 "ircd_parser.y"
6742 >  case 540:
6743 >
6744 > /* Line 1806 of yacc.c  */
6745 > #line 2821 "conf_parser.y"
6746      {
6747    ConfigFileEntry.oper_umodes |= UMODE_DEBUG;
6748   }
6749      break;
6750  
6751 <  case 610:
6752 < #line 3510 "ircd_parser.y"
6751 >  case 541:
6752 >
6753 > /* Line 1806 of yacc.c  */
6754 > #line 2824 "conf_parser.y"
6755      {
6756    ConfigFileEntry.oper_umodes |= UMODE_FULL;
6757   }
6758      break;
6759  
6760 <  case 611:
6761 < #line 3513 "ircd_parser.y"
6760 >  case 542:
6761 >
6762 > /* Line 1806 of yacc.c  */
6763 > #line 2827 "conf_parser.y"
6764 >    {
6765 >  ConfigFileEntry.oper_umodes |= UMODE_HIDDEN;
6766 > }
6767 >    break;
6768 >
6769 >  case 543:
6770 >
6771 > /* Line 1806 of yacc.c  */
6772 > #line 2830 "conf_parser.y"
6773      {
6774    ConfigFileEntry.oper_umodes |= UMODE_SKILL;
6775   }
6776      break;
6777  
6778 <  case 612:
6779 < #line 3516 "ircd_parser.y"
6778 >  case 544:
6779 >
6780 > /* Line 1806 of yacc.c  */
6781 > #line 2833 "conf_parser.y"
6782      {
6783    ConfigFileEntry.oper_umodes |= UMODE_NCHANGE;
6784   }
6785      break;
6786  
6787 <  case 613:
6788 < #line 3519 "ircd_parser.y"
6787 >  case 545:
6788 >
6789 > /* Line 1806 of yacc.c  */
6790 > #line 2836 "conf_parser.y"
6791      {
6792    ConfigFileEntry.oper_umodes |= UMODE_REJ;
6793   }
6794      break;
6795  
6796 <  case 614:
6797 < #line 3522 "ircd_parser.y"
6796 >  case 546:
6797 >
6798 > /* Line 1806 of yacc.c  */
6799 > #line 2839 "conf_parser.y"
6800      {
6801    ConfigFileEntry.oper_umodes |= UMODE_UNAUTH;
6802   }
6803      break;
6804  
6805 <  case 615:
6806 < #line 3525 "ircd_parser.y"
6805 >  case 547:
6806 >
6807 > /* Line 1806 of yacc.c  */
6808 > #line 2842 "conf_parser.y"
6809      {
6810    ConfigFileEntry.oper_umodes |= UMODE_SPY;
6811   }
6812      break;
6813  
6814 <  case 616:
6815 < #line 3528 "ircd_parser.y"
6814 >  case 548:
6815 >
6816 > /* Line 1806 of yacc.c  */
6817 > #line 2845 "conf_parser.y"
6818      {
6819    ConfigFileEntry.oper_umodes |= UMODE_EXTERNAL;
6820   }
6821      break;
6822  
6823 <  case 617:
6824 < #line 3531 "ircd_parser.y"
6823 >  case 549:
6824 >
6825 > /* Line 1806 of yacc.c  */
6826 > #line 2848 "conf_parser.y"
6827      {
6828    ConfigFileEntry.oper_umodes |= UMODE_OPERWALL;
6829   }
6830      break;
6831  
6832 <  case 618:
6833 < #line 3534 "ircd_parser.y"
6832 >  case 550:
6833 >
6834 > /* Line 1806 of yacc.c  */
6835 > #line 2851 "conf_parser.y"
6836      {
6837    ConfigFileEntry.oper_umodes |= UMODE_SERVNOTICE;
6838   }
6839      break;
6840  
6841 <  case 619:
6842 < #line 3537 "ircd_parser.y"
6841 >  case 551:
6842 >
6843 > /* Line 1806 of yacc.c  */
6844 > #line 2854 "conf_parser.y"
6845      {
6846    ConfigFileEntry.oper_umodes |= UMODE_INVISIBLE;
6847   }
6848      break;
6849  
6850 <  case 620:
6851 < #line 3540 "ircd_parser.y"
6850 >  case 552:
6851 >
6852 > /* Line 1806 of yacc.c  */
6853 > #line 2857 "conf_parser.y"
6854      {
6855    ConfigFileEntry.oper_umodes |= UMODE_WALLOP;
6856   }
6857      break;
6858  
6859 <  case 621:
6860 < #line 3543 "ircd_parser.y"
6859 >  case 553:
6860 >
6861 > /* Line 1806 of yacc.c  */
6862 > #line 2860 "conf_parser.y"
6863      {
6864    ConfigFileEntry.oper_umodes |= UMODE_SOFTCALLERID;
6865   }
6866      break;
6867  
6868 <  case 622:
6869 < #line 3546 "ircd_parser.y"
6868 >  case 554:
6869 >
6870 > /* Line 1806 of yacc.c  */
6871 > #line 2863 "conf_parser.y"
6872      {
6873    ConfigFileEntry.oper_umodes |= UMODE_CALLERID;
6874   }
6875      break;
6876  
6877 <  case 623:
6878 < #line 3549 "ircd_parser.y"
6877 >  case 555:
6878 >
6879 > /* Line 1806 of yacc.c  */
6880 > #line 2866 "conf_parser.y"
6881      {
6882    ConfigFileEntry.oper_umodes |= UMODE_LOCOPS;
6883   }
6884      break;
6885  
6886 <  case 624:
6887 < #line 3554 "ircd_parser.y"
6886 >  case 556:
6887 >
6888 > /* Line 1806 of yacc.c  */
6889 > #line 2871 "conf_parser.y"
6890      {
6891    ConfigFileEntry.oper_only_umodes = 0;
6892   }
6893      break;
6894  
6895 <  case 628:
6896 < #line 3560 "ircd_parser.y"
6895 >  case 560:
6896 >
6897 > /* Line 1806 of yacc.c  */
6898 > #line 2877 "conf_parser.y"
6899      {
6900    ConfigFileEntry.oper_only_umodes |= UMODE_BOTS;
6901   }
6902      break;
6903  
6904 <  case 629:
6905 < #line 3563 "ircd_parser.y"
6904 >  case 561:
6905 >
6906 > /* Line 1806 of yacc.c  */
6907 > #line 2880 "conf_parser.y"
6908      {
6909    ConfigFileEntry.oper_only_umodes |= UMODE_CCONN;
6910   }
6911      break;
6912  
6913 <  case 630:
6914 < #line 3566 "ircd_parser.y"
6913 >  case 562:
6914 >
6915 > /* Line 1806 of yacc.c  */
6916 > #line 2883 "conf_parser.y"
6917      {
6918    ConfigFileEntry.oper_only_umodes |= UMODE_CCONN_FULL;
6919   }
6920      break;
6921  
6922 <  case 631:
6923 < #line 3569 "ircd_parser.y"
6922 >  case 563:
6923 >
6924 > /* Line 1806 of yacc.c  */
6925 > #line 2886 "conf_parser.y"
6926      {
6927    ConfigFileEntry.oper_only_umodes |= UMODE_DEAF;
6928   }
6929      break;
6930  
6931 <  case 632:
6932 < #line 3572 "ircd_parser.y"
6931 >  case 564:
6932 >
6933 > /* Line 1806 of yacc.c  */
6934 > #line 2889 "conf_parser.y"
6935      {
6936    ConfigFileEntry.oper_only_umodes |= UMODE_DEBUG;
6937   }
6938      break;
6939  
6940 <  case 633:
6941 < #line 3575 "ircd_parser.y"
6940 >  case 565:
6941 >
6942 > /* Line 1806 of yacc.c  */
6943 > #line 2892 "conf_parser.y"
6944      {
6945    ConfigFileEntry.oper_only_umodes |= UMODE_FULL;
6946   }
6947      break;
6948  
6949 <  case 634:
6950 < #line 3578 "ircd_parser.y"
6949 >  case 566:
6950 >
6951 > /* Line 1806 of yacc.c  */
6952 > #line 2895 "conf_parser.y"
6953      {
6954    ConfigFileEntry.oper_only_umodes |= UMODE_SKILL;
6955   }
6956      break;
6957  
6958 <  case 635:
6959 < #line 3581 "ircd_parser.y"
6958 >  case 567:
6959 >
6960 > /* Line 1806 of yacc.c  */
6961 > #line 2898 "conf_parser.y"
6962 >    {
6963 >  ConfigFileEntry.oper_only_umodes |= UMODE_HIDDEN;
6964 > }
6965 >    break;
6966 >
6967 >  case 568:
6968 >
6969 > /* Line 1806 of yacc.c  */
6970 > #line 2901 "conf_parser.y"
6971      {
6972    ConfigFileEntry.oper_only_umodes |= UMODE_NCHANGE;
6973   }
6974      break;
6975  
6976 <  case 636:
6977 < #line 3584 "ircd_parser.y"
6976 >  case 569:
6977 >
6978 > /* Line 1806 of yacc.c  */
6979 > #line 2904 "conf_parser.y"
6980      {
6981    ConfigFileEntry.oper_only_umodes |= UMODE_REJ;
6982   }
6983      break;
6984  
6985 <  case 637:
6986 < #line 3587 "ircd_parser.y"
6985 >  case 570:
6986 >
6987 > /* Line 1806 of yacc.c  */
6988 > #line 2907 "conf_parser.y"
6989      {
6990    ConfigFileEntry.oper_only_umodes |= UMODE_UNAUTH;
6991   }
6992      break;
6993  
6994 <  case 638:
6995 < #line 3590 "ircd_parser.y"
6994 >  case 571:
6995 >
6996 > /* Line 1806 of yacc.c  */
6997 > #line 2910 "conf_parser.y"
6998      {
6999    ConfigFileEntry.oper_only_umodes |= UMODE_SPY;
7000   }
7001      break;
7002  
7003 <  case 639:
7004 < #line 3593 "ircd_parser.y"
7003 >  case 572:
7004 >
7005 > /* Line 1806 of yacc.c  */
7006 > #line 2913 "conf_parser.y"
7007      {
7008    ConfigFileEntry.oper_only_umodes |= UMODE_EXTERNAL;
7009   }
7010      break;
7011  
7012 <  case 640:
7013 < #line 3596 "ircd_parser.y"
7012 >  case 573:
7013 >
7014 > /* Line 1806 of yacc.c  */
7015 > #line 2916 "conf_parser.y"
7016      {
7017    ConfigFileEntry.oper_only_umodes |= UMODE_OPERWALL;
7018   }
7019      break;
7020  
7021 <  case 641:
7022 < #line 3599 "ircd_parser.y"
7021 >  case 574:
7022 >
7023 > /* Line 1806 of yacc.c  */
7024 > #line 2919 "conf_parser.y"
7025      {
7026    ConfigFileEntry.oper_only_umodes |= UMODE_SERVNOTICE;
7027   }
7028      break;
7029  
7030 <  case 642:
7031 < #line 3602 "ircd_parser.y"
7030 >  case 575:
7031 >
7032 > /* Line 1806 of yacc.c  */
7033 > #line 2922 "conf_parser.y"
7034      {
7035    ConfigFileEntry.oper_only_umodes |= UMODE_INVISIBLE;
7036   }
7037      break;
7038  
7039 <  case 643:
7040 < #line 3605 "ircd_parser.y"
7039 >  case 576:
7040 >
7041 > /* Line 1806 of yacc.c  */
7042 > #line 2925 "conf_parser.y"
7043      {
7044    ConfigFileEntry.oper_only_umodes |= UMODE_WALLOP;
7045   }
7046      break;
7047  
7048 <  case 644:
7049 < #line 3608 "ircd_parser.y"
7048 >  case 577:
7049 >
7050 > /* Line 1806 of yacc.c  */
7051 > #line 2928 "conf_parser.y"
7052      {
7053    ConfigFileEntry.oper_only_umodes |= UMODE_SOFTCALLERID;
7054   }
7055      break;
7056  
7057 <  case 645:
7058 < #line 3611 "ircd_parser.y"
7057 >  case 578:
7058 >
7059 > /* Line 1806 of yacc.c  */
7060 > #line 2931 "conf_parser.y"
7061      {
7062    ConfigFileEntry.oper_only_umodes |= UMODE_CALLERID;
7063   }
7064      break;
7065  
7066 <  case 646:
7067 < #line 3614 "ircd_parser.y"
7066 >  case 579:
7067 >
7068 > /* Line 1806 of yacc.c  */
7069 > #line 2934 "conf_parser.y"
7070      {
7071    ConfigFileEntry.oper_only_umodes |= UMODE_LOCOPS;
7072   }
7073      break;
7074  
7075 <  case 647:
7076 < #line 3619 "ircd_parser.y"
7075 >  case 580:
7076 >
7077 > /* Line 1806 of yacc.c  */
7078 > #line 2939 "conf_parser.y"
7079      {
7080    ConfigFileEntry.min_nonwildcard = (yyvsp[(3) - (4)].number);
7081   }
7082      break;
7083  
7084 <  case 648:
7085 < #line 3624 "ircd_parser.y"
7084 >  case 581:
7085 >
7086 > /* Line 1806 of yacc.c  */
7087 > #line 2944 "conf_parser.y"
7088      {
7089    ConfigFileEntry.min_nonwildcard_simple = (yyvsp[(3) - (4)].number);
7090   }
7091      break;
7092  
7093 <  case 649:
7094 < #line 3629 "ircd_parser.y"
7093 >  case 582:
7094 >
7095 > /* Line 1806 of yacc.c  */
7096 > #line 2949 "conf_parser.y"
7097      {
7098    ConfigFileEntry.default_floodcount = (yyvsp[(3) - (4)].number);
7099   }
7100      break;
7101  
7102 <  case 650:
7103 < #line 3634 "ircd_parser.y"
7102 >  case 583:
7103 >
7104 > /* Line 1806 of yacc.c  */
7105 > #line 2954 "conf_parser.y"
7106      {
7107    ConfigFileEntry.client_flood = (yyvsp[(3) - (4)].number);
7108   }
7109      break;
7110  
7111 <  case 651:
7389 < #line 3639 "ircd_parser.y"
7390 <    {
7391 <  ConfigFileEntry.dot_in_ip6_addr = yylval.number;
7392 < }
7393 <    break;
7111 >  case 584:
7112  
7113 <  case 652:
7114 < #line 3647 "ircd_parser.y"
7113 > /* Line 1806 of yacc.c  */
7114 > #line 2963 "conf_parser.y"
7115      {
7116 <  if (ypass == 2)
7116 >  if (conf_parser_ctx.pass == 2)
7117    {
7118      yy_conf = make_conf_item(GDENY_TYPE);
7119      yy_aconf = map_to_conf(yy_conf);
# Line 7403 | Line 7121 | yyreduce:
7121   }
7122      break;
7123  
7124 <  case 653:
7125 < #line 3654 "ircd_parser.y"
7124 >  case 585:
7125 >
7126 > /* Line 1806 of yacc.c  */
7127 > #line 2970 "conf_parser.y"
7128      {
7129 <  if (ypass == 2)
7129 >  if (conf_parser_ctx.pass == 2)
7130    {
7131      /*
7132       * since we re-allocate yy_conf/yy_aconf after the end of action=, at the
# Line 7422 | Line 7142 | yyreduce:
7142   }
7143      break;
7144  
7145 <  case 663:
7146 < #line 3680 "ircd_parser.y"
7145 >  case 595:
7146 >
7147 > /* Line 1806 of yacc.c  */
7148 > #line 2996 "conf_parser.y"
7149      {
7150 <  if (ypass == 2)
7150 >  if (conf_parser_ctx.pass == 2)
7151      ConfigFileEntry.glines = yylval.number;
7152   }
7153      break;
7154  
7155 <  case 664:
7156 < #line 3686 "ircd_parser.y"
7155 >  case 596:
7156 >
7157 > /* Line 1806 of yacc.c  */
7158 > #line 3002 "conf_parser.y"
7159      {
7160 <  if (ypass == 2)
7160 >  if (conf_parser_ctx.pass == 2)
7161      ConfigFileEntry.gline_time = (yyvsp[(3) - (4)].number);
7162   }
7163      break;
7164  
7165 <  case 665:
7166 < #line 3692 "ircd_parser.y"
7165 >  case 597:
7166 >
7167 > /* Line 1806 of yacc.c  */
7168 > #line 3008 "conf_parser.y"
7169      {
7170 <  if (ypass == 2)
7170 >  if (conf_parser_ctx.pass == 2)
7171      ConfigFileEntry.gline_logging = 0;
7172   }
7173      break;
7174  
7175 <  case 669:
7176 < #line 3698 "ircd_parser.y"
7175 >  case 601:
7176 >
7177 > /* Line 1806 of yacc.c  */
7178 > #line 3014 "conf_parser.y"
7179      {
7180 <  if (ypass == 2)
7180 >  if (conf_parser_ctx.pass == 2)
7181      ConfigFileEntry.gline_logging |= GDENY_REJECT;
7182   }
7183      break;
7184  
7185 <  case 670:
7186 < #line 3702 "ircd_parser.y"
7185 >  case 602:
7186 >
7187 > /* Line 1806 of yacc.c  */
7188 > #line 3018 "conf_parser.y"
7189      {
7190 <  if (ypass == 2)
7190 >  if (conf_parser_ctx.pass == 2)
7191      ConfigFileEntry.gline_logging |= GDENY_BLOCK;
7192   }
7193      break;
7194  
7195 <  case 671:
7196 < #line 3708 "ircd_parser.y"
7195 >  case 603:
7196 >
7197 > /* Line 1806 of yacc.c  */
7198 > #line 3024 "conf_parser.y"
7199      {
7200 <  if (ypass == 2)
7200 >  if (conf_parser_ctx.pass == 2)
7201    {
7202      struct split_nuh_item nuh;
7203  
# Line 7498 | Line 7230 | yyreduce:
7230   }
7231      break;
7232  
7233 <  case 672:
7234 < #line 3742 "ircd_parser.y"
7233 >  case 604:
7234 >
7235 > /* Line 1806 of yacc.c  */
7236 > #line 3058 "conf_parser.y"
7237      {
7238 <  if (ypass == 2)  
7238 >  if (conf_parser_ctx.pass == 2)  
7239    {
7240      MyFree(yy_conf->name);
7241      DupString(yy_conf->name, yylval.string);
# Line 7509 | Line 7243 | yyreduce:
7243   }
7244      break;
7245  
7246 <  case 673:
7247 < #line 3751 "ircd_parser.y"
7246 >  case 605:
7247 >
7248 > /* Line 1806 of yacc.c  */
7249 > #line 3067 "conf_parser.y"
7250      {
7251 <  if (ypass == 2)
7251 >  if (conf_parser_ctx.pass == 2)
7252      yy_aconf->flags = 0;
7253   }
7254      break;
7255  
7256 <  case 674:
7257 < #line 3755 "ircd_parser.y"
7256 >  case 606:
7257 >
7258 > /* Line 1806 of yacc.c  */
7259 > #line 3071 "conf_parser.y"
7260      {
7261 <  if (ypass == 2)
7261 >  if (conf_parser_ctx.pass == 2)
7262    {
7263      struct CollectItem *yy_tmp = NULL;
7264      dlink_node *ptr, *next_ptr;
# Line 7565 | Line 7303 | yyreduce:
7303   }
7304      break;
7305  
7306 <  case 677:
7307 < #line 3802 "ircd_parser.y"
7306 >  case 609:
7307 >
7308 > /* Line 1806 of yacc.c  */
7309 > #line 3118 "conf_parser.y"
7310      {
7311 <  if (ypass == 2)
7311 >  if (conf_parser_ctx.pass == 2)
7312      yy_aconf->flags |= GDENY_REJECT;
7313   }
7314      break;
7315  
7316 <  case 678:
7317 < #line 3806 "ircd_parser.y"
7316 >  case 610:
7317 >
7318 > /* Line 1806 of yacc.c  */
7319 > #line 3122 "conf_parser.y"
7320      {
7321 <  if (ypass == 2)
7321 >  if (conf_parser_ctx.pass == 2)
7322      yy_aconf->flags |= GDENY_BLOCK;
7323   }
7324      break;
7325  
7326 <  case 701:
7327 < #line 3830 "ircd_parser.y"
7326 >  case 632:
7327 >
7328 > /* Line 1806 of yacc.c  */
7329 > #line 3146 "conf_parser.y"
7330      {
7331    ConfigChannel.disable_fake_channels = yylval.number;
7332   }
7333      break;
7334  
7335 <  case 702:
7336 < #line 3835 "ircd_parser.y"
7335 >  case 633:
7336 >
7337 > /* Line 1806 of yacc.c  */
7338 > #line 3151 "conf_parser.y"
7339      {
7340    ConfigChannel.restrict_channels = yylval.number;
7341   }
7342      break;
7343  
7344 <  case 703:
7345 < #line 3840 "ircd_parser.y"
7344 >  case 634:
7345 >
7346 > /* Line 1806 of yacc.c  */
7347 > #line 3156 "conf_parser.y"
7348      {
7349    ConfigChannel.disable_local_channels = yylval.number;
7350   }
7351      break;
7352  
7353 <  case 704:
7354 < #line 3845 "ircd_parser.y"
7353 >  case 635:
7354 >
7355 > /* Line 1806 of yacc.c  */
7356 > #line 3161 "conf_parser.y"
7357      {
7358    ConfigChannel.use_except = yylval.number;
7359   }
7360      break;
7361  
7362 <  case 705:
7363 < #line 3850 "ircd_parser.y"
7362 >  case 636:
7363 >
7364 > /* Line 1806 of yacc.c  */
7365 > #line 3166 "conf_parser.y"
7366      {
7367    ConfigChannel.use_invex = yylval.number;
7368   }
7369      break;
7370  
7371 <  case 706:
7372 < #line 3855 "ircd_parser.y"
7371 >  case 637:
7372 >
7373 > /* Line 1806 of yacc.c  */
7374 > #line 3171 "conf_parser.y"
7375      {
7376    ConfigChannel.use_knock = yylval.number;
7377   }
7378      break;
7379  
7380 <  case 707:
7381 < #line 3860 "ircd_parser.y"
7380 >  case 638:
7381 >
7382 > /* Line 1806 of yacc.c  */
7383 > #line 3176 "conf_parser.y"
7384      {
7385    ConfigChannel.knock_delay = (yyvsp[(3) - (4)].number);
7386   }
7387      break;
7388  
7389 <  case 708:
7390 < #line 3865 "ircd_parser.y"
7389 >  case 639:
7390 >
7391 > /* Line 1806 of yacc.c  */
7392 > #line 3181 "conf_parser.y"
7393      {
7394    ConfigChannel.knock_delay_channel = (yyvsp[(3) - (4)].number);
7395   }
7396      break;
7397  
7398 <  case 709:
7399 < #line 3870 "ircd_parser.y"
7398 >  case 640:
7399 >
7400 > /* Line 1806 of yacc.c  */
7401 > #line 3186 "conf_parser.y"
7402      {
7403    ConfigChannel.max_chans_per_user = (yyvsp[(3) - (4)].number);
7404   }
7405      break;
7406  
7407 <  case 710:
7408 < #line 3875 "ircd_parser.y"
7407 >  case 641:
7408 >
7409 > /* Line 1806 of yacc.c  */
7410 > #line 3191 "conf_parser.y"
7411      {
7412    ConfigChannel.quiet_on_ban = yylval.number;
7413   }
7414      break;
7415  
7416 <  case 711:
7417 < #line 3880 "ircd_parser.y"
7416 >  case 642:
7417 >
7418 > /* Line 1806 of yacc.c  */
7419 > #line 3196 "conf_parser.y"
7420      {
7421    ConfigChannel.max_bans = (yyvsp[(3) - (4)].number);
7422   }
7423      break;
7424  
7425 <  case 712:
7426 < #line 3885 "ircd_parser.y"
7425 >  case 643:
7426 >
7427 > /* Line 1806 of yacc.c  */
7428 > #line 3201 "conf_parser.y"
7429      {
7430    ConfigChannel.default_split_user_count = (yyvsp[(3) - (4)].number);
7431   }
7432      break;
7433  
7434 <  case 713:
7435 < #line 3890 "ircd_parser.y"
7434 >  case 644:
7435 >
7436 > /* Line 1806 of yacc.c  */
7437 > #line 3206 "conf_parser.y"
7438      {
7439    ConfigChannel.default_split_server_count = (yyvsp[(3) - (4)].number);
7440   }
7441      break;
7442  
7443 <  case 714:
7444 < #line 3895 "ircd_parser.y"
7443 >  case 645:
7444 >
7445 > /* Line 1806 of yacc.c  */
7446 > #line 3211 "conf_parser.y"
7447      {
7448    ConfigChannel.no_create_on_split = yylval.number;
7449   }
7450      break;
7451  
7452 <  case 715:
7453 < #line 3900 "ircd_parser.y"
7452 >  case 646:
7453 >
7454 > /* Line 1806 of yacc.c  */
7455 > #line 3216 "conf_parser.y"
7456      {
7457    ConfigChannel.no_join_on_split = yylval.number;
7458   }
7459      break;
7460  
7461 <  case 716:
7690 < #line 3905 "ircd_parser.y"
7691 <    {
7692 <  ConfigChannel.burst_topicwho = yylval.number;
7693 < }
7694 <    break;
7461 >  case 647:
7462  
7463 <  case 717:
7464 < #line 3910 "ircd_parser.y"
7463 > /* Line 1806 of yacc.c  */
7464 > #line 3221 "conf_parser.y"
7465      {
7466    GlobalSetOptions.joinfloodcount = yylval.number;
7467   }
7468      break;
7469  
7470 <  case 718:
7471 < #line 3915 "ircd_parser.y"
7470 >  case 648:
7471 >
7472 > /* Line 1806 of yacc.c  */
7473 > #line 3226 "conf_parser.y"
7474      {
7475    GlobalSetOptions.joinfloodtime = yylval.number;
7476   }
7477      break;
7478  
7479 <  case 730:
7480 < #line 3934 "ircd_parser.y"
7479 >  case 660:
7480 >
7481 > /* Line 1806 of yacc.c  */
7482 > #line 3245 "conf_parser.y"
7483      {
7484 <  if (ypass == 2)
7484 >  if (conf_parser_ctx.pass == 2)
7485      ConfigServerHide.flatten_links = yylval.number;
7486   }
7487      break;
7488  
7489 <  case 731:
7490 < #line 3940 "ircd_parser.y"
7489 >  case 661:
7490 >
7491 > /* Line 1806 of yacc.c  */
7492 > #line 3251 "conf_parser.y"
7493      {
7494 <  if (ypass == 2)
7494 >  if (conf_parser_ctx.pass == 2)
7495      ConfigServerHide.hide_servers = yylval.number;
7496   }
7497      break;
7498  
7499 <  case 732:
7500 < #line 3946 "ircd_parser.y"
7499 >  case 662:
7500 >
7501 > /* Line 1806 of yacc.c  */
7502 > #line 3257 "conf_parser.y"
7503      {
7504 <  if (ypass == 2)
7504 >  if (conf_parser_ctx.pass == 2)
7505    {
7506      MyFree(ConfigServerHide.hidden_name);
7507      DupString(ConfigServerHide.hidden_name, yylval.string);
# Line 7734 | Line 7509 | yyreduce:
7509   }
7510      break;
7511  
7512 <  case 733:
7513 < #line 3955 "ircd_parser.y"
7512 >  case 663:
7513 >
7514 > /* Line 1806 of yacc.c  */
7515 > #line 3266 "conf_parser.y"
7516      {
7517 <  if (ypass == 2)
7517 >  if (conf_parser_ctx.pass == 2)
7518    {
7519      if (((yyvsp[(3) - (4)].number) > 0) && ConfigServerHide.links_disabled == 1)
7520      {
# Line 7750 | Line 7527 | yyreduce:
7527   }
7528      break;
7529  
7530 <  case 734:
7531 < #line 3969 "ircd_parser.y"
7530 >  case 664:
7531 >
7532 > /* Line 1806 of yacc.c  */
7533 > #line 3280 "conf_parser.y"
7534      {
7535 <  if (ypass == 2)
7535 >  if (conf_parser_ctx.pass == 2)
7536      ConfigServerHide.hidden = yylval.number;
7537   }
7538      break;
7539  
7540 <  case 735:
7541 < #line 3975 "ircd_parser.y"
7540 >  case 665:
7541 >
7542 > /* Line 1806 of yacc.c  */
7543 > #line 3286 "conf_parser.y"
7544      {
7545 <  if (ypass == 2)
7545 >  if (conf_parser_ctx.pass == 2)
7546      ConfigServerHide.disable_hidden = yylval.number;
7547   }
7548      break;
7549  
7550 <  case 736:
7551 < #line 3981 "ircd_parser.y"
7550 >  case 666:
7551 >
7552 > /* Line 1806 of yacc.c  */
7553 > #line 3292 "conf_parser.y"
7554      {
7555 <  if (ypass == 2)
7555 >  if (conf_parser_ctx.pass == 2)
7556      ConfigServerHide.hide_server_ips = yylval.number;
7557   }
7558      break;
7559  
7560  
7561 < /* Line 1267 of yacc.c.  */
7562 < #line 7780 "ircd_parser.c"
7561 >
7562 > /* Line 1806 of yacc.c  */
7563 > #line 7564 "conf_parser.c"
7564        default: break;
7565      }
7566 +  /* User semantic actions sometimes alter yychar, and that requires
7567 +     that yytoken be updated with the new translation.  We take the
7568 +     approach of translating immediately before every use of yytoken.
7569 +     One alternative is translating here after every semantic action,
7570 +     but that translation would be missed if the semantic action invokes
7571 +     YYABORT, YYACCEPT, or YYERROR immediately after altering yychar or
7572 +     if it invokes YYBACKUP.  In the case of YYABORT or YYACCEPT, an
7573 +     incorrect destructor might then be invoked immediately.  In the
7574 +     case of YYERROR or YYBACKUP, subsequent parser actions might lead
7575 +     to an incorrect destructor call or verbose syntax error message
7576 +     before the lookahead is translated.  */
7577    YY_SYMBOL_PRINT ("-> $$ =", yyr1[yyn], &yyval, &yyloc);
7578  
7579    YYPOPSTACK (yylen);
# Line 7787 | Line 7582 | yyreduce:
7582  
7583    *++yyvsp = yyval;
7584  
7790
7585    /* Now `shift' the result of the reduction.  Determine what state
7586       that goes to, based on the state we popped back to and the rule
7587       number reduced by.  */
# Line 7807 | Line 7601 | yyreduce:
7601   | yyerrlab -- here on detecting error |
7602   `------------------------------------*/
7603   yyerrlab:
7604 +  /* Make sure we have latest lookahead translation.  See comments at
7605 +     user semantic actions for why this is necessary.  */
7606 +  yytoken = yychar == YYEMPTY ? YYEMPTY : YYTRANSLATE (yychar);
7607 +
7608    /* If not already recovering from an error, report this error.  */
7609    if (!yyerrstatus)
7610      {
# Line 7814 | Line 7612 | yyerrlab:
7612   #if ! YYERROR_VERBOSE
7613        yyerror (YY_("syntax error"));
7614   #else
7615 + # define YYSYNTAX_ERROR yysyntax_error (&yymsg_alloc, &yymsg, \
7616 +                                        yyssp, yytoken)
7617        {
7618 <        YYSIZE_T yysize = yysyntax_error (0, yystate, yychar);
7619 <        if (yymsg_alloc < yysize && yymsg_alloc < YYSTACK_ALLOC_MAXIMUM)
7620 <          {
7621 <            YYSIZE_T yyalloc = 2 * yysize;
7622 <            if (! (yysize <= yyalloc && yyalloc <= YYSTACK_ALLOC_MAXIMUM))
7623 <              yyalloc = YYSTACK_ALLOC_MAXIMUM;
7624 <            if (yymsg != yymsgbuf)
7625 <              YYSTACK_FREE (yymsg);
7626 <            yymsg = (char *) YYSTACK_ALLOC (yyalloc);
7627 <            if (yymsg)
7628 <              yymsg_alloc = yyalloc;
7629 <            else
7630 <              {
7631 <                yymsg = yymsgbuf;
7632 <                yymsg_alloc = sizeof yymsgbuf;
7633 <              }
7634 <          }
7635 <
7636 <        if (0 < yysize && yysize <= yymsg_alloc)
7637 <          {
7638 <            (void) yysyntax_error (yymsg, yystate, yychar);
7639 <            yyerror (yymsg);
7640 <          }
7641 <        else
7642 <          {
7843 <            yyerror (YY_("syntax error"));
7844 <            if (yysize != 0)
7845 <              goto yyexhaustedlab;
7846 <          }
7618 >        char const *yymsgp = YY_("syntax error");
7619 >        int yysyntax_error_status;
7620 >        yysyntax_error_status = YYSYNTAX_ERROR;
7621 >        if (yysyntax_error_status == 0)
7622 >          yymsgp = yymsg;
7623 >        else if (yysyntax_error_status == 1)
7624 >          {
7625 >            if (yymsg != yymsgbuf)
7626 >              YYSTACK_FREE (yymsg);
7627 >            yymsg = (char *) YYSTACK_ALLOC (yymsg_alloc);
7628 >            if (!yymsg)
7629 >              {
7630 >                yymsg = yymsgbuf;
7631 >                yymsg_alloc = sizeof yymsgbuf;
7632 >                yysyntax_error_status = 2;
7633 >              }
7634 >            else
7635 >              {
7636 >                yysyntax_error_status = YYSYNTAX_ERROR;
7637 >                yymsgp = yymsg;
7638 >              }
7639 >          }
7640 >        yyerror (yymsgp);
7641 >        if (yysyntax_error_status == 2)
7642 >          goto yyexhaustedlab;
7643        }
7644 + # undef YYSYNTAX_ERROR
7645   #endif
7646      }
7647  
# Line 7852 | Line 7649 | yyerrlab:
7649  
7650    if (yyerrstatus == 3)
7651      {
7652 <      /* If just tried and failed to reuse look-ahead token after an
7652 >      /* If just tried and failed to reuse lookahead token after an
7653           error, discard it.  */
7654  
7655        if (yychar <= YYEOF)
# Line 7869 | Line 7666 | yyerrlab:
7666          }
7667      }
7668  
7669 <  /* Else will try to reuse look-ahead token after shifting the error
7669 >  /* Else will try to reuse lookahead token after shifting the error
7670       token.  */
7671    goto yyerrlab1;
7672  
# Line 7903 | Line 7700 | yyerrlab1:
7700    for (;;)
7701      {
7702        yyn = yypact[yystate];
7703 <      if (yyn != YYPACT_NINF)
7703 >      if (!yypact_value_is_default (yyn))
7704          {
7705            yyn += YYTERROR;
7706            if (0 <= yyn && yyn <= YYLAST && yycheck[yyn] == YYTERROR)
# Line 7926 | Line 7723 | yyerrlab1:
7723        YY_STACK_PRINT (yyss, yyssp);
7724      }
7725  
7929  if (yyn == YYFINAL)
7930    YYACCEPT;
7931
7726    *++yyvsp = yylval;
7727  
7728  
# Line 7953 | Line 7747 | yyabortlab:
7747    yyresult = 1;
7748    goto yyreturn;
7749  
7750 < #ifndef yyoverflow
7750 > #if !defined(yyoverflow) || YYERROR_VERBOSE
7751   /*-------------------------------------------------.
7752   | yyexhaustedlab -- memory exhaustion comes here.  |
7753   `-------------------------------------------------*/
# Line 7964 | Line 7758 | yyexhaustedlab:
7758   #endif
7759  
7760   yyreturn:
7761 <  if (yychar != YYEOF && yychar != YYEMPTY)
7762 <     yydestruct ("Cleanup: discarding lookahead",
7763 <                 yytoken, &yylval);
7761 >  if (yychar != YYEMPTY)
7762 >    {
7763 >      /* Make sure we have latest lookahead translation.  See comments at
7764 >         user semantic actions for why this is necessary.  */
7765 >      yytoken = YYTRANSLATE (yychar);
7766 >      yydestruct ("Cleanup: discarding lookahead",
7767 >                  yytoken, &yylval);
7768 >    }
7769    /* Do not reclaim the symbols of the rule which action triggered
7770       this YYABORT or YYACCEPT.  */
7771    YYPOPSTACK (yylen);

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)