1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285
|
/* A Bison parser, made by GNU Bison 3.8.2. */
/* Bison interface for Yacc-like parsers in C
Copyright (C) 1984, 1989-1990, 2000-2015, 2018-2021 Free Software Foundation,
Inc.
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see <https://www.gnu.org/licenses/>. */
/* As a special exception, you may create a larger work that contains
part or all of the Bison parser skeleton and distribute that work
under terms of your choice, so long as that work isn't itself a
parser generator using the skeleton or a modified version thereof
as a parser skeleton. Alternatively, if you modify or redistribute
the parser skeleton itself, you may (at your option) remove this
special exception, which will cause the skeleton and the resulting
Bison output files to be licensed under the GNU General Public
License without this special exception.
This special exception was added by the Free Software Foundation in
version 2.2 of Bison. */
/* DO NOT RELY ON FEATURES THAT ARE NOT DOCUMENTED in the manual,
especially those whose name start with YY_ or yy_. They are
private implementation details that can be changed or removed. */
#ifndef YY_YY_RCFILE_Y_H_INCLUDED
# define YY_YY_RCFILE_Y_H_INCLUDED
/* Debug traces. */
#ifndef YYDEBUG
# define YYDEBUG 1
#endif
#if YYDEBUG
extern int yydebug;
#endif
/* Token kinds. */
#ifndef YYTOKENTYPE
# define YYTOKENTYPE
enum yytokentype
{
YYEMPTY = -2,
YYEOF = 0, /* "end of file" */
YYerror = 256, /* error */
YYUNDEF = 257, /* "invalid token" */
DEFAULTS = 258, /* DEFAULTS */
POLL = 259, /* POLL */
SKIP = 260, /* SKIP */
VIA = 261, /* VIA */
AKA = 262, /* AKA */
LOCALDOMAINS = 263, /* LOCALDOMAINS */
PROTOCOL = 264, /* PROTOCOL */
AUTHENTICATE = 265, /* AUTHENTICATE */
TIMEOUT = 266, /* TIMEOUT */
IDLETIMEOUT = 267, /* IDLETIMEOUT */
KPOP = 268, /* KPOP */
SDPS = 269, /* SDPS */
ENVELOPE = 270, /* ENVELOPE */
QVIRTUAL = 271, /* QVIRTUAL */
USERNAME = 272, /* USERNAME */
PASSWORD = 273, /* PASSWORD */
FOLDER = 274, /* FOLDER */
SMTPHOST = 275, /* SMTPHOST */
FETCHDOMAINS = 276, /* FETCHDOMAINS */
MDA = 277, /* MDA */
BSMTP = 278, /* BSMTP */
LMTP = 279, /* LMTP */
SMTPADDRESS = 280, /* SMTPADDRESS */
SMTPNAME = 281, /* SMTPNAME */
SPAMRESPONSE = 282, /* SPAMRESPONSE */
PRECONNECT = 283, /* PRECONNECT */
POSTCONNECT = 284, /* POSTCONNECT */
LIMIT = 285, /* LIMIT */
WARNINGS = 286, /* WARNINGS */
INTERFACE = 287, /* INTERFACE */
MONITOR = 288, /* MONITOR */
PLUGIN = 289, /* PLUGIN */
PLUGOUT = 290, /* PLUGOUT */
IS = 291, /* IS */
HERE = 292, /* HERE */
THERE = 293, /* THERE */
TO = 294, /* TO */
MAP = 295, /* MAP */
BATCHLIMIT = 296, /* BATCHLIMIT */
FETCHLIMIT = 297, /* FETCHLIMIT */
FETCHSIZELIMIT = 298, /* FETCHSIZELIMIT */
FASTUIDL = 299, /* FASTUIDL */
EXPUNGE = 300, /* EXPUNGE */
PROPERTIES = 301, /* PROPERTIES */
SET = 302, /* SET */
LOGFILE = 303, /* LOGFILE */
DAEMON = 304, /* DAEMON */
SYSLOG = 305, /* SYSLOG */
IDFILE = 306, /* IDFILE */
PIDFILE = 307, /* PIDFILE */
INVISIBLE = 308, /* INVISIBLE */
POSTMASTER = 309, /* POSTMASTER */
BOUNCEMAIL = 310, /* BOUNCEMAIL */
SPAMBOUNCE = 311, /* SPAMBOUNCE */
SOFTBOUNCE = 312, /* SOFTBOUNCE */
SHOWDOTS = 313, /* SHOWDOTS */
BADHEADER = 314, /* BADHEADER */
ACCEPT = 315, /* ACCEPT */
REJECT_ = 316, /* REJECT_ */
PROTO = 317, /* PROTO */
AUTHTYPE = 318, /* AUTHTYPE */
STRING = 319, /* STRING */
NUMBER = 320, /* NUMBER */
NO = 321, /* NO */
KEEP = 322, /* KEEP */
MOVETO = 323, /* MOVETO */
FLUSH = 324, /* FLUSH */
LIMITFLUSH = 325, /* LIMITFLUSH */
FETCHALL = 326, /* FETCHALL */
REWRITE = 327, /* REWRITE */
FORCECR = 328, /* FORCECR */
STRIPCR = 329, /* STRIPCR */
PASS8BITS = 330, /* PASS8BITS */
DROPSTATUS = 331, /* DROPSTATUS */
DROPDELIVERED = 332, /* DROPDELIVERED */
FORCEIDLE = 333, /* FORCEIDLE */
DNS = 334, /* DNS */
SERVICE = 335, /* SERVICE */
PORT = 336, /* PORT */
UIDL = 337, /* UIDL */
INTERVAL = 338, /* INTERVAL */
MIMEDECODE = 339, /* MIMEDECODE */
IDLE = 340, /* IDLE */
CHECKALIAS = 341, /* CHECKALIAS */
SSL = 342, /* SSL */
SSLKEY = 343, /* SSLKEY */
SSLCERT = 344, /* SSLCERT */
SSLPROTO = 345, /* SSLPROTO */
SSLCERTCK = 346, /* SSLCERTCK */
SSLCERTFILE = 347, /* SSLCERTFILE */
SSLCERTPATH = 348, /* SSLCERTPATH */
SSLCOMMONNAME = 349, /* SSLCOMMONNAME */
SSLFINGERPRINT = 350, /* SSLFINGERPRINT */
PRINCIPAL = 351, /* PRINCIPAL */
ESMTPNAME = 352, /* ESMTPNAME */
ESMTPPASSWORD = 353, /* ESMTPPASSWORD */
TRACEPOLLS = 354 /* TRACEPOLLS */
};
typedef enum yytokentype yytoken_kind_t;
#endif
/* Token kinds. */
#define YYEMPTY -2
#define YYEOF 0
#define YYerror 256
#define YYUNDEF 257
#define DEFAULTS 258
#define POLL 259
#define SKIP 260
#define VIA 261
#define AKA 262
#define LOCALDOMAINS 263
#define PROTOCOL 264
#define AUTHENTICATE 265
#define TIMEOUT 266
#define IDLETIMEOUT 267
#define KPOP 268
#define SDPS 269
#define ENVELOPE 270
#define QVIRTUAL 271
#define USERNAME 272
#define PASSWORD 273
#define FOLDER 274
#define SMTPHOST 275
#define FETCHDOMAINS 276
#define MDA 277
#define BSMTP 278
#define LMTP 279
#define SMTPADDRESS 280
#define SMTPNAME 281
#define SPAMRESPONSE 282
#define PRECONNECT 283
#define POSTCONNECT 284
#define LIMIT 285
#define WARNINGS 286
#define INTERFACE 287
#define MONITOR 288
#define PLUGIN 289
#define PLUGOUT 290
#define IS 291
#define HERE 292
#define THERE 293
#define TO 294
#define MAP 295
#define BATCHLIMIT 296
#define FETCHLIMIT 297
#define FETCHSIZELIMIT 298
#define FASTUIDL 299
#define EXPUNGE 300
#define PROPERTIES 301
#define SET 302
#define LOGFILE 303
#define DAEMON 304
#define SYSLOG 305
#define IDFILE 306
#define PIDFILE 307
#define INVISIBLE 308
#define POSTMASTER 309
#define BOUNCEMAIL 310
#define SPAMBOUNCE 311
#define SOFTBOUNCE 312
#define SHOWDOTS 313
#define BADHEADER 314
#define ACCEPT 315
#define REJECT_ 316
#define PROTO 317
#define AUTHTYPE 318
#define STRING 319
#define NUMBER 320
#define NO 321
#define KEEP 322
#define MOVETO 323
#define FLUSH 324
#define LIMITFLUSH 325
#define FETCHALL 326
#define REWRITE 327
#define FORCECR 328
#define STRIPCR 329
#define PASS8BITS 330
#define DROPSTATUS 331
#define DROPDELIVERED 332
#define FORCEIDLE 333
#define DNS 334
#define SERVICE 335
#define PORT 336
#define UIDL 337
#define INTERVAL 338
#define MIMEDECODE 339
#define IDLE 340
#define CHECKALIAS 341
#define SSL 342
#define SSLKEY 343
#define SSLCERT 344
#define SSLPROTO 345
#define SSLCERTCK 346
#define SSLCERTFILE 347
#define SSLCERTPATH 348
#define SSLCOMMONNAME 349
#define SSLFINGERPRINT 350
#define PRINCIPAL 351
#define ESMTPNAME 352
#define ESMTPPASSWORD 353
#define TRACEPOLLS 354
/* Value type. */
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
union YYSTYPE
{
#line 56 "../rcfile_y.y"
int proto;
int number;
char *sval;
#line 271 "rcfile_y.h"
};
typedef union YYSTYPE YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1
# define YYSTYPE_IS_DECLARED 1
#endif
extern YYSTYPE yylval;
int yyparse (void);
#endif /* !YY_YY_RCFILE_Y_H_INCLUDED */
|