~ari-tczew/ubuntu/dapper/fetchmail/fix-CVE-2008-2711

« back to all changes in this revision

Viewing changes to rcfile_y.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Pitt
  • Date: 2006-02-07 12:12:13 UTC
  • mfrom: (1.1.2 upstream)
  • Revision ID: james.westby@ubuntu.com-20060207121213-onurwfrzdlzlzxnt
Tags: 6.3.2-2ubuntu1
* Resynchronise with Debian. This brings the new upstream version to dapper
  since upstream support for 6.2 was dropped.
* Drop debian/patches/CVE-2005-4348.dpatch, upstream now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
     POSTCONNECT = 283,
58
58
     LIMIT = 284,
59
59
     WARNINGS = 285,
60
 
     NETSEC = 286,
61
 
     INTERFACE = 287,
62
 
     MONITOR = 288,
63
 
     PLUGIN = 289,
64
 
     PLUGOUT = 290,
65
 
     IS = 291,
66
 
     HERE = 292,
67
 
     THERE = 293,
68
 
     TO = 294,
69
 
     MAP = 295,
70
 
     WILDCARD = 296,
71
 
     BATCHLIMIT = 297,
72
 
     FETCHLIMIT = 298,
73
 
     FETCHSIZELIMIT = 299,
74
 
     FASTUIDL = 300,
75
 
     EXPUNGE = 301,
76
 
     PROPERTIES = 302,
77
 
     SET = 303,
78
 
     LOGFILE = 304,
79
 
     DAEMON = 305,
80
 
     SYSLOG = 306,
81
 
     IDFILE = 307,
82
 
     INVISIBLE = 308,
83
 
     POSTMASTER = 309,
84
 
     BOUNCEMAIL = 310,
85
 
     SPAMBOUNCE = 311,
86
 
     SHOWDOTS = 312,
87
 
     PROTO = 313,
88
 
     AUTHTYPE = 314,
89
 
     STRING = 315,
90
 
     NUMBER = 316,
91
 
     NO = 317,
92
 
     KEEP = 318,
93
 
     FLUSH = 319,
 
60
     INTERFACE = 286,
 
61
     MONITOR = 287,
 
62
     PLUGIN = 288,
 
63
     PLUGOUT = 289,
 
64
     IS = 290,
 
65
     HERE = 291,
 
66
     THERE = 292,
 
67
     TO = 293,
 
68
     MAP = 294,
 
69
     WILDCARD = 295,
 
70
     BATCHLIMIT = 296,
 
71
     FETCHLIMIT = 297,
 
72
     FETCHSIZELIMIT = 298,
 
73
     FASTUIDL = 299,
 
74
     EXPUNGE = 300,
 
75
     PROPERTIES = 301,
 
76
     SET = 302,
 
77
     LOGFILE = 303,
 
78
     DAEMON = 304,
 
79
     SYSLOG = 305,
 
80
     IDFILE = 306,
 
81
     INVISIBLE = 307,
 
82
     POSTMASTER = 308,
 
83
     BOUNCEMAIL = 309,
 
84
     SPAMBOUNCE = 310,
 
85
     SHOWDOTS = 311,
 
86
     PROTO = 312,
 
87
     AUTHTYPE = 313,
 
88
     STRING = 314,
 
89
     NUMBER = 315,
 
90
     NO = 316,
 
91
     KEEP = 317,
 
92
     FLUSH = 318,
 
93
     LIMITFLUSH = 319,
94
94
     FETCHALL = 320,
95
95
     REWRITE = 321,
96
96
     FORCECR = 322,
147
147
#define POSTCONNECT 283
148
148
#define LIMIT 284
149
149
#define WARNINGS 285
150
 
#define NETSEC 286
151
 
#define INTERFACE 287
152
 
#define MONITOR 288
153
 
#define PLUGIN 289
154
 
#define PLUGOUT 290
155
 
#define IS 291
156
 
#define HERE 292
157
 
#define THERE 293
158
 
#define TO 294
159
 
#define MAP 295
160
 
#define WILDCARD 296
161
 
#define BATCHLIMIT 297
162
 
#define FETCHLIMIT 298
163
 
#define FETCHSIZELIMIT 299
164
 
#define FASTUIDL 300
165
 
#define EXPUNGE 301
166
 
#define PROPERTIES 302
167
 
#define SET 303
168
 
#define LOGFILE 304
169
 
#define DAEMON 305
170
 
#define SYSLOG 306
171
 
#define IDFILE 307
172
 
#define INVISIBLE 308
173
 
#define POSTMASTER 309
174
 
#define BOUNCEMAIL 310
175
 
#define SPAMBOUNCE 311
176
 
#define SHOWDOTS 312
177
 
#define PROTO 313
178
 
#define AUTHTYPE 314
179
 
#define STRING 315
180
 
#define NUMBER 316
181
 
#define NO 317
182
 
#define KEEP 318
183
 
#define FLUSH 319
 
150
#define INTERFACE 286
 
151
#define MONITOR 287
 
152
#define PLUGIN 288
 
153
#define PLUGOUT 289
 
154
#define IS 290
 
155
#define HERE 291
 
156
#define THERE 292
 
157
#define TO 293
 
158
#define MAP 294
 
159
#define WILDCARD 295
 
160
#define BATCHLIMIT 296
 
161
#define FETCHLIMIT 297
 
162
#define FETCHSIZELIMIT 298
 
163
#define FASTUIDL 299
 
164
#define EXPUNGE 300
 
165
#define PROPERTIES 301
 
166
#define SET 302
 
167
#define LOGFILE 303
 
168
#define DAEMON 304
 
169
#define SYSLOG 305
 
170
#define IDFILE 306
 
171
#define INVISIBLE 307
 
172
#define POSTMASTER 308
 
173
#define BOUNCEMAIL 309
 
174
#define SPAMBOUNCE 310
 
175
#define SHOWDOTS 311
 
176
#define PROTO 312
 
177
#define AUTHTYPE 313
 
178
#define STRING 314
 
179
#define NUMBER 315
 
180
#define NO 316
 
181
#define KEEP 317
 
182
#define FLUSH 318
 
183
#define LIMITFLUSH 319
184
184
#define FETCHALL 320
185
185
#define REWRITE 321
186
186
#define FORCECR 322
212
212
 
213
213
 
214
214
#if ! defined (YYSTYPE) && ! defined (YYSTYPE_IS_DECLARED)
215
 
#line 58 "./rcfile_y.y"
 
215
#line 58 "../rcfile_y.y"
216
216
typedef union YYSTYPE {
217
217
  int proto;
218
218
  int number;
219
219
  char *sval;
220
220
} YYSTYPE;
221
221
/* Line 1249 of yacc.c.  */
222
 
#line 222 "y.tab.h"
 
222
#line 222 "rcfile_y.h"
223
223
# define yystype YYSTYPE /* obsolescent; will be withdrawn */
224
224
# define YYSTYPE_IS_DECLARED 1
225
225
# define YYSTYPE_IS_TRIVIAL 1