#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H
#ifndef YYSTYPE
typedef union {
char text[NFS_MAXPATHLEN];
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define PATH 257
# define ID 258
# define OPTVALUE 259
# define WHITE 260
# define IP 261
# define NET 262
# define OLDNET 263
extern YYSTYPE yylval;
#endif /* not BISON_Y_TAB_H */