diff 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
line wrap: on
line diff
--- a/src/s/freebsd.h	Mon Aug 13 10:05:53 2007 +0200
+++ b/src/s/freebsd.h	Mon Aug 13 10:06:47 2007 +0200
@@ -100,10 +100,3 @@
 /* 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
-