forked from Lainports/freebsd-ports
Maintainer switch from ports@FreeBSD.org PR: 21553 Submitted by: new maintainer <jhp@cocoja.holywar.net>
19 lines
407 B
Text
19 lines
407 B
Text
*** main.c.orig Sat Sep 2 10:20:22 2000
|
|
--- main.c Sat Sep 2 10:20:27 2000
|
|
***************
|
|
*** 70,76 ****
|
|
int verbatim = 0;
|
|
int prompt_on = 0;
|
|
int funcnum = 0;
|
|
! int enable_chat = 1;
|
|
char homepath[1025];
|
|
char prompt_line[BUFFER_SIZE];
|
|
|
|
--- 70,76 ----
|
|
int verbatim = 0;
|
|
int prompt_on = 0;
|
|
int funcnum = 0;
|
|
! int enable_chat = 0;
|
|
char homepath[1025];
|
|
char prompt_line[BUFFER_SIZE];
|
|
|