From 5d0ae40d0767f0783e796813f6099ae0168f6dd4 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Sep 2017 13:34:27 -0700 Subject: [PATCH] maint: fix "make syntax-check": remove useless HAVE_UTIME_H definitions * tailor.h: Don't define HAVE_UTIME_H. --- tailor.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tailor.h b/tailor.h index aec3029..2a1ddf9 100644 --- a/tailor.h +++ b/tailor.h @@ -45,7 +45,6 @@ # define MAXSEG_64K # ifdef __TURBOC__ # define off_t long -# define HAVE_UTIME_H # else /* MSC */ # define HAVE_SYS_UTIME_H # endif @@ -90,9 +89,6 @@ # define EXPAND(argc,argv) \ {_response(&argc, &argv); _wildcard(&argc, &argv);} # endif -# ifdef __BORLANDC__ -# define HAVE_UTIME_H -# endif # ifdef __ZTC__ # define NO_DIR 1 # include -- 2.47.2