~akhil011/ubuntu/wily/monit/crypto_fix

« back to all changes in this revision

Viewing changes to src/tokens.h

  • Committer: Package Import Robot
  • Author(s): Sergey B Kirpichev
  • Date: 2015-03-16 20:03:39 UTC
  • mfrom: (1.1.27)
  • Revision ID: package-import@ubuntu.com-20150316200339-0yaqp422ey18ik8s
Tags: 1:5.12.1-1
* Correct HURD patch
* Imported Upstream version 5.12.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
100
100
    HOST = 310,
101
101
    HOSTNAME = 311,
102
102
    PORT = 312,
103
 
    TYPE = 313,
104
 
    UDP = 314,
105
 
    TCP = 315,
106
 
    TCPSSL = 316,
107
 
    PROTOCOL = 317,
108
 
    CONNECTION = 318,
109
 
    ALERT = 319,
110
 
    NOALERT = 320,
111
 
    MAILFORMAT = 321,
112
 
    UNIXSOCKET = 322,
113
 
    SIGNATURE = 323,
114
 
    TIMEOUT = 324,
115
 
    RETRY = 325,
116
 
    RESTART = 326,
117
 
    CHECKSUM = 327,
118
 
    EVERY = 328,
119
 
    NOTEVERY = 329,
120
 
    DEFAULT = 330,
121
 
    HTTP = 331,
122
 
    HTTPS = 332,
123
 
    APACHESTATUS = 333,
124
 
    FTP = 334,
125
 
    SMTP = 335,
126
 
    SMTPS = 336,
127
 
    POP = 337,
128
 
    IMAP = 338,
129
 
    IMAPS = 339,
130
 
    CLAMAV = 340,
131
 
    NNTP = 341,
132
 
    NTP3 = 342,
133
 
    MYSQL = 343,
134
 
    DNS = 344,
135
 
    WEBSOCKET = 345,
136
 
    SSH = 346,
137
 
    DWP = 347,
138
 
    LDAP2 = 348,
139
 
    LDAP3 = 349,
140
 
    RDATE = 350,
141
 
    RSYNC = 351,
142
 
    TNS = 352,
143
 
    PGSQL = 353,
144
 
    POSTFIXPOLICY = 354,
145
 
    SIP = 355,
146
 
    LMTP = 356,
147
 
    GPS = 357,
148
 
    RADIUS = 358,
149
 
    MEMCACHE = 359,
150
 
    REDIS = 360,
151
 
    MONGODB = 361,
152
 
    SIEVE = 362,
153
 
    STRING = 363,
154
 
    PATH = 364,
155
 
    MAILADDR = 365,
156
 
    MAILFROM = 366,
157
 
    MAILREPLYTO = 367,
158
 
    MAILSUBJECT = 368,
159
 
    MAILBODY = 369,
160
 
    SERVICENAME = 370,
161
 
    STRINGNAME = 371,
162
 
    NUMBER = 372,
163
 
    PERCENT = 373,
164
 
    LOGLIMIT = 374,
165
 
    CLOSELIMIT = 375,
166
 
    DNSLIMIT = 376,
167
 
    KEEPALIVELIMIT = 377,
168
 
    REPLYLIMIT = 378,
169
 
    REQUESTLIMIT = 379,
170
 
    STARTLIMIT = 380,
171
 
    WAITLIMIT = 381,
172
 
    GRACEFULLIMIT = 382,
173
 
    CLEANUPLIMIT = 383,
174
 
    REAL = 384,
175
 
    CHECKPROC = 385,
176
 
    CHECKFILESYS = 386,
177
 
    CHECKFILE = 387,
178
 
    CHECKDIR = 388,
179
 
    CHECKHOST = 389,
180
 
    CHECKSYSTEM = 390,
181
 
    CHECKFIFO = 391,
182
 
    CHECKPROGRAM = 392,
183
 
    CHECKNET = 393,
184
 
    CHILDREN = 394,
185
 
    SYSTEM = 395,
186
 
    STATUS = 396,
