This is the mail archive of the cygwin@sourceware.cygnus.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Fully working cvs client/server on NT: UPDATE


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@parallax.co.uk
/_/   \_,_/_/  \_,_/_/_/\_,_//_\_\ 	boot /vmemacs

-
For help on using this list (especially unsubscribing), send a message to
"gnu-win32-request@cygnus.com" with one line of text: "help".


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]