NetBSD/usr.sbin/isdn/isdnd/y.tab.h
martin fbf08005d7 Import of essential ISDN4BSD userland utilities and their documentation.
The left out parts (which have not been installed by ISDN4BSD on NetBSD
anyway), may be added as pkgs later (if demand exists).
2001-01-06 13:00:10 +00:00

96 lines
2.2 KiB
C

#define ACCTALL 257
#define ACCTFILE 258
#define ALERT 259
#define ALIASFNAME 260
#define ALIASING 261
#define ANSWERPROG 262
#define B1PROTOCOL 263
#define BEEPCONNECT 264
#define BUDGETCALLOUTPERIOD 265
#define BUDGETCALLOUTNCALLS 266
#define BUDGETCALLOUTSFILE 267
#define BUDGETCALLOUTSFILEROTATE 268
#define BUDGETCALLBACKPERIOD 269
#define BUDGETCALLBACKNCALLS 270
#define BUDGETCALLBACKSFILE 271
#define BUDGETCALLBACKSFILEROTATE 272
#define CALLBACKWAIT 273
#define CALLEDBACKWAIT 274
#define CALLIN 275
#define CALLOUT 276
#define CHANNELSTATE 277
#define CONNECTPROG 278
#define CONTROLLER 279
#define DIALOUTTYPE 280
#define DIALRANDINCR 281
#define DIALRETRIES 282
#define DIRECTION 283
#define DISCONNECTPROG 284
#define DOWNTIME 285
#define DOWNTRIES 286
#define EARLYHANGUP 287
#define ENTRY 288
#define EXTCALLATTR 289
#define FULLCMD 290
#define HOLIDAYFILE 291
#define IDLETIME_IN 292
#define IDLETIME_OUT 293
#define IDLE_ALG_OUT 294
#define ISDNCHANNEL 295
#define ISDNCONTROLLER 296
#define ISDNTIME 297
#define ISDNTXDELIN 298
#define ISDNTXDELOUT 299
#define LOCAL_PHONE_DIALOUT 300
#define LOCAL_PHONE_INCOMING 301
#define LOGEVENTS 302
#define MAILER 303
#define MAILTO 304
#define MONITOR 305
#define MONITORACCESS 306
#define MONITORPORT 307
#define MONITORSW 308
#define NAME 309
#define NO 310
#define OFF 311
#define ON 312
#define PPP_AUTH_RECHALLENGE 313
#define PPP_AUTH_PARANOID 314
#define PPP_EXPECT_AUTH 315
#define PPP_EXPECT_NAME 316
#define PPP_EXPECT_PASSWORD 317
#define PPP_SEND_AUTH 318
#define PPP_SEND_NAME 319
#define PPP_SEND_PASSWORD 320
#define PROTOCOL 321
#define RATESFILE 322
#define RATETYPE 323
#define REACTION 324
#define RECOVERYTIME 325
#define REGEXPR 326
#define REGPROG 327
#define REMOTE_NUMBERS_HANDLING 328
#define REMOTE_PHONE_DIALOUT 329
#define REMOTE_PHONE_INCOMING 330
#define RESTRICTEDCMD 331
#define ROTATESUFFIX 332
#define RTPRIO 333
#define SYSTEM 334
#define TINAINITPROG 335
#define UNITLENGTH 336
#define UNITLENGTHSRC 337
#define USEACCTFILE 338
#define USEDOWN 339
#define USRDEVICENAME 340
#define USRDEVICEUNIT 341
#define VALID 342
#define YES 343
#define NUMBERSTR 344
#define STRING 345
typedef union {
int booln;
int num;
char *str;
} YYSTYPE;
extern YYSTYPE yylval;