187
 
    ORIGIN = 397,
188
 
    VERSIONOPT = 398,
189
 
    RESOURCE = 399,
190
 
    MEMORY = 400,
191
 
    TOTALMEMORY = 401,
192
 
    LOADAVG1 = 402,
193
 
    LOADAVG5 = 403,
194
 
    LOADAVG15 = 404,
195
 
    SWAP = 405,
196
 
    MODE = 406,
197
 
    ACTIVE = 407,
198
 
    PASSIVE = 408,
199
 
    MANUAL = 409,
200
 
    CPU = 410,
201
 
    TOTALCPU = 411,
202
 
    CPUUSER = 412,
203
 
    CPUSYSTEM = 413,
204
 
    CPUWAIT = 414,
205
 
    GROUP = 415,
206
 
    REQUEST = 416,
207
 
    DEPENDS = 417,
208
 
    BASEDIR = 418,
209
 
    SLOT = 419,
210
 
    EVENTQUEUE = 420,
211
 
    SECRET = 421,
212
 
    HOSTHEADER = 422,
213
 
    UID = 423,
214
 
    EUID = 424,
215
 
    GID = 425,
216
 
    MMONIT = 426,
217
 
    INSTANCE = 427,
218
 
    USERNAME = 428,
219
 
    PASSWORD = 429,
220
 
    TIMESTAMP = 430,
221
 
    CHANGED = 431,
222
 
    SECOND = 432,
223
 
    MINUTE = 433,
224
 
    HOUR = 434,
225
 
    DAY = 435,
226
 
    MONTH = 436,
227
 
    SSLAUTO = 437,
228
 
    SSLV2 = 438,
229
 
    SSLV3 = 439,
230
 
    TLSV1 = 440,
231
 
    TLSV11 = 441,
232
 
    TLSV12 = 442,
233
 
    CERTMD5 = 443,
234
 
    BYTE = 444,
235
 
    KILOBYTE = 445,
236
 
    MEGABYTE = 446,
237
 
    GIGABYTE = 447,
238
 
    INODE = 448,
239
 
    SPACE = 449,
240
 
    PERMISSION = 450,
241
 
    SIZE = 451,
242
 
    MATCH = 452,
243
 
    NOT = 453,
244
 
    IGNORE = 454,
245
 
    ACTION = 455,
246
 
    UPTIME = 456,
247
 
    EXEC = 457,
248
 
    UNMONITOR = 458,
249
 
    PING = 459,
250
 
    ICMP = 460,
251
 
    ICMPECHO = 461,
252
 
    NONEXIST = 462,
253
 
    EXIST = 463,
254
 
    INVALID = 464,
255
 
    DATA = 465,
256
 
    RECOVERED = 466,
257
 
    PASSED = 467,
258
 
    SUCCEEDED = 468,
259
 
    URL = 469,
260
 
    CONTENT = 470,
261
 
    PID = 471,
262
 
    PPID = 472,
263
 
    FSFLAG = 473,
264
 
    REGISTER = 474,
265
 
    CREDENTIALS = 475,
266
 
    URLOBJECT = 476,
267
 
    TARGET = 477,
268
 
    TIMESPEC = 478,
269
 
    HTTPHEADER = 479,
270
 
    MAXFORWARD = 480,
271
 
    FIPS = 481,
272
 
    GREATER = 482,
273
 
    LESS = 483,
274
 
    EQUAL = 484,
275
 
    NOTEQUAL = 485
 
103
    IPV4 = 313,
 
104
    IPV6 = 314,
 
105
    TYPE = 315,
 
106
    UDP = 316,
 
107
    TCP = 317,
 
108
    TCPSSL = 318,
 
109
    PROTOCOL = 319,
 
110
    CONNECTION = 320,
 
111
    ALERT = 321,
 
112
    NOALERT = 322,
 
113
    MAILFORMAT = 323,
 
114
    UNIXSOCKET = 324,
 
115
    SIGNATURE = 325,
 
116
    TIMEOUT = 326,
 
