comparison src/s/cygwin.h @ 96985:e58e8418725b

* m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. * m/alpha.h (TEXT_END): * m/ibmrs6000.h (TEXT_END): * m/macppc.h (TEXT_END): * s/darwin.h (TEXT_END): * s/msdos.h (TEXT_END): Remove, unused. * s/gnu-linux.h (BSD_PGRPS): Add a comment. * s/cygwin.h: Remove comment.
author Dan Nicolaescu <dann@ics.uci.edu>
date Thu, 24 Jul 2008 18:45:45 +0000
parents d89afa2b4c2f
children e038c1a8307c
comparison
equal deleted inserted replaced
96984:ea3fb04613c1 96985:e58e8418725b
114 /* Use terminfo instead of termcap. Fewer environment variables to 114 /* Use terminfo instead of termcap. Fewer environment variables to
115 go wrong, more terminal types. */ 115 go wrong, more terminal types. */
116 #define TERMINFO 116 #define TERMINFO
117 117
118 #define HAVE_SOCKETS 118 #define HAVE_SOCKETS
119 /* Xaw3d causes problems -- might have been fixed by NARROWPROTO
120 above, but I haven't tried it */
121 /*#undef HAVE_XAW3D*/
122 119
123 /* vfork() interacts badly with setsid(), causing ptys to fail to 120 /* vfork() interacts badly with setsid(), causing ptys to fail to
124 change their controlling terminal */ 121 change their controlling terminal */
125 #define vfork fork 122 #define vfork fork
126 123