add fastcgi
[openadk.git] / config / zconf.tab.h_shipped
blob1b17df414a6271b1c61d3a4178fb3a84e43eabcb
1 /* A Bison parser, made by GNU Bison 2.3.  */
3 /* Skeleton interface for Bison's Yacc-like parsers in C
5    Copyright (C) 1984, 1989, 1990, 2000, 2001, 2002, 2003, 2004, 2005, 2006
6    Free Software Foundation, Inc.
8    This program is free software; you can redistribute it and/or modify
9    it under the terms of the GNU General Public License as published by
10    the Free Software Foundation; either version 2, or (at your option)
11    any later version.
13    This program is distributed in the hope that it will be useful,
14    but WITHOUT ANY WARRANTY; without even the implied warranty of
15    MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16    GNU General Public License for more details.
18    You should have received a copy of the GNU General Public License
19    along with this program; if not, write to the Free Software
20    Foundation, Inc., 51 Franklin Street, Fifth Floor,
21    Boston, MA 02110-1301, USA.  */
23 /* As a special exception, you may create a larger work that contains
24    part or all of the Bison parser skeleton and distribute that work
25    under terms of your choice, so long as that work isn't itself a
26    parser generator using the skeleton or a modified version thereof
27    as a parser skeleton.  Alternatively, if you modify or redistribute
28    the parser skeleton itself, you may (at your option) remove this
29    special exception, which will cause the skeleton and the resulting
30    Bison output files to be licensed under the GNU General Public
31    License without this special exception.
33    This special exception was added by the Free Software Foundation in
34    version 2.2 of Bison.  */
36 /* Tokens.  */
37 #ifndef YYTOKENTYPE
38 # define YYTOKENTYPE
39    /* Put the tokens into the symbol table, so that GDB and other debuggers
40       know about them.  */
41    enum yytokentype {
42      T_MAINMENU = 258,
43      T_MENU = 259,
44      T_ENDMENU = 260,
45      T_SOURCE = 261,
46      T_CHOICE = 262,
47      T_ENDCHOICE = 263,
48      T_COMMENT = 264,
49      T_CONFIG = 265,
50      T_MENUCONFIG = 266,
51      T_HELP = 267,
52      T_HELPTEXT = 268,
53      T_IF = 269,
54      T_ENDIF = 270,
55      T_DEPENDS = 271,
56      T_OPTIONAL = 272,
57      T_PROMPT = 273,
58      T_TYPE = 274,
59      T_DEFAULT = 275,
60      T_SELECT = 276,
61      T_RANGE = 277,
62      T_OPTION = 278,
63      T_ON = 279,
64      T_WORD = 280,
65      T_WORD_QUOTE = 281,
66      T_UNEQUAL = 282,
67      T_CLOSE_PAREN = 283,
68      T_OPEN_PAREN = 284,
69      T_EOL = 285,
70      T_OR = 286,
71      T_AND = 287,
72      T_EQUAL = 288,
73      T_NOT = 289
74    };
75 #endif
76 /* Tokens.  */
77 #define T_MAINMENU 258
78 #define T_MENU 259
79 #define T_ENDMENU 260
80 #define T_SOURCE 261
81 #define T_CHOICE 262
82 #define T_ENDCHOICE 263
83 #define T_COMMENT 264
84 #define T_CONFIG 265
85 #define T_MENUCONFIG 266
86 #define T_HELP 267
87 #define T_HELPTEXT 268
88 #define T_IF 269
89 #define T_ENDIF 270
90 #define T_DEPENDS 271
91 #define T_OPTIONAL 272
92 #define T_PROMPT 273
93 #define T_TYPE 274
94 #define T_DEFAULT 275
95 #define T_SELECT 276
96 #define T_RANGE 277
97 #define T_OPTION 278
98 #define T_ON 279
99 #define T_WORD 280
100 #define T_WORD_QUOTE 281
101 #define T_UNEQUAL 282
102 #define T_CLOSE_PAREN 283
103 #define T_OPEN_PAREN 284
104 #define T_EOL 285
105 #define T_OR 286
106 #define T_AND 287
107 #define T_EQUAL 288
108 #define T_NOT 289
113 #if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
114 typedef union YYSTYPE
115 #line 44 "zconf.y"
117         char *string;
118         struct file *file;
119         struct symbol *symbol;
120         struct expr *expr;
121         struct menu *menu;
122         struct kconf_id *id;
124 /* Line 1489 of yacc.c.  */
125 #line 126 "zconf.tab.h"
126         YYSTYPE;
127 # define yystype YYSTYPE /* obsolescent; will be withdrawn */
128 # define YYSTYPE_IS_DECLARED 1
129 # define YYSTYPE_IS_TRIVIAL 1
130 #endif
132 extern YYSTYPE zconflval;