117
    RETRY = 327,
 
118
    RESTART = 328,
 
119
    CHECKSUM = 329,
 
120
    EVERY = 330,
 
121
    NOTEVERY = 331,
 
122
    DEFAULT = 332,
 
123
    HTTP = 333,
 
124
    HTTPS = 334,
 
125
    APACHESTATUS = 335,
 
126
    FTP = 336,
 
127
    SMTP = 337,
 
128
    SMTPS = 338,
 
129
    POP = 339,
 
130
    POPS = 340,
 
131
    IMAP = 341,
 
132
    IMAPS = 342,
 
133
    CLAMAV = 343,
 
134
    NNTP = 344,
 
135
    NTP3 = 345,
 
136
    MYSQL = 346,
 
137
    DNS = 347,
 
138
    WEBSOCKET = 348,
 
139
    SSH = 349,
 
140
    DWP = 350,
 
141
    LDAP2 = 351,
 
142
    LDAP3 = 352,
 
143
    RDATE = 353,
 
144
    RSYNC = 354,
 
145
    TNS = 355,
 
146
    PGSQL = 356,
 
147
    POSTFIXPOLICY = 357,
 
148
    SIP = 358,
 
149
    LMTP = 359,
 
150
    GPS = 360,
 
151
    RADIUS = 361,
 
152
    MEMCACHE = 362,
 
153
    REDIS = 363,
 
154
    MONGODB = 364,
 
155
    SIEVE = 365,
 
156
    STRING = 366,
 
157
    PATH = 367,
 
158
    MAILADDR = 368,
 
159
    MAILFROM = 369,
 
160
    MAILREPLYTO = 370,
 
161
    MAILSUBJECT = 371,
 
162
    MAILBODY = 372,
 
163
    SERVICENAME = 373,
 
164
    STRINGNAME = 374,
 
165
    NUMBER = 375,
 
166
    PERCENT = 376,
 
167
    LOGLIMIT = 377,
 
168
    CLOSELIMIT = 378,
 
169
    DNSLIMIT = 379,
 
170
    KEEPALIVELIMIT = 380,
 
171
    REPLYLIMIT = 381,
 
172
    REQUESTLIMIT = 382,
 
173
    STARTLIMIT = 383,
 
174
    WAITLIMIT = 384,
 
175
    GRACEFULLIMIT = 385,
 
176
    CLEANUPLIMIT = 386,
 
177
    REAL = 387,
 
178
    CHECKPROC = 388,
 
179
    CHECKFILESYS = 389,
 
180
    CHECKFILE = 390,
 
181
    CHECKDIR = 391,
 
182
    CHECKHOST = 392,
 
183
    CHECKSYSTEM = 393,
 
184
    CHECKFIFO = 394,
 
185
    CHECKPROGRAM = 395,
 
186
    CHECKNET = 396,
 
187
    CHILDREN = 397,
 
188
    SYSTEM = 398,
 
189
    STATUS = 399,
 
190
    ORIGIN = 400,
 
191
    VERSIONOPT = 401,
 
192
    RESOURCE = 402,
 
193
    MEMORY = 403,
 
194
    TOTALMEMORY = 404,
 
195
    LOADAVG1 = 405,
 
196
    LOADAVG5 = 406,
 
197
    LOADAVG15 = 407,
 
198
    SWAP = 408,
 
199
    MODE = 409,
 
200
    ACTIVE = 410,
 
201
    PASSIVE = 411,
 
202
    MANUAL = 412,
 
203
    CPU = 413,
 
204
    TOTALCPU = 414,
 
205
    CPUUSER = 415,
 
206
    CPUSYSTEM = 416,
 
207
    CPUWAIT = 417,
 
208
    GROUP = 418,
 
209
    REQUEST = 419,
 
210
    DEPENDS = 420,
 
211
    BASEDIR = 421,
 
212
    SLOT = 422,
 
213
    EVENTQUEUE = 423,
 
214
    SECRET = 424,
 
215
    HOSTHEADER = 425,
 
