diff options
Diffstat (limited to 'pkg/strace/config.h')
| -rw-r--r-- | pkg/strace/config.h | 19 |
1 files changed, 14 insertions, 5 deletions
diff --git a/pkg/strace/config.h b/pkg/strace/config.h index c5a4d375..295745ea 100644 --- a/pkg/strace/config.h +++ b/pkg/strace/config.h @@ -178,12 +178,14 @@ #define HAVE_ELF_H 1 #define HAVE_FALLOCATE 1 #define HAVE_FANOTIFY_MARK 1 +/* #undef HAVE_FCNTL64 */ #define HAVE_FOPEN64 1 #define HAVE_FORK 1 #define HAVE_FPUTS_UNLOCKED 1 #define HAVE_FSTATAT 1 #define HAVE_FTRUNCATE 1 #define HAVE_FUTIMENS 1 +#define HAVE_GCOV_H 1 /* #undef HAVE_GNU_STUBS */ /* #undef HAVE_GNU_STUBS_32_H */ /* #undef HAVE_GNU_STUBS_X32_H */ @@ -345,6 +347,7 @@ #define HAVE_STRUCT_CRYPTO_REPORT_CIPHER 1 #define HAVE_STRUCT_CRYPTO_REPORT_HASH 1 #define HAVE_STRUCT_CRYPTO_REPORT_RNG 1 +#define HAVE_STRUCT_CRYPTO_USER_ALG 1 #define HAVE_STRUCT_DCBMSG 1 #define HAVE_STRUCT_FIB_RULE_PORT_RANGE 1 #define HAVE_STRUCT_FIB_RULE_UID_RANGE 1 @@ -361,6 +364,8 @@ #define HAVE_STRUCT_IFLA_CACHEINFO 1 #define HAVE_STRUCT_IFLA_PORT_VSI 1 #define HAVE_STRUCT_INPUT_ABSINFO_RESOLUTION 1 +#define HAVE_STRUCT_INPUT_KEYMAP_ENTRY 1 +#define HAVE_STRUCT_INPUT_MASK 1 #define HAVE_STRUCT_IOCB_AIO_FLAGS 1 #define HAVE_STRUCT_IOCB_AIO_RW_FLAGS 1 #define HAVE_STRUCT_KCMP_EPOLL_SLOT 1 @@ -423,11 +428,15 @@ #define HAVE_STRUCT_STATX 1 #define HAVE_STRUCT_STAT_ST_MTIME_NSEC 1 #define HAVE_STRUCT_TC_SIZESPEC 1 -#define HAVE_STRUCT_TIMEX_TAI 1 #define HAVE_STRUCT_UBI_ATTACH_REQ_MAX_BEB_PER1024 1 #define HAVE_STRUCT_USER_DESC 1 #define HAVE_STRUCT_USER_DESC_LM 1 #define HAVE_STRUCT_UTSNAME_DOMAINNAME 1 +#define HAVE_STRUCT_V4L2_CAPABILITY_DEVICE_CAPS 1 +#define HAVE_STRUCT_V4L2_EXT_CONTROL_STRING 1 +#define HAVE_STRUCT_V4L2_FORMAT_FMT_PIX_MP 1 +#define HAVE_STRUCT_V4L2_FORMAT_FMT_SDR 1 +#define HAVE_STRUCT_V4L2_FORMAT_FMT_SLICED 1 #define HAVE_STRUCT_V4L2_SDR_FORMAT_BUFFERSIZE 1 #define HAVE_STRUCT_V4L2_WINDOW_GLOBAL_ALPHA 1 /* #undef HAVE_STRUCT___AIO_SIGSET */ @@ -554,7 +563,7 @@ /* #undef M32_SIZEOF_KERNEL_LONG_T */ /* #undef M32_SIZEOF_LONG */ /* #undef M68K */ -#define MANPAGE_DATE "2019-09-25" +#define MANPAGE_DATE "2019-10-07" /* #undef METAG */ /* #undef MICROBLAZE */ /* #undef MIPS */ @@ -565,10 +574,10 @@ #define PACKAGE "strace" #define PACKAGE_BUGREPORT "strace-devel@lists.strace.io" #define PACKAGE_NAME "strace" -#define PACKAGE_STRING "strace 5.3" +#define PACKAGE_STRING "strace 5.4" #define PACKAGE_TARNAME "strace" #define PACKAGE_URL "https://strace.io" -#define PACKAGE_VERSION "5.3" +#define PACKAGE_VERSION "5.4" /* #undef POWERPC */ /* #undef POWERPC64 */ /* #undef POWERPC64LE */ @@ -605,7 +614,7 @@ # define __EXTENSIONS__ 1 #endif /* #undef USE_UNWINDER */ -#define VERSION "5.3" +#define VERSION "5.4" #if defined AC_APPLE_UNIVERSAL_BUILD # if defined __BIG_ENDIAN__ # define WORDS_BIGENDIAN 1 |
