summaryrefslogtreecommitdiff
path: root/mail/popper/files/patch-ak
blob: a7a27f656993ad5fc296f7fb5e5bab7702873eab (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
*** popper.h.old	Sun Jun 28 12:58:15 1998
--- popper.h	Sun Jun 28 11:56:10 1998
***************
*** 59,65 ****
  #define MAXMSGLINELEN   MAXLINELEN
  #define MAXCMDLEN       4
  #define MAXPARMCOUNT    5
! #define MAXPARMLEN      10
  #define ALLOC_MSGS  20
  
  #ifndef OSF1
--- 59,65 ----
  #define MAXMSGLINELEN   MAXLINELEN
  #define MAXCMDLEN       4
  #define MAXPARMCOUNT    5
! #define MAXPARMLEN      32      /*  Large enough for 32-byte APOP parm. */
  #define ALLOC_MSGS  20
  
  #ifndef OSF1