summaryrefslogtreecommitdiff
path: root/comms/kermit/patches/patch-ac
blob: 7b880616204433c03f058666d08e380f6a1e0d1f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
*** ckcdeb.h.orig	Mon Nov 25 11:20:48 1996
--- ckcdeb.h	Tue Oct  5 16:10:33 1999
***************
*** 267,272 ****
--- 267,275 ----
  #ifndef NOSETBUF			/* NOSETBUF is safe */
  #define NOSETBUF
  #endif /* NOSETBUF */
+ #ifndef BIGBUFOK			/* BIGBUFOK is safe (all 32bit) */
+ #define BIGBUFOK
+ #endif /* BIGBUFOK */
  #ifndef DIRENT				/* Uses <dirent.h> */
  #define DIRENT
  #endif /* DIRENT */
***************
*** 908,917 ****
  /* Now define the debug() macro. */
  #ifdef IFDEBUG
  /* Use this form to avoid function calls: */
! #define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)c,(long)d)
  #else
  /* Use this form to save space: */
! #define debug(a,b,c,d) dodebug(a,b,(char *)c,(long)d)
  #endif /* MAC */
  
  #ifdef COMMENT
--- 911,920 ----
  /* Now define the debug() macro. */
  #ifdef IFDEBUG
  /* Use this form to avoid function calls: */
! #define debug(a,b,c,d) if (deblog) dodebug(a,b,(char *)(c),(long)d)
  #else
  /* Use this form to save space: */
! #define debug(a,b,c,d) dodebug(a,b,(char *)(c),(long)d)
  #endif /* MAC */
  
  #ifdef COMMENT
***************
*** 1489,1494 ****
--- 1492,1501 ----
  #else
  #ifdef AMIGA
  #define BPS_14K
+ #else
+ #ifdef BSD44
+ #define BPS_14K
+ #endif /* BSD44 */
  #endif /* AMIGA */
  #endif /* MAC */
  #endif /* NEXT */
***************
*** 1505,1510 ****
--- 1512,1521 ----
  #else
  #ifdef MAC
  #define BPS_28K				/* 28800 bps */
+ #else
+ #ifdef BSD44
+ #define BPS_28K
+ #endif /* BSD44 */
  #endif /* MAC */
  #endif /* NEXT */
  #endif /* NOB_28K */