ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 2570
Committed: Mon Nov 18 19:14:02 2013 UTC (11 years, 9 months ago) by michael
Content type: text/x-chdr
File size: 12593 byte(s)
Log Message:
- bison 3.0.1

File Contents

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

Properties

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