216
    UID = 426,
 
217
    EUID = 427,
 
218
    GID = 428,
 
219
    MMONIT = 429,
 
220
    INSTANCE = 430,
 
221
    USERNAME = 431,
 
222
    PASSWORD = 432,
 
223
    TIMESTAMP = 433,
 
224
    CHANGED = 434,
 
225
    SECOND = 435,
 
226
    MINUTE = 436,
 
227
    HOUR = 437,
 
228
    DAY = 438,
 
229
    MONTH = 439,
 
230
    SSLAUTO = 440,
 
231
    SSLV2 = 441,
 
232
    SSLV3 = 442,
 
233
    TLSV1 = 443,
 
234
    TLSV11 = 444,
 
235
    TLSV12 = 445,
 
236
    CERTMD5 = 446,
 
237
    BYTE = 447,
 
238
    KILOBYTE = 448,
 
239
    MEGABYTE = 449,
 
240
    GIGABYTE = 450,
 
241
    INODE = 451,
 
242
    SPACE = 452,
 
243
    PERMISSION = 453,
 
244
    SIZE = 454,
 
245
    MATCH = 455,
 
246
    NOT = 456,
 
247
    IGNORE = 457,
 
248
    ACTION = 458,
 
249
    UPTIME = 459,
 
250
    EXEC = 460,
 
251
    UNMONITOR = 461,
 
252
    PING = 462,
 
253
    PING4 = 463,
 
254
    PING6 = 464,
 
255
    ICMP = 465,
 
256
    ICMPECHO = 466,
 
257
    NONEXIST = 467,
 
258
    EXIST = 468,
 
259
    INVALID = 469,
 
260
    DATA = 470,
 
261
    RECOVERED = 471,
 
262
    PASSED = 472,
 
263
    SUCCEEDED = 473,
 
264
    URL = 474,
 
265
    CONTENT = 475,
 
266
    PID = 476,
 
267
    PPID = 477,
 
268
    FSFLAG = 478,
 
269
    REGISTER = 479,
 
270
    CREDENTIALS = 480,
 
271
    URLOBJECT = 481,
 
272
    TARGET = 482,
 
273
    TIMESPEC = 483,
 
274
    HTTPHEADER = 484,
 
275
    MAXFORWARD = 485,
 
276
    FIPS = 486,
 
277
    GREATER = 487,
 
278
    LESS = 488,
 
279
    EQUAL = 489,
 
280
    NOTEQUAL = 490
276
281
  };
277
282
#endif
278
283
/* Tokens.  */
331
336
#define HOST 310
332
337
#define HOSTNAME 311
333
338
#define PORT 312
334
 
#define TYPE 313
335
 
#define UDP 314
336
 
#define TCP 315
337
 
#define TCPSSL 316
338
 
#define PROTOCOL 317
339
 
#define CONNECTION 318
340
 
#define ALERT 319
341
 
#define NOALERT 320
342
 
#define MAILFORMAT 321
343
 
#define UNIXSOCKET 322
344
 
#define SIGNATURE 323
345
 
#define TIMEOUT 324
346
 
#define RETRY 325
347
 
#define RESTART 326
348
 
#define CHECKSUM 327
349
 
#define EVERY 328
350
 
#define NOTEVERY 329
351
 
#define DEFAULT 330
352
 
#define HTTP 331
353
 
#define HTTPS 332
354
 
#define APACHESTATUS 333
355
 
#define FTP 334
356
 
#define SMTP 335
357
 
#define SMTPS 336
358
 
#define POP 337
359
 
#define IMAP 338
360
 
#define IMAPS 339
361
 
#define CLAMAV 340
362
 
#define NNTP 341
363
 
#define NTP3 342
364
 
#define MYSQL 343
365
 
#define DNS 344
366
 
#define WEBSOCKET 345
367
 
#define SSH 346
368
 
#define DWP 347
369
 
#define LDAP2 348
370
 
#define LDAP3 349
371
 
#define RDATE 350
372
 
#define RSYNC 351
373
 
