/[hydra]/hydra/src/boa_grammar.h
ViewVC logotype

Contents of /hydra/src/boa_grammar.h

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (show annotations)
Fri Dec 10 20:09:22 2004 UTC (19 years, 3 months ago) by nmav
Branch: MAIN
CVS Tags: hydra_0_1_6_without_hic, hydra_0_1_8, hydra_0_1_7, HEAD
File MIME type: text/plain
Added the SSL_CLIENT_SERVER_NAME CGI variable.

1 #ifndef BISON_BOA_GRAMMAR_H
2 # define BISON_BOA_GRAMMAR_H
3
4 #ifndef YYSTYPE
5 typedef union {
6 char * sval;
7 int ival;
8 struct ccommand * cval;
9 } yystype;
10 # define YYSTYPE yystype
11 #endif
12 # define STMT_NO_ARGS 257
13 # define STMT_ONE_ARG 258
14 # define STMT_TWO_ARGS 259
15 # define STMT_THREE_ARGS 260
16 # define STMT_FOUR_ARGS 261
17 # define MIMETYPE 262
18 # define STRING 263
19 # define INTEGER 264
20 # define STRING_SEP 265
21
22
23 extern YYSTYPE yylval;
24
25 #endif /* not BISON_BOA_GRAMMAR_H */

webmaster@linux.gr
ViewVC Help
Powered by ViewVC 1.1.26