diff 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
line wrap: on
line diff
--- a/src/s/freebsd.h	Mon Aug 13 10:03:54 2007 +0200
+++ b/src/s/freebsd.h	Mon Aug 13 10:04:58 2007 +0200
@@ -100,3 +100,10 @@
 /* Needed to avoid hanging when child process writes an error message
    and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>.  */
 #define vfork fork
+
+/* To avoid a failure of configure's check for timezone ... 
+ FreeBSD actualy has `extern long timezone'. */
+#ifndef HAVE_TIMEZONE_DECL
+#define HAVE_TIMEZONE_DECL 1
+#endif
+