#ifndef BISON_CONF_TAB_H
# define BISON_CONF_TAB_H

#ifndef YYSTYPE
typedef union {
  int num;
  char *str;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define	STRING_TOKEN	257
# define	DOMAIN	258
# define	NISMASTER	259
# define	MAPS	260
# define	MODULES	261


extern YYSTYPE conflval;

#endif /* not BISON_CONF_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1