From 4c9132e3a0131dd5d06fbe4a739ce032271f6d44 Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Wed, 19 Oct 2016 13:13:38 -0700 Subject: compiler.h: include Apparently, at least on some OS/2 compilers, needs to be included for off_t to be defined. This seems like a generically good idea to include this header whenever it is available. Remove reference to . This was supposedly for MSVC, but there is no actual evidence that it is useful beyond . Signed-off-by: H. Peter Anvin --- config/msvc.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'config') diff --git a/config/msvc.h b/config/msvc.h index 756d9570..464d06e1 100644 --- a/config/msvc.h +++ b/config/msvc.h @@ -77,9 +77,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_SYS_TYPES_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_TYPES_H 1 - /* Define to 1 if you have the `access' function. */ #define HAVE_ACCESS 1 #if _MSC_VER < 1400 -- cgit v1.2.1