Make it compiling with older I4L versions

This commit is contained in:
Karsten Keil 1998-07-22 19:07:20 +00:00
parent ddafba8f91
commit bc2dfbc919
2 changed files with 15 additions and 0 deletions

View File

@ -22,6 +22,9 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.5 1998/06/26 15:20:13 fritz
* Added capability to save listener string.
*
* Revision 1.4 1998/04/28 08:34:23 paul
* Fixed compiler warnings from egcs.
*
@ -55,6 +58,10 @@ typedef unsigned char uchar;
int isdnctrl_fd;
char *modemsettings;
#ifndef ISDN_LMSNLEN
#define ISDN_LMSNLEN 0
#endif
#define BUFSZ ((ISDN_MODEM_ANZREG+ISDN_MSNLEN+ISDN_LMSNLEN)*ISDN_MAX_CHANNELS)
void

View File

@ -21,6 +21,11 @@
* Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
*
* $Log$
* Revision 1.24 1998/06/27 00:36:19 fritz
* Misc. Fixes.
* Added fallback to libdb for isdnctrl.
* Added -V version check in isdnctrl.
*
* Revision 1.23 1998/06/12 12:09:53 detabc
* cleanup abc
*
@ -191,6 +196,9 @@
#define _ISDNCTRL_C_
#include "isdnctrl.h"
#ifndef INF_DV
#define INF_DV 0
#endif
#ifdef I4L_CTRL_CONF
# include "../lib/libisdn.h"