#ifndef BISON_Y_TAB_H # define BISON_Y_TAB_H #ifndef YYSTYPE typedef union { int INT; char *STR; struct decision_tree_st *DT; struct ip_range_struct *IP; struct srv_cfg_struct *SC; struct cfg_variable_struct *CV; } yystype; # define YYSTYPE yystype # define YYSTYPE_IS_TRIVIAL 1 #endif # define DEBUG 257 # define CHROOT 258 # define UID 259 # define GID 260 # define WORK_DIR 261 # define CACHE_DIR 262 # define COOKIE_DIR 263 # define CACHE_TIMEOUT 264 # define CACHE_FAST_TIMEOUT 265 # define MIME 266 # define SERVER 267 # define SERVER_VERSION 268 # define BROWSER_VERSION 269 # define LISTEN 270 # define CACHE 271 # define COOKIE_CHECK 272 # define SAFE_URL 273 # define HTTPS 274 # define ACCESS_LOG 275 # define HEADER_CHECK 276 # define FORWARD 277 # define FORWARD_PROXY 278 # define LOCATION 279 # define IF 280 # define ELSIF 281 # define ELSE 282 # define IP_ADDR 283 # define STRING 284 # define REGEX_STR 285 # define INCLUDE 286 # define HTPASSWD 287 # define STRLEN 288 # define CGI_DECODE 289 # define IS_CGI 290 # define IS_VALID_COOKIE 291 # define CLEAR_COOKIE 292 # define RETURN 293 # define EQ 294 # define NE 295 # define GE 296 # define GT 297 # define LE 298 # define LT 299 # define IS 300 # define AND 301 # define OR 302 # define NUMBER 303 # define LOCAL_IP 304 # define CLIENT_IP 305 # define METHOD 306 # define HOST 307 # define PATH 308 # define EXT 309 # define USER_AGENT 310 # define REFERER 311 # define QUERY 312 # define COOKIE 313 # define PORT 314 # define POST_LEN 315 # define AUTH 316 # define PROXY_AUTH 317 extern YYSTYPE yylval; #endif /* not BISON_Y_TAB_H */