comparison src/s/freebsd.h @ 157:6b37e6ddd302 r20-3b5

Import from CVS: tag r20-3b5
author cvs
date Mon, 13 Aug 2007 09:40:41 +0200
parents 43dd3413c7c7
children 0132846995bd
comparison
equal deleted inserted replaced
156:60baf0b43294 157:6b37e6ddd302
80 #endif 80 #endif
81 #elif __FreeBSD__ == 3 81 #elif __FreeBSD__ == 3
82 #define BSD 199506 82 #define BSD 199506
83 #endif 83 #endif
84 84
85 /* FreeBSD defines INT_MAX in /usr/include/limits.h.
86 Unless INT_MAX is already defined in lisp.h, XEmacs goes right
87 ahead and rolls its own.
88 We make sure that the system's definition is used throughout. */
89 #ifdef emacs
90 #include <limits.h>
91 #endif
92
93 /* Needed to avoid hanging when child process writes an error message 85 /* Needed to avoid hanging when child process writes an error message
94 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ 86 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
95 #define vfork fork 87 #define vfork fork