comparison src/s/freebsd.h @ 213:78f53ef88e17 r20-4b5

Import from CVS: tag r20-4b5
author cvs
date Mon, 13 Aug 2007 10:06:47 +0200
parents 41ff10fd062f
children 157b30c96d03
comparison
equal deleted inserted replaced
212:d8688acf4c5b 213:78f53ef88e17
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