Mail Archives: cygwin/1997/11/21/01:30:10
Oops,
The patch I posted to options.h.in should look like the following. This
only affects you if you were building cvs for the client as well as the
server.
andy
*** options.h.in 1997/11/18 13:52:10 1.1
--- options.h.in 1997/11/18 14:00:31
***************
*** 252,260 ****
--- 252,267 ----
* start again. You may override the default hi/low watermarks here
* too.
*/
+
+ #ifndef __CYGWIN32__
#define SERVER_FLOWCONTROL
#define SERVER_HI_WATER (2 * 1024 * 1024)
#define SERVER_LO_WATER (1 * 1024 * 1024)
+ #endif
+
+ #ifdef __CYGWIN32__
+ #define LINES_CRLF_TERMINATED 1
+ #endif
/* End of CVS configuration section */
___ ____ Dr Andy Piper
/ _ \___ ________ _/ / Solutions_ (require 'disclaimer)
/ ___/ _ `/ __/ _ `/ / / _ `/\ \ / andyp AT parallax DOT co DOT uk
/_/ \_,_/_/ \_,_/_/_/\_,_//_\_\ boot /vmemacs
-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request AT cygnus DOT com" with one line of text: "help".
- Raw text -