summaryrefslogtreecommitdiff
path: root/source4/heimdal/lib/hx509/sel-gram.h
diff options
context:
space:
mode:
Diffstat (limited to 'source4/heimdal/lib/hx509/sel-gram.h')
-rw-r--r--source4/heimdal/lib/hx509/sel-gram.h21
1 files changed, 0 insertions, 21 deletions
diff --git a/source4/heimdal/lib/hx509/sel-gram.h b/source4/heimdal/lib/hx509/sel-gram.h
deleted file mode 100644
index 1f687f5b26e..00000000000
--- a/source4/heimdal/lib/hx509/sel-gram.h
+++ /dev/null
@@ -1,21 +0,0 @@
-#define kw_TRUE 257
-#define kw_FALSE 258
-#define kw_AND 259
-#define kw_OR 260
-#define kw_IN 261
-#define kw_TAILMATCH 262
-#define NUMBER 263
-#define STRING 264
-#define IDENTIFIER 265
-#ifdef YYSTYPE
-#undef YYSTYPE_IS_DECLARED
-#define YYSTYPE_IS_DECLARED 1
-#endif
-#ifndef YYSTYPE_IS_DECLARED
-#define YYSTYPE_IS_DECLARED 1
-typedef union {
- char *string;
- struct hx_expr *expr;
-} YYSTYPE;
-#endif /* !YYSTYPE_IS_DECLARED */
-extern YYSTYPE yylval;