diff options
Diffstat (limited to 'Build/source/utils/lzma-utils/config.h.in')
-rw-r--r-- | Build/source/utils/lzma-utils/config.h.in | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/Build/source/utils/lzma-utils/config.h.in b/Build/source/utils/lzma-utils/config.h.in index a28787d6656..dca5705b400 100644 --- a/Build/source/utils/lzma-utils/config.h.in +++ b/Build/source/utils/lzma-utils/config.h.in @@ -28,6 +28,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the <limits.h> header file. */ +#undef HAVE_LIMITS_H + /* Define to 1 if you have the `memmove' function. */ #undef HAVE_MEMMOVE @@ -79,6 +82,12 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Define to 1 if you have the `utime' function. */ +#undef HAVE_UTIME + +/* Define to 1 if you have the `utimes' function. */ +#undef HAVE_UTIMES + /* Define to 1 if you have the <utime.h> header file. */ #undef HAVE_UTIME_H |