#ifndef BISON_Y_TAB_H # define BISON_Y_TAB_H #ifndef YYSTYPE typedef union { char *string; int boolean; int integer; } yystype; # define YYSTYPE yystype # define YYSTYPE_IS_TRIVIAL 1 #endif # define CONFIG 257 # define END_CONFIG 258 # define GLOBAL 259 # define END_GLOBAL 260 # define CONTACT 261 # define END_CONTACT 262 # define ACTION 263 # define END_ACTION 264 # define URL_HANDLER 265 # define EMAIL_HANDLER 266 # define SOUND_HANDLER 267 # define SHOW_CHAT_BUTTON 268 # define SHOW_ONLINE_ONLY 269 # define SHOW_STATUS 270 # define SHOW_STATUS_TIMES 271 # define SHOW_IDLE_MESSAGES 272 # define FRIENDLYMSGSONLY 273 # define MYFONTSONLY 274 # define NOTIFYMSGS 275 # define DISPLAYREALNAMES 276 # define SHOW_TIMESTAMP 277 # define FRIENDS_LIST_HEIGHT 278 # define CHAT_WINDOW_SIZE 279 # define CHAT_WINDOW_WRAP 280 # define IMAGE_STATUS_IDLE 281 # define IMAGE_STATUS_AWAY 282 # define IMAGE_STATUS_HERE 283 # define IMAGE_STATUS_OFFLINE 284 # define USERID 285 # define PASSWORD 286 # define INVISIBLE 287 # define DEBUG 288 # define AUTO_REPLY 289 # define AUTO_FORWARD 290 # define NAME 291 # define EMAIL 292 # define SINGLE_INSTANCE 293 # define SYSTEM_LOG_FILE 294 # define CHAT_LOG_FILE 295 # define EVENT 296 # define TYPE 297 # define DELAY 298 # define MAX_INSTANCES 299 # define COMMAND 300 # define FUNCTION 301 # define SOUND 302 # define MESSAGE 303 # define IDLE_TIME 304 # define PROXY_USER 305 # define PROXY_PASSWORD 306 # define PROXY_HOST 307 # define PROXY_PORT 308 # define CONNECT_MODE 309 # define CONNECT_RETRIES 310 # define CONNECT_DELAY 311 # define BOOLEAN 312 # define QSTRING 313 # define INTEGER 314 extern YYSTYPE yylval; #endif /* not BISON_Y_TAB_H */