This commit was generated by cvs2svn to track changes on a CVS vendor
[unix-history] / include / tzfile.h
index 43f5642..30113ef 100644 (file)
@@ -85,6 +85,7 @@ struct tzhead {
 ** exceed any of the limits below.
 */
 
 ** exceed any of the limits below.
 */
 
+#ifndef TZ_MAX_TIMES
 /*
 ** The TZ_MAX_TIMES value below is enough to handle a bit more than a
 ** year's worth of solar time (corrected daily to the nearest second) or
 /*
 ** The TZ_MAX_TIMES value below is enough to handle a bit more than a
 ** year's worth of solar time (corrected daily to the nearest second) or
@@ -92,8 +93,7 @@ struct tzhead {
 ** (where there are three time zone transitions every fourth year).
 */
 #define TZ_MAX_TIMES   370
 ** (where there are three time zone transitions every fourth year).
 */
 #define TZ_MAX_TIMES   370
-
-#define NOSOLAR                        /* 4BSD doesn't currently handle solar time */
+#endif /* TZ_MAX_TIMES */
 
 #ifndef NOSOLAR
 #define TZ_MAX_TYPES   256     /* Limited by what (unsigned char)'s can hold */
 
 #ifndef NOSOLAR
 #define TZ_MAX_TYPES   256     /* Limited by what (unsigned char)'s can hold */