diff options
Diffstat (limited to 'archivers/pax/files/config.h.in')
-rw-r--r-- | archivers/pax/files/config.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/archivers/pax/files/config.h.in b/archivers/pax/files/config.h.in index 4a066d84f4c..a03d8efd307 100644 --- a/archivers/pax/files/config.h.in +++ b/archivers/pax/files/config.h.in @@ -33,6 +33,9 @@ /* Define to 1 if you have the <limits.h> header file. */ #undef HAVE_LIMITS_H +/* Define to 1 if you have the `lutimes' function. */ +#undef HAVE_LUTIMES + /* Define to 1 if you have the <memory.h> header file. */ #undef HAVE_MEMORY_H @@ -81,6 +84,9 @@ /* Define to 1 if you have the <string.h> header file. */ #undef HAVE_STRING_H +/* Define to 1 if `st_flags' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_FLAGS + /* Define to 1 if you have the <sys/cdefs.h> header file. */ #undef HAVE_SYS_CDEFS_H |