configure improvements
[m6w6/ext-psi] / m4 / time.m4
index c6f71b7ad7910f08ece56ccadb6d209b07df5125..6fd6c1004679ce5f9c0f110fe97a00f105d13875 100644 (file)
@@ -56,4 +56,8 @@ PSI_CHECK_TIME() {
        PSI_DECL(int timer_gettime, [(timer_t t, struct itimerspec *ts)])
        PSI_DECL(int timer_settime, [(timer_t t, int flags, struct itimerspec *value, struct itimerspec *ovalue)])
        PSI_DECL(void tzset, [()])
+
+       PSI_EXTVAR(int daylight)
+       PSI_EXTVAR(long timezone)
+       PSI_EXTVAR(char **tzname)
 }