Removed dependent files from CVS repository.

This commit is contained in:
Peter Simons 2000-12-13 15:12:04 +00:00
parent f299b37edc
commit 856030679e
3 changed files with 0 additions and 3046 deletions

1297
acl.c

File diff suppressed because it is too large Load Diff

1723
acl_scan.c

File diff suppressed because it is too large Load Diff

View File

@ -1,26 +0,0 @@
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define TOK_IF 257
#define TOK_EQUAL 258
#define TOK_FROM 259
#define TOK_SUBJECT 260
#define TOK_ENVELOPE 261
#define TOK_HEADER 262
#define TOK_BODY 263
#define TOK_AND 264
#define TOK_OR 265
#define TOK_NOT 266
#define TOK_THEN 267
#define TOK_MATCH 268
#define TOK_STRING 269
#define TOK_DROP 270
#define TOK_PASS 271
#define TOK_REDIRECT 272
#define TOK_FORWARD 273
#define TOK_REJECT 274
#define TOK_REJECTWITH 275
#define TOK_FILTER 276
extern YYSTYPE acllval;