#ifndef BISON_Y_TAB_H # define BISON_Y_TAB_H # ifndef YYSTYPE # define YYSTYPE int # define YYSTYPE_IS_TRIVIAL 1 # endif # define SET 257 # define HOST 258 # define USER 259 # define PASSWORD 260 # define STRING 261 extern YYSTYPE yylval; #endif /* not BISON_Y_TAB_H */