#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

#ifndef gram_STYPE
typedef union {
        string_ty       *lv_string;
} gram_stype;
# define gram_STYPE gram_stype
# define gram_STYPE_IS_TRIVIAL 1
#endif
# define	CACHE	257
# define	DIRECTORY	258
# define	DOMAIN	259
# define	EOLN	260
# define	FORWARDERS	261
# define	OPTIONS	262
# define	PRIMARY	263
# define	SECONDARY	264
# define	STRING	265


extern gram_STYPE gram_lval;

#endif /* not BISON_Y_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1