aboutsummaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h b/config.h
index fb46250a..364ce05c 100644
--- a/config.h
+++ b/config.h
@@ -67,6 +67,9 @@
/* Define to 1 if you have the <err.h> header file. */
#define HAVE_ERR_H 1
+/* Define to 1 if you have the <execinfo.h> header file. */
+#define HAVE_EXECINFO_H 1
+
/* Defined if __attribute__((fallthrough)) is supported */
#define HAVE_FALLTHROUGH 1
@@ -149,7 +152,7 @@
#define PACKAGE_NAME "elfutils"
/* Define to the full name and version of this package. */
-#define PACKAGE_STRING "elfutils 0.189"
+#define PACKAGE_STRING "elfutils 0.190"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "elfutils"
@@ -158,7 +161,7 @@
#define PACKAGE_URL "http://elfutils.org/"
/* Define to the version of this package. */
-#define PACKAGE_VERSION "0.189"
+#define PACKAGE_VERSION "0.190"
/* The size of `long', as computed by sizeof. */
#define SIZEOF_LONG 8
@@ -195,7 +198,7 @@
#define USE_ZSTD_COMPRESS 1
/* Version number of package */
-#define VERSION "0.189"
+#define VERSION "0.190"
/* Define to 1 if `lex' declares `yytext' as a `char *' by default, not a
`char[]'. */