diff options
Diffstat (limited to 'src/Common/libzip/config.h')
-rw-r--r-- | src/Common/libzip/config.h | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/src/Common/libzip/config.h b/src/Common/libzip/config.h index 8c6c46a0..d6134b48 100644 --- a/src/Common/libzip/config.h +++ b/src/Common/libzip/config.h @@ -7,2 +7,3 @@ /* #undef HAVE___PROGNAME */ +#define HAVE__CHMOD #define HAVE__CLOSE @@ -18,2 +19,8 @@ #define HAVE__STRTOUI64 +#define HAVE__UMASK +#define HAVE__UNLINK +/* #undef HAVE_CLONEFILE */ +/* #undef HAVE_COMMONCRYPTO */ +/* #undef HAVE_CRYPTO */ +/* #undef HAVE_FICLONERANGE */ #define HAVE_FILENO @@ -22,3 +29,6 @@ /* #undef HAVE_GETPROGNAME */ +/* #undef HAVE_GNUTLS */ +/* #undef HAVE_LIBBZ2 */ #define HAVE_OPEN +/* #undef HAVE_OPENSSL */ /* #undef HAVE_MKSTEMP */ @@ -48,2 +58,6 @@ #define UINT64_T_LIBZIP 8 +#define SHORT_LIBZIP 2 +#define INT_LIBZIP 4 +#define LONG_LIBZIP 4 +#define LONG_LONG_LIBZIP 8 #define SIZEOF_OFF_T 4 @@ -56,2 +70,3 @@ /* #undef HAVE_DIRENT_H */ +/* #undef HAVE_FTS_H */ /* #undef HAVE_NDIR_H */ @@ -60,5 +75,6 @@ /* #undef WORDS_BIGENDIAN */ +#define HAVE_SHARED /* END DEFINES */ #define PACKAGE "libzip" -#define VERSION "1.2.0" +#define VERSION "1.5.0a" |