Skip to content

Commit

Permalink
DOS: Omit useless defines from config.h
Browse files Browse the repository at this point in the history
  • Loading branch information
Larhzu committed Apr 21, 2024
1 parent fc1921b commit f8f3a22
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions dos/config.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -108,15 +105,6 @@
/* 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

Expand Down

0 comments on commit f8f3a22

Please sign in to comment.