From f8f3a220ac8afcb8cb2812917d3b77e00c2eab0d Mon Sep 17 00:00:00 2001 From: Lasse Collin Date: Sun, 21 Apr 2024 20:32:16 +0300 Subject: [PATCH] DOS: Omit useless defines from config.h --- dos/config.h | 12 ------------ 1 file changed, 12 deletions(-) diff --git a/dos/config.h b/dos/config.h index 634c5cc8..415cd5a8 100644 --- a/dos/config.h +++ b/dos/config.h @@ -81,9 +81,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_INTTYPES_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_LIMITS_H 1 - /* Define to 1 if .lz (lzip) decompression support is enabled. */ #define HAVE_LZIP_DECODER 1 @@ -108,15 +105,6 @@ /* Define to 1 if you have the header file. */ #define HAVE_STDINT_H 1 -/* Define to 1 if you have the header file. */ -#define HAVE_STDLIB_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_STRING_H 1 - -/* Define to 1 if you have the header file. */ -#define HAVE_SYS_TIME_H 1 - /* Define to 1 if you have the 'utimes' function. */ #define HAVE_UTIMES 1