comparison src/s/gnu-linux.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 3866542dcfee
comparison
equal deleted inserted replaced
96984:ea3fb04613c1 96985:e58e8418725b
225 #define HAVE_XRMSETDATABASE 225 #define HAVE_XRMSETDATABASE
226 #endif 226 #endif
227 227
228 /* Use BSD process groups, but use setpgid() instead of setpgrp() to 228 /* Use BSD process groups, but use setpgid() instead of setpgrp() to
229 actually set a process group. */ 229 actually set a process group. */
230 230 /* Interesting: only GNU/Linux defines this, but the BSDs do not... */
231 #define BSD_PGRPS 231 #define BSD_PGRPS
232 232
233 #define NARROWPROTO 1 233 #define NARROWPROTO 1
234 234
235 /* Use mmap directly for allocating larger buffers. */ 235 /* Use mmap directly for allocating larger buffers. */