#ifndef BISON_Y_TAB_H
# define BISON_Y_TAB_H

#ifndef YYSTYPE
typedef union {
  URL_T url;
  float real;
  int   number;
  char *string;
} yystype;
# define YYSTYPE yystype
# define YYSTYPE_IS_TRIVIAL 1
#endif
# define	IF	257
# define	ELSE	258
# define	THEN	259
# define	OR	260
# define	FAILED	261
# define	SET	262
# define	LOGFILE	263
# define	FACILITY	264
# define	DAEMON	265
# define	SYSLOG	266
# define	MAILSERVER	267
# define	HTTPD	268
# define	ALLOW	269
# define	ADDRESS	270
# define	INIT	271
# define	READONLY	272
# define	CLEARTEXT	273
# define	MD5HASH	274
# define	SHA1HASH	275
# define	CRYPT	276
# define	PEMFILE	277
# define	ENABLE	278
# define	DISABLE	279
# define	HTTPDSSL	280
# define	CLIENTPEMFILE	281
# define	ALLOWSELFCERTIFICATION	282
# define	STATEFILE	283
# define	SEND	284
# define	EXPECT	285
# define	CYCLE	286
# define	COUNT	287
# define	REMINDER	288
# define	PIDFILE	289
# define	START	290
# define	STOP	291
# define	PATHTOK	292
# define	HOST	293
# define	PORT	294
# define	TYPE	295
# define	UDP	296
# define	TCP	297
# define	TCPSSL	298
# define	PROTOCOL	299
# define	CONNECTION	300
# define	ALERT	301
# define	NOALERT	302
# define	MAILFORMAT	303
# define	UNIXSOCKET	304
# define	SIGNATURE	305
# define	TIMEOUT	306
# define	RESTART	307
# define	CHECKSUM	308
# define	EVERY	309
# define	DEFAULT	310
# define	HTTP	311
# define	APACHESTATUS	312
# define	FTP	313
# define	SMTP	314
# define	POP	315
# define	IMAP	316
# define	CLAMAV	317
# define	NNTP	318
# define	NTP3	319
# define	MYSQL	320
# define	DNS	321
# define	SSH	322
# define	DWP	323
# define	LDAP2	324
# define	LDAP3	325
# define	RDATE	326
# define	RSYNC	327
# define	TNS	328
# define	PGSQL	329
# define	POSTFIXPOLICY	330
# define	STRING	331
# define	PATH	332
# define	MAILADDR	333
# define	MAILFROM	334
# define	MAILSUBJECT	335
# define	MAILBODY	336
# define	SERVICENAME	337
# define	STRINGNAME	338
# define	NUMBER	339
# define	PERCENT	340
# define	LOGLIMIT	341
# define	CLOSELIMIT	342
# define	DNSLIMIT	343
# define	KEEPALIVELIMIT	344
# define	REPLYLIMIT	345
# define	REQUESTLIMIT	346
# define	STARTLIMIT	347
# define	WAITLIMIT	348
# define	GRACEFULLIMIT	349
# define	CLEANUPLIMIT	350
# define	REAL	351
# define	CHECKPROC	352
# define	CHECKDEV	353
# define	CHECKFILE	354
# define	CHECKDIR	355
# define	CHECKHOST	356
# define	CHECKSYSTEM	357
# define	CHECKFIFO	358
# define	CHILDREN	359
# define	SYSTEM	360
# define	RESOURCE	361
# define	MEMORY	362
# define	TOTALMEMORY	363
# define	LOADAVG1	364
# define	LOADAVG5	365
# define	LOADAVG15	366
# define	MODE	367
# define	ACTIVE	368
# define	PASSIVE	369
# define	MANUAL	370
# define	CPU	371
# define	CPUUSER	372
# define	CPUSYSTEM	373
# define	CPUWAIT	374
# define	GROUP	375
# define	REQUEST	376
# define	DEPENDS	377
# define	BASEDIR	378
# define	SLOT	379
# define	EVENTQUEUE	380
# define	UID	381
# define	GID	382
# define	COLLECTOR	383
# define	INSTANCE	384
# define	USERNAME	385
# define	PASSWORD	386
# define	TIMESTAMP	387
# define	CHANGED	388
# define	SECOND	389
# define	MINUTE	390
# define	HOUR	391
# define	DAY	392
# define	SSLAUTO	393
# define	SSLV2	394
# define	SSLV3	395
# define	TLSV1	396
# define	CERTMD5	397
# define	BYTE	398
# define	KILOBYTE	399
# define	MEGABYTE	400
# define	GIGABYTE	401
# define	INODE	402
# define	SPACE	403
# define	PERMISSION	404
# define	SIZE	405
# define	MATCH	406
# define	NOT	407
# define	IGNORE	408
# define	EXEC	409
# define	UNMONITOR	410
# define	ICMP	411
# define	ICMPECHO	412
# define	NONEXIST	413
# define	INVALID	414
# define	DATA	415
# define	RECOVERED	416
# define	PASSED	417
# define	URL	418
# define	CONTENT	419
# define	PID	420
# define	PPID	421
# define	FSFLAG	422
# define	URLOBJECT	423
# define	GREATER	424
# define	LESS	425
# define	EQUAL	426
# define	NOTEQUAL	427


extern YYSTYPE yylval;

#endif /* not BISON_Y_TAB_H */


syntax highlighted by Code2HTML, v. 0.9.1