#define TNS 352
374
 
#define PGSQL 353
375
 
#define POSTFIXPOLICY 354
376
 
#define SIP 355
377
 
#define LMTP 356
378
 
#define GPS 357
379
 
#define RADIUS 358
380
 
#define MEMCACHE 359
381
 
#define REDIS 360
382
 
#define MONGODB 361
383
 
#define SIEVE 362
384
 
#define STRING 363
385
 
#define PATH 364
386
 
#define MAILADDR 365
387
 
#define MAILFROM 366
388
 
#define MAILREPLYTO 367
389
 
#define MAILSUBJECT 368
390
 
#define MAILBODY 369
391
 
#define SERVICENAME 370
392
 
#define STRINGNAME 371
393
 
#define NUMBER 372
394
 
#define PERCENT 373
395
 
#define LOGLIMIT 374
396
 
#define CLOSELIMIT 375
397
 
#define DNSLIMIT 376
398
 
#define KEEPALIVELIMIT 377
399
 
#define REPLYLIMIT 378
400
 
#define REQUESTLIMIT 379
401
 
#define STARTLIMIT 380
402
 
#define WAITLIMIT 381
403
 
#define GRACEFULLIMIT 382
404
 
#define CLEANUPLIMIT 383
405
 
#define REAL 384
406
 
#define CHECKPROC 385
407
 
#define CHECKFILESYS 386
408
 
#define CHECKFILE 387
409
 
#define CHECKDIR 388
410
 
#define CHECKHOST 389
411
 
#define CHECKSYSTEM 390
412
 
#define CHECKFIFO 391
413
 
#define CHECKPROGRAM 392
414
 
#define CHECKNET 393
415
 
#define CHILDREN 394
416
 
#define SYSTEM 395
417
 
#define STATUS 396
418
 
#define ORIGIN 397
419
 
#define VERSIONOPT 398
420
 
#define RESOURCE 399
421
 
#define MEMORY 400
422
 
#define TOTALMEMORY 401
423
 
#define LOADAVG1 402
424
 
#define LOADAVG5 403
425
 
#define LOADAVG15 404
426
 
#define SWAP 405
427
 
#define MODE 406
428
 
#define ACTIVE 407
429
 
#define PASSIVE 408
430
 
#define MANUAL 409
431
 
#define CPU 410
432
 
#define TOTALCPU 411
433
 
#define CPUUSER 412
434
 
#define CPUSYSTEM 413
435
 
#define CPUWAIT 414
436
 
#define GROUP 415
437
 
#define REQUEST 416
438
 
#define DEPENDS 417
439
 
#define BASEDIR 418
440
 
#define SLOT 419
441
 
#define EVENTQUEUE 420
442
 
#define SECRET 421
443
 
#define HOSTHEADER 422
444
 
#define UID 423
445
 
#define EUID 424
446
 
#define GID 425
447
 
#define MMONIT 426
448
 
#define INSTANCE 427
449
 
#define USERNAME 428
450
 
#define PASSWORD 429
451
 
#define TIMESTAMP 430
452
 
#define CHANGED 431
453
 
#define SECOND 432
454
 
#define MINUTE 433
455
 
#define HOUR 434
456
 
#define DAY 435
457
 
#define MONTH 436
458
 
#define SSLAUTO 437
459
 
#define SSLV2 438
460
 
#define SSLV3 439
461
 
#define TLSV1 440
462
 
#define TLSV11 441
463
 
#define TLSV12 442
464
 
#define CERTMD5 443
465
 
#define BYTE 444
466
 
#define KILOBYTE 445
467
 
#define MEGABYTE 446
468
 
#define GIGABYTE 447
469
 
#define INODE 448
470
 
#define SPACE 449
471
 
#define PERMISSION 450
472
 
#define SIZE 451
473
 
#define MATCH 452
474
 
#define NOT 453
475
 
#define IGNORE 454
476
 
#define ACTION 455
477
 
#define UPTIME 456
478
 
#define EXEC 457
479
 
