maint: fix "make syntax-check": remove useless HAVE_UTIME_H definitions
authorJim Meyering <meyering@fb.com>
Tue, 19 Sep 2017 20:34:27 +0000 (13:34 -0700)
committerJim Meyering <meyering@fb.com>
Tue, 19 Sep 2017 20:34:27 +0000 (13:34 -0700)
* tailor.h: Don't define HAVE_UTIME_H.

tailor.h

index aec30291c5b43ed10d3d35fbd843a2fe1a0edc9c..2a1ddf961f744c632ac4ebc176ebf0bbd5d6f0b2 100644 (file)
--- 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 <dos.h>