summaryrefslogtreecommitdiff
path: root/tailor.h
diff options
context:
space:
mode:
authorJim Meyering <meyering@fb.com>2017-09-19 13:34:27 -0700
committerJim Meyering <meyering@fb.com>2017-09-19 13:34:27 -0700
commit5d0ae40d0767f0783e796813f6099ae0168f6dd4 (patch)
tree5fe71a3d26295ed874db9cb915526be0fe5b3e39 /tailor.h
parent211a01cbddf11e14859530e2dc88d0a6fc55800e (diff)
downloadgzip-5d0ae40d0767f0783e796813f6099ae0168f6dd4.tar.gz
maint: fix "make syntax-check": remove useless HAVE_UTIME_H definitions
* tailor.h: Don't define HAVE_UTIME_H.
Diffstat (limited to 'tailor.h')
-rw-r--r--tailor.h4
1 files changed, 0 insertions, 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 <dos.h>