#define UNMONITOR 458
480
 
#define PING 459
481
 
#define ICMP 460
482
 
#define ICMPECHO 461
483
 
#define NONEXIST 462
484
 
#define EXIST 463
485
 
#define INVALID 464
486
 
#define DATA 465
487
 
#define RECOVERED 466
488
 
#define PASSED 467
489
 
#define SUCCEEDED 468
490
 
#define URL 469
491
 
#define CONTENT 470
492
 
#define PID 471
493
 
#define PPID 472
494
 
#define FSFLAG 473
495
 
#define REGISTER 474
496
 
#define CREDENTIALS 475
497
 
#define URLOBJECT 476
498
 
#define TARGET 477
499
 
#define TIMESPEC 478
500
 
#define HTTPHEADER 479
501
 
#define MAXFORWARD 480
502
 
#define FIPS 481
503
 
#define GREATER 482
504
 
#define LESS 483
505
 
#define EQUAL 484
506
 
#define NOTEQUAL 485
 
339
#define IPV4 313
 
340
#define IPV6 314
 
341
#define TYPE 315
 
342
#define UDP 316
 
343
#define TCP 317
 
344
#define TCPSSL 318
 
345
#define PROTOCOL 319
 
346
#define CONNECTION 320
 
347
#define ALERT 321
 
348
#define NOALERT 322
 
349
#define MAILFORMAT 323
 
350
#define UNIXSOCKET 324
 
351
#define SIGNATURE 325
 
352
#define TIMEOUT 326
 
353
#define RETRY 327
 
354
#define RESTART 328
 
355
#define CHECKSUM 329
 
356
#define EVERY 330
 
357
#define NOTEVERY 331
 
358
#define DEFAULT 332
 
359
#define HTTP 333
 
360
#define HTTPS 334
 
361
#define APACHESTATUS 335
 
362
#define FTP 336
 
363
#define SMTP 337
 
364
#define SMTPS 338
 
365
#define POP 339
 
366
#define POPS 340
 
367
#define IMAP 341
 
368
#define IMAPS 342
 
369
#define CLAMAV 343
 
370
#define NNTP 344
 
371
#define NTP3 345
 
372
#define MYSQL 346
 
373
#define DNS 347
 
374
#define WEBSOCKET 348
 
375
#define SSH 349
 
376
#define DWP 350
 
377
#define LDAP2 351
 
378
#define LDAP3 352
 
379
#define RDATE 353
 
380
#define RSYNC 354
 
381
#define TNS 355
 
382
#define PGSQL 356
 
383
#define POSTFIXPOLICY 357
 
384
#define SIP 358
 
385
#define LMTP 359
 
386
#define GPS 360
 
387
#define RADIUS 361
 
388
#define MEMCACHE 362
 
389
#define REDIS 363
 
390
#define MONGODB 364
 
391
#define SIEVE 365
 
392
#define STRING 366
 
393
#define PATH 367
 
394
#define MAILADDR 368
 
395
#define MAILFROM 369
 
396
#define MAILREPLYTO 370
 
397
#define MAILSUBJECT 371
 
398
#define MAILBODY 372
 
399
#define SERVICENAME 373
 
400
#define STRINGNAME 374
 
401
#define NUMBER 375
 
402
#define PERCENT 376
 
403
#define LOGLIMIT 377
 
404
#define CLOSELIMIT 378
 
405
#define DNSLIMIT 379
 
406
#define KEEPALIVELIMIT 380
 
407
#define REPLYLIMIT 381
 
408
#define REQUESTLIMIT 382
 
409
#define STARTLIMIT 383
 
410
#define WAITLIMIT 384
 
411
#define GRACEFULLIMIT 385
 
412
#define CLEANUPLIMIT 386
 
413
#define REAL 387
 
414
#define CHECKPROC 388
 
415
#define CHECKFILESYS 389
 
416
#define CHECKFILE 390
 
417
#define CHECKDIR 391
 
418
#define CHECKHOST 392
 
419
#define CHECKSYSTEM 393
 
420
#define CHECKFIFO 394
 
421
#define CHECKPROGRAM 395
 
422
#define CHECKNET 396
 
423
#define CHILDREN 397
 
424
#define SYSTEM 398
 
425
#define STATUS 399
 
426
#define ORIGIN 400
 
427
#define VERSIONOPT 401
 
428
#define RESOURCE 402
 
429
#define MEMORY 403
 
430
#define TOTALMEMORY 404
 
431
#define LOADAVG1 405
 
432
#define LOADAVG5 406
 
433
#define LOADAVG15 407
 
434
#define SWAP 408
 
435
#define MODE 409
 
436
#define ACTIVE 410
 
437
#define PASSIVE 411
 
438
#define MANUAL 412
 
439
#define CPU 413
 
440
#define TOTALCPU 414
 
441
#define CPUUSER 415
 
442
#define CPUSYSTEM 416
 
443
#define CPUWAIT 417
 
444
#define GROUP 418
 
445
#define REQUEST 419
 
446
#define DEPENDS 420
 
447
#define BASEDIR 421
 
448
#define SLOT 422
 
449
#define EVENTQUEUE 423
 
450
#define SECRET 424
 
451
#define HOSTHEADER 425
 
452
#define UID 426
 
453
#define EUID 427
 
454
#define GID 428
 
455
#define MMONIT 429
 
456
#define INSTANCE 430
 
457
#define USERNAME 431
 
458
#define PASSWORD 432
 
459
#define TIMESTAMP 433
 
460
#define CHANGED 434
 
461
#define SECOND 435
 
462
#define MINUTE 436
 
463
#define HOUR 437
 
464
#define DAY 438
 
465
#define MONTH 439
 
466
#define SSLAUTO 440
 
467
#define SSLV2 441
 
468
#define SSLV3 442
 
469
#define TLSV1 443
 
470
#define TLSV11 444
 
471
#define TLSV12 445
 
472
#define CERTMD5 446
 
473
#define BYTE 447
 
474
#define KILOBYTE 448
 
475
#define MEGABYTE 449
 
476
#define GIGABYTE 450
 
477
#define INODE 451
 
478
#define SPACE 452
 
479
#define PERMISSION 453
 
480
#define SIZE 454
 
481
#define MATCH 455
 
482
#define NOT 456
 
483
#define IGNORE 457
 
484
#define ACTION 458
 
485
#define UPTIME 459
 
486
#define EXEC 460
 
487
#define UNMONITOR 461
 
488
#define PING 462
 
489
#define PING4 463
 
490
#define PING6 464
 
491
#define ICMP 465
 
492
#define ICMPECHO 466
 
493
#define NONEXIST 467
 
494
#define EXIST 468
 
495
#define INVALID 469
 
496
#define DATA 470
 
497
#define RECOVERED 471
 
498
#define PASSED 472
 
499
#define SUCCEEDED 473
 
500
#define URL 474
 
501
#define CONTENT 475
 
502
#define PID 476
 
503
#define PPID 477
 
504
#define FSFLAG 478
 
505
#define REGISTER 479
 
506
#define CREDENTIALS 480
 
507
#define URLOBJECT 481
 
508
#define TARGET 482
 
509
#define TIMESPEC 483
 
510
#define HTTPHEADER 484
 
511
#define MAXFORWARD 485
 
512
#define FIPS 486
 
513
#define GREATER 487
 
514
#define LESS 488
 
515
#define EQUAL 489
 
516
#define NOTEQUAL 490
507
517
 
508
518
/* Value type.  */
509
519
#if ! defined YYSTYPE && ! defined YYSTYPE_IS_DECLARED
517
527
        int   number;
518
528
        char *string;
519
529
 
520
 
#line 521 "src/y.tab.h" /* yacc.c:1909  */
 
530
#line 531 "src/y.tab.h" /* yacc.c:1909  */
521
531
};
522
532
# define YYSTYPE_IS_TRIVIAL 1
523
533
# define YYSTYPE_IS_DECLARED 1