mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-22 07:09:54 +00:00
(ERROR_MAX): Increase to 160.
This commit is contained in:
parent
752fb47256
commit
5bf244f1c6
@ -1,3 +1,10 @@
|
||||
2000-05-21 Dave Love <fx@gnu.org>
|
||||
|
||||
* movemail.c: Include config.h, not ../src/config.h.
|
||||
(Errmsg): Bump length.
|
||||
|
||||
* pop.c (ERROR_MAX): Increase to 160.
|
||||
|
||||
2000-05-04 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* ebrowse.c (DEFAULT_OUTFILE): Set to `BROWSE'.
|
||||
@ -20,7 +27,6 @@
|
||||
(lang_names): Install it.
|
||||
(Texinfo_suffixes): New variable.
|
||||
|
||||
>>>>>>> 2.24
|
||||
2000-04-19 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* ebrowse.c (xmalloc, xrealloc): Rewritten.
|
||||
|
@ -138,7 +138,8 @@ static int gettermination _P((popserver));
|
||||
static void pop_trash _P((popserver));
|
||||
static char *find_crlf _P((char *, int));
|
||||
|
||||
#define ERROR_MAX 80 /* a pretty arbitrary size */
|
||||
#define ERROR_MAX 160 /* a pretty arbitrary size, but needs
|
||||
to be bigger than the one-time 80 */
|
||||
#define POP_PORT 110
|
||||
#define KPOP_PORT 1109
|
||||
#define POP_SERVICE "pop3" /* we don't want the POP2 port! */
|
||||
|
Loading…
Reference in New Issue
Block a user