ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/trunk/src/conf_parser.h
Revision: 3506
Committed: Sun May 11 17:03:20 2014 UTC (11 years, 3 months ago) by michael
Content type: text/x-chdr
File size: 12652 byte(s)
Log Message:
- Added usermode +q which hides idle and signon time in WHOIS

File Contents

# User Rev Content
1 michael 2853 /* A Bison parser, made by GNU Bison 3.0.2. */
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 michael 3506 HIDE_IDLE = 306,
97     HIDE_IDLE_FROM_OPERS = 307,
98     HIDE_SERVER_IPS = 308,
99     HIDE_SERVERS = 309,
100     HIDE_SERVICES = 310,
101     HIDE_SPOOF_IPS = 311,
102     HOST = 312,
103     HUB = 313,
104     HUB_MASK = 314,
105     IGNORE_BOGUS_TS = 315,
106     INVISIBLE_ON_CONNECT = 316,
107     IP = 317,
108     IRCD_AUTH = 318,
109     IRCD_FLAGS = 319,
110     IRCD_SID = 320,
111     JOIN_FLOOD_COUNT = 321,
112     JOIN_FLOOD_TIME = 322,
113     KILL = 323,
114     KILL_CHASE_TIME_LIMIT = 324,
115     KLINE = 325,
116     KLINE_EXEMPT = 326,
117     KNOCK_DELAY = 327,
118     KNOCK_DELAY_CHANNEL = 328,
119     LEAF_MASK = 329,
120     LINKS_DELAY = 330,
121     LISTEN = 331,
122     MASK = 332,
123     MAX_ACCEPT = 333,
124     MAX_BANS = 334,
125     MAX_CHANS_PER_OPER = 335,
126     MAX_CHANS_PER_USER = 336,
127     MAX_GLOBAL = 337,
128     MAX_IDENT = 338,
129     MAX_IDLE = 339,
130     MAX_LOCAL = 340,
131     MAX_NICK_CHANGES = 341,
132     MAX_NICK_LENGTH = 342,
133     MAX_NICK_TIME = 343,
134     MAX_NUMBER = 344,
135     MAX_TARGETS = 345,
136     MAX_TOPIC_LENGTH = 346,
137     MAX_WATCH = 347,
138     MIN_IDLE = 348,
139     MIN_NONWILDCARD = 349,
140     MIN_NONWILDCARD_SIMPLE = 350,
141     MODULE = 351,
142     MODULES = 352,
143     MOTD = 353,
144     NAME = 354,
145     NEED_IDENT = 355,
146     NEED_PASSWORD = 356,
147     NETWORK_DESC = 357,
148     NETWORK_NAME = 358,
149     NICK = 359,
150     NO_CREATE_ON_SPLIT = 360,
151     NO_JOIN_ON_SPLIT = 361,
152     NO_OPER_FLOOD = 362,
153     NO_TILDE = 363,
154     NUMBER = 364,
155     NUMBER_PER_CIDR = 365,
156     NUMBER_PER_IP = 366,
157     OPER_ONLY_UMODES = 367,
158     OPER_PASS_RESV = 368,
159     OPER_UMODES = 369,
160     OPERATOR = 370,
161     OPERS_BYPASS_CALLERID = 371,
162     PACE_WAIT = 372,
163     PACE_WAIT_SIMPLE = 373,
164     PASSWORD = 374,
165     PATH = 375,
166     PING_COOKIE = 376,
167     PING_TIME = 377,
168     PORT = 378,
169     QSTRING = 379,
170     RANDOM_IDLE = 380,
171     REASON = 381,
172     REDIRPORT = 382,
173     REDIRSERV = 383,
174     REHASH = 384,
175     REMOTE = 385,
176     REMOTEBAN = 386,
177     RESV = 387,
178     RESV_EXEMPT = 388,
179     RSA_PRIVATE_KEY_FILE = 389,
180     RSA_PUBLIC_KEY_FILE = 390,
181     SECONDS = 391,
182     MINUTES = 392,
183     HOURS = 393,
184     DAYS = 394,
185     WEEKS = 395,
186     MONTHS = 396,
187     YEARS = 397,
188     SEND_PASSWORD = 398,
189     SENDQ = 399,
190     SERVERHIDE = 400,
191     SERVERINFO = 401,
192     SHORT_MOTD = 402,
193     SPOOF = 403,
194     SPOOF_NOTICE = 404,
195     SQUIT = 405,
196     SSL_CERTIFICATE_FILE = 406,
197     SSL_CERTIFICATE_FINGERPRINT = 407,
198     SSL_CONNECTION_REQUIRED = 408,
199     SSL_DH_PARAM_FILE = 409,
200     STATS_E_DISABLED = 410,
201     STATS_I_OPER_ONLY = 411,
202     STATS_K_OPER_ONLY = 412,
203     STATS_O_OPER_ONLY = 413,
204     STATS_P_OPER_ONLY = 414,
205     STATS_U_OPER_ONLY = 415,
206     T_ALL = 416,
207     T_BOTS = 417,
208     T_CALLERID = 418,
209     T_CCONN = 419,
210     T_CLUSTER = 420,
211     T_DEAF = 421,
212     T_DEBUG = 422,
213     T_DLINE = 423,
214     T_EXTERNAL = 424,
215     T_FARCONNECT = 425,
216     T_FILE = 426,
217     T_FULL = 427,
218     T_GLOBOPS = 428,
219     T_INVISIBLE = 429,
220     T_IPV4 = 430,
221     T_IPV6 = 431,
222     T_LOCOPS = 432,
223     T_LOG = 433,
224     T_MAX_CLIENTS = 434,
225     T_NCHANGE = 435,
226     T_NONONREG = 436,
227     T_OPERWALL = 437,
228     T_RECVQ = 438,
229     T_REJ = 439,
230     T_RESTART = 440,
231     T_SERVER = 441,
232     T_SERVICE = 442,
233     T_SERVICES_NAME = 443,
234     T_SERVNOTICE = 444,
235     T_SET = 445,
236     T_SHARED = 446,
237     T_SIZE = 447,
238     T_SKILL = 448,
239     T_SOFTCALLERID = 449,
240     T_SPY = 450,
241     T_SSL = 451,
242     T_SSL_CIPHER_LIST = 452,
243     T_SSL_CLIENT_METHOD = 453,
244     T_SSL_SERVER_METHOD = 454,
245     T_SSLV3 = 455,
246     T_TLSV1 = 456,
247     T_UMODES = 457,
248     T_UNAUTH = 458,
249     T_UNDLINE = 459,
250     T_UNLIMITED = 460,
251     T_UNRESV = 461,
252     T_UNXLINE = 462,
253     T_WALLOP = 463,
254     T_WALLOPS = 464,
255     T_WEBIRC = 465,
256     TBOOL = 466,
257     THROTTLE_TIME = 467,
258     TKLINE_EXPIRE_NOTICES = 468,
259     TMASKED = 469,
260     TRUE_NO_OPER_FLOOD = 470,
261     TS_MAX_DELTA = 471,
262     TS_WARN_DELTA = 472,
263     TWODOTS = 473,
264     TYPE = 474,
265     UNKLINE = 475,
266     USE_EGD = 476,
267     USE_LOGGING = 477,
268     USER = 478,
269     VHOST = 479,
270     VHOST6 = 480,
271     WARN_NO_CONNECT_BLOCK = 481,
272     XLINE = 482
273 michael 2473 };
274 michael 913 #endif
275     /* Tokens. */
276     #define ACCEPT_PASSWORD 258
277 michael 1520 #define ADMIN 259
278     #define AFTYPE 260
279     #define ANTI_NICK_FLOOD 261
280     #define ANTI_SPAM_EXIT_MESSAGE_TIME 262
281     #define AUTOCONN 263
282     #define BYTES 264
283     #define KBYTES 265
284     #define MBYTES 266
285     #define CALLER_ID_WAIT 267
286     #define CAN_FLOOD 268
287     #define CHANNEL 269
288     #define CIDR_BITLEN_IPV4 270
289     #define CIDR_BITLEN_IPV6 271
290     #define CLASS 272
291     #define CONNECT 273
292     #define CONNECTFREQ 274
293 michael 2283 #define CYCLE_ON_HOST_CHANGE 275
294     #define DEFAULT_FLOODCOUNT 276
295     #define DEFAULT_SPLIT_SERVER_COUNT 277
296     #define DEFAULT_SPLIT_USER_COUNT 278
297     #define DENY 279
298     #define DESCRIPTION 280
299     #define DIE 281
300     #define DISABLE_AUTH 282
301     #define DISABLE_FAKE_CHANNELS 283
302     #define DISABLE_REMOTE_COMMANDS 284
303     #define DOTS_IN_IDENT 285
304     #define EGDPOOL_PATH 286
305     #define EMAIL 287
306     #define ENCRYPTED 288
307     #define EXCEED_LIMIT 289
308     #define EXEMPT 290
309     #define FAILED_OPER_NOTICE 291
310     #define FLATTEN_LINKS 292
311     #define GECOS 293
312     #define GENERAL 294
313     #define GLINE 295
314     #define GLINE_DURATION 296
315     #define GLINE_ENABLE 297
316     #define GLINE_EXEMPT 298
317     #define GLINE_MIN_CIDR 299
318     #define GLINE_MIN_CIDR6 300
319     #define GLINE_REQUEST_DURATION 301
320     #define GLOBAL_KILL 302
321     #define HAVENT_READ_CONF 303
322     #define HIDDEN 304
323     #define HIDDEN_NAME 305
324 michael 3506 #define HIDE_IDLE 306
325     #define HIDE_IDLE_FROM_OPERS 307
326     #define HIDE_SERVER_IPS 308
327     #define HIDE_SERVERS 309
328     #define HIDE_SERVICES 310
329     #define HIDE_SPOOF_IPS 311
330     #define HOST 312
331     #define HUB 313
332     #define HUB_MASK 314
333     #define IGNORE_BOGUS_TS 315
334     #define INVISIBLE_ON_CONNECT 316
335     #define IP 317
336     #define IRCD_AUTH 318
337     #define IRCD_FLAGS 319
338     #define IRCD_SID 320
339     #define JOIN_FLOOD_COUNT 321
340     #define JOIN_FLOOD_TIME 322
341     #define KILL 323
342     #define KILL_CHASE_TIME_LIMIT 324
343     #define KLINE 325
344     #define KLINE_EXEMPT 326
345     #define KNOCK_DELAY 327
346     #define KNOCK_DELAY_CHANNEL 328
347     #define LEAF_MASK 329
348     #define LINKS_DELAY 330
349     #define LISTEN 331
350     #define MASK 332
351     #define MAX_ACCEPT 333
352     #define MAX_BANS 334
353     #define MAX_CHANS_PER_OPER 335
354     #define MAX_CHANS_PER_USER 336
355     #define MAX_GLOBAL 337
356     #define MAX_IDENT 338
357     #define MAX_IDLE 339
358     #define MAX_LOCAL 340
359     #define MAX_NICK_CHANGES 341
360     #define MAX_NICK_LENGTH 342
361     #define MAX_NICK_TIME 343
362     #define MAX_NUMBER 344
363     #define MAX_TARGETS 345
364     #define MAX_TOPIC_LENGTH 346
365     #define MAX_WATCH 347
366     #define MIN_IDLE 348
367     #define MIN_NONWILDCARD 349
368     #define MIN_NONWILDCARD_SIMPLE 350
369     #define MODULE 351
370     #define MODULES 352
371     #define MOTD 353
372     #define NAME 354
373     #define NEED_IDENT 355
374     #define NEED_PASSWORD 356
375     #define NETWORK_DESC 357
376     #define NETWORK_NAME 358
377     #define NICK 359
378     #define NO_CREATE_ON_SPLIT 360
379     #define NO_JOIN_ON_SPLIT 361
380     #define NO_OPER_FLOOD 362
381     #define NO_TILDE 363
382     #define NUMBER 364
383     #define NUMBER_PER_CIDR 365
384     #define NUMBER_PER_IP 366
385     #define OPER_ONLY_UMODES 367
386     #define OPER_PASS_RESV 368
387     #define OPER_UMODES 369
388     #define OPERATOR 370
389     #define OPERS_BYPASS_CALLERID 371
390     #define PACE_WAIT 372
391     #define PACE_WAIT_SIMPLE 373
392     #define PASSWORD 374
393     #define PATH 375
394     #define PING_COOKIE 376
395     #define PING_TIME 377
396     #define PORT 378
397     #define QSTRING 379
398     #define RANDOM_IDLE 380
399     #define REASON 381
400     #define REDIRPORT 382
401     #define REDIRSERV 383
402     #define REHASH 384
403     #define REMOTE 385
404     #define REMOTEBAN 386
405     #define RESV 387
406     #define RESV_EXEMPT 388
407     #define RSA_PRIVATE_KEY_FILE 389
408     #define RSA_PUBLIC_KEY_FILE 390
409     #define SECONDS 391
410     #define MINUTES 392
411     #define HOURS 393
412     #define DAYS 394
413     #define WEEKS 395
414     #define MONTHS 396
415     #define YEARS 397
416     #define SEND_PASSWORD 398
417     #define SENDQ 399
418     #define SERVERHIDE 400
419     #define SERVERINFO 401
420     #define SHORT_MOTD 402
421     #define SPOOF 403
422     #define SPOOF_NOTICE 404
423     #define SQUIT 405
424     #define SSL_CERTIFICATE_FILE 406
425     #define SSL_CERTIFICATE_FINGERPRINT 407
426     #define SSL_CONNECTION_REQUIRED 408
427     #define SSL_DH_PARAM_FILE 409
428     #define STATS_E_DISABLED 410
429     #define STATS_I_OPER_ONLY 411
430     #define STATS_K_OPER_ONLY 412
431     #define STATS_O_OPER_ONLY 413
432     #define STATS_P_OPER_ONLY 414
433     #define STATS_U_OPER_ONLY 415
434     #define T_ALL 416
435     #define T_BOTS 417
436     #define T_CALLERID 418
437     #define T_CCONN 419
438     #define T_CLUSTER 420
439     #define T_DEAF 421
440     #define T_DEBUG 422
441     #define T_DLINE 423
442     #define T_EXTERNAL 424
443     #define T_FARCONNECT 425
444     #define T_FILE 426
445     #define T_FULL 427
446     #define T_GLOBOPS 428
447     #define T_INVISIBLE 429
448     #define T_IPV4 430
449     #define T_IPV6 431
450     #define T_LOCOPS 432
451     #define T_LOG 433
452     #define T_MAX_CLIENTS 434
453     #define T_NCHANGE 435
454     #define T_NONONREG 436
455     #define T_OPERWALL 437
456     #define T_RECVQ 438
457     #define T_REJ 439
458     #define T_RESTART 440
459     #define T_SERVER 441
460     #define T_SERVICE 442
461     #define T_SERVICES_NAME 443
462     #define T_SERVNOTICE 444
463     #define T_SET 445
464     #define T_SHARED 446
465     #define T_SIZE 447
466     #define T_SKILL 448
467     #define T_SOFTCALLERID 449
468     #define T_SPY 450
469     #define T_SSL 451
470     #define T_SSL_CIPHER_LIST 452
471     #define T_SSL_CLIENT_METHOD 453
472     #define T_SSL_SERVER_METHOD 454
473     #define T_SSLV3 455
474     #define T_TLSV1 456
475     #define T_UMODES 457
476     #define T_UNAUTH 458
477     #define T_UNDLINE 459
478     #define T_UNLIMITED 460
479     #define T_UNRESV 461
480     #define T_UNXLINE 462
481     #define T_WALLOP 463
482     #define T_WALLOPS 464
483     #define T_WEBIRC 465
484     #define TBOOL 466
485     #define THROTTLE_TIME 467
486     #define TKLINE_EXPIRE_NOTICES 468
487     #define TMASKED 469
488     #define TRUE_NO_OPER_FLOOD 470
489     #define TS_MAX_DELTA 471
490     #define TS_WARN_DELTA 472
491     #define TWODOTS 473
492     #define TYPE 474
493     #define UNKLINE 475
494     #define USE_EGD 476
495     #define USE_LOGGING 477
496     #define USER 478
497     #define VHOST 479
498     #define VHOST6 480
499     #define WARN_NO_CONNECT_BLOCK 481
500     #define XLINE 482
501 michael 913
502 michael 2473 /* Value type. */
503 michael 913 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
504 michael 2473 typedef union YYSTYPE YYSTYPE;
505     union YYSTYPE
506 michael 967 {
507 michael 3473 #line 146 "conf_parser.y" /* yacc.c:1909 */
508 michael 967
509 michael 913 int number;
510     char *string;
511 michael 967
512 michael 3506 #line 513 "conf_parser.h" /* yacc.c:1909 */
513 michael 2473 };
514 michael 967 # define YYSTYPE_IS_TRIVIAL 1
515 michael 913 # define YYSTYPE_IS_DECLARED 1
516     #endif
517    
518 michael 2473
519 michael 913 extern YYSTYPE yylval;
520    
521 michael 1466 int yyparse (void);
522 michael 967
523 michael 1736 #endif /* !YY_YY_CONF_PARSER_H_INCLUDED */

Properties

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