]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
DOS: Omit useless defines from config.h
authorLasse Collin <lasse.collin@tukaani.org>
Sun, 21 Apr 2024 17:32:16 +0000 (20:32 +0300)
committerLasse Collin <lasse.collin@tukaani.org>
Sun, 21 Apr 2024 17:32:16 +0000 (20:32 +0300)
dos/config.h

index 634c5cc8a41594079e39b8745b8957d1aedbc045..415cd5a877f3d7da86e2d68209b39bc442a51e34 100644 (file)
@@ -81,9 +81,6 @@
 /* Define to 1 if you have the <inttypes.h> header file. */
 #define HAVE_INTTYPES_H 1
 
-/* Define to 1 if you have the <limits.h> header file. */
-#define HAVE_LIMITS_H 1
-
 /* Define to 1 if .lz (lzip) decompression support is enabled. */
 #define HAVE_LZIP_DECODER 1
 
 /* Define to 1 if you have the <stdint.h> header file. */
 #define HAVE_STDINT_H 1
 
-/* Define to 1 if you have the <stdlib.h> header file. */
-#define HAVE_STDLIB_H 1
-
-/* Define to 1 if you have the <string.h> header file. */
-#define HAVE_STRING_H 1
-
-/* Define to 1 if you have the <sys/time.h> header file. */
-#define HAVE_SYS_TIME_H 1
-
 /* Define to 1 if you have the 'utimes' function. */
 #define HAVE_UTIMES 1