]> diplodocus.org Git - nmh/blobdiff - sbr/dtimep.lex
Removed unused global zones and local z form dtimezone ().
[nmh] / sbr / dtimep.lex
index 01910868f37f60f2a4a532559a4ff4b301e01baf..29c4dd0c21d4f7aa11eaf9d7aa7504e6f39900cb 100644 (file)
@@ -160,16 +160,10 @@ static int day_map[] = {
                        --cp; }
 
 #ifdef ADJUST_NUMERIC_ONLY_TZ_OFFSETS_WRT_DST
-# ifdef TIME_WITH_SYS_TIME
+# ifdef HAVE_SYS_TIME_H
 #  include <sys/time.h>
-#  include <time.h>
-# else
-#  ifdef HAVE_SYS_TIME_H
-#   include <sys/time.h>
-#  else
-#   include <time.h>
-#  endif
 # endif
+#include <time.h>
 
 static void
 zonehack (struct tws *tw)