[Cvs-nserver-commits] CVS: cvs-nserver/emx config.h,1.1.1.2,1.2
Brought to you by:
tyranny
From: Alexey M. <ty...@us...> - 2003-04-21 21:45:49
|
Update of /cvsroot/cvs-nserver/cvs-nserver/emx In directory sc8-pr-cvs1:/tmp/cvs-serv13110 Modified Files: config.h Log Message: Merged NCLI-1-11-1 code w/ CVS 1.11.5 Index: config.h =================================================================== RCS file: /cvsroot/cvs-nserver/cvs-nserver/emx/config.h,v retrieving revision 1.1.1.2 retrieving revision 1.2 diff -u -d -r1.1.1.2 -r1.2 --- config.h 21 Apr 2003 18:30:52 -0000 1.1.1.2 +++ config.h 21 Apr 2003 21:45:45 -0000 1.2 @@ -260,8 +260,6 @@ /* This is where old bits go to die under OS/2 as well as WinNT. */ #define DEVNULL "nul" -/* We actually do have a transparent rsh, whew. */ -#undef RSH_NOT_TRANSPARENT /* But it won't be transparent unless we ask it nicely! */ #define RSH_NEEDS_BINARY_FLAG 1 @@ -299,18 +297,6 @@ /* Pipes need to be put into binary mode using setmode (). */ #define USE_SETMODE_BINARY 1 - -/* The reason for this is that we don't know whether to pass -b to - rsh. The system-supplied rsh on OS/2 wants it. Some other rsh - replacement might not accept it. Historically, the NT port of CVS - has not passed -b, and the OS/2 port has. What a mess. If we can - get away with just not accepting :ext: until we can figure out how - we should deal with this, then it will avoid having people rely on - behaviors which will need to change. */ -#define NO_EXT_METHOD 1 - -/* See above; we can't use rsh without -b. */ -#define RSH_NOT_TRANSPARENT 1 /* See discussion at xchmod in filesubr.c. */ #define CHMOD_BROKEN 1 |