comparison src/s/freebsd.h @ 209:41ff10fd062f r20-4b3

Import from CVS: tag r20-4b3
author cvs
date Mon, 13 Aug 2007 10:04:58 +0200
parents 92f8ad5d0d3f
children 78f53ef88e17
comparison
equal deleted inserted replaced
208:f427b8ec4379 209:41ff10fd062f
98 #endif 98 #endif
99 99
100 /* Needed to avoid hanging when child process writes an error message 100 /* Needed to avoid hanging when child process writes an error message
101 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ 101 and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */
102 #define vfork fork 102 #define vfork fork
103
104 /* To avoid a failure of configure's check for timezone ...
105 FreeBSD actualy has `extern long timezone'. */
106 #ifndef HAVE_TIMEZONE_DECL
107 #define HAVE_TIMEZONE_DECL 1
108 #endif
109