|
|
1.1 ! root 1: /* ! 2: * Copyright (c) 1983 The Regents of the University of California. ! 3: * All rights reserved. ! 4: * ! 5: * Redistribution and use in source and binary forms are permitted ! 6: * provided that: (1) source distributions retain this entire copyright ! 7: * notice and comment, and (2) distributions including binaries display ! 8: * the following acknowledgement: ``This product includes software ! 9: * developed by the University of California, Berkeley and its contributors'' ! 10: * in the documentation or other materials provided with the distribution ! 11: * and in all advertising materials mentioning features or use of this ! 12: * software. Neither the name of the University nor the names of its ! 13: * contributors may be used to endorse or promote products derived ! 14: * from this software without specific prior written permission. ! 15: * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR ! 16: * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED ! 17: * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. ! 18: */ ! 19: ! 20: #ifndef lint ! 21: static char sccsid[] = "@(#)acutab.c 5.4 (Berkeley) 6/1/90"; ! 22: #endif /* not lint */ ! 23: ! 24: #include "tip.h" ! 25: ! 26: extern int df02_dialer(), df03_dialer(), df_disconnect(), df_abort(), ! 27: biz31f_dialer(), biz31_disconnect(), biz31_abort(), ! 28: biz31w_dialer(), ! 29: biz22f_dialer(), biz22_disconnect(), biz22_abort(), ! 30: biz22w_dialer(), ! 31: ven_dialer(), ven_disconnect(), ven_abort(), ! 32: hay_dialer(), hay_disconnect(), hay_abort(), ! 33: cour_dialer(), cour_disconnect(), cour_abort(), ! 34: v3451_dialer(), v3451_disconnect(), v3451_abort(), ! 35: v831_dialer(), v831_disconnect(), v831_abort(), ! 36: dn_dialer(), dn_disconnect(), dn_abort(); ! 37: ! 38: acu_t acutable[] = { ! 39: #if BIZ1031 ! 40: "biz31f", biz31f_dialer, biz31_disconnect, biz31_abort, ! 41: "biz31w", biz31w_dialer, biz31_disconnect, biz31_abort, ! 42: #endif ! 43: #if BIZ1022 ! 44: "biz22f", biz22f_dialer, biz22_disconnect, biz22_abort, ! 45: "biz22w", biz22w_dialer, biz22_disconnect, biz22_abort, ! 46: #endif ! 47: #if DF02 ! 48: "df02", df02_dialer, df_disconnect, df_abort, ! 49: #endif ! 50: #if DF03 ! 51: "df03", df03_dialer, df_disconnect, df_abort, ! 52: #endif ! 53: #if DN11 ! 54: "dn11", dn_dialer, dn_disconnect, dn_abort, ! 55: #endif ! 56: #ifdef VENTEL ! 57: "ventel",ven_dialer, ven_disconnect, ven_abort, ! 58: #endif ! 59: #ifdef HAYES ! 60: "hayes",hay_dialer, hay_disconnect, hay_abort, ! 61: #endif ! 62: #ifdef COURIER ! 63: "courier",cour_dialer, cour_disconnect, cour_abort, ! 64: #endif ! 65: #ifdef V3451 ! 66: #ifndef V831 ! 67: "vadic",v3451_dialer, v3451_disconnect, v3451_abort, ! 68: #endif ! 69: "v3451",v3451_dialer, v3451_disconnect, v3451_abort, ! 70: #endif ! 71: #ifdef V831 ! 72: #ifndef V3451 ! 73: "vadic",v831_dialer, v831_disconnect, v831_abort, ! 74: #endif ! 75: "v831",v831_dialer, v831_disconnect, v831_abort, ! 76: #endif ! 77: 0, 0, 0, 0 ! 78: }; ! 79:
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.