summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-08-15 11:22:53 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-08-15 13:32:55 +0200
commit6b2e4ec5dc629c064a4f5472afd283faa233ca32 (patch)
tree2bd176ec66e53bbe54a1eb6deae4b5e9c685aeba /include
parentbba96e8680ef7fa567d6361c269c0bfc05ce3d2c (diff)
downloadlvm2-6b2e4ec5dc629c064a4f5472afd283faa233ca32.tar.gz
autoreconf: support newer archs
Update to more recent version of configure script to support more new architecture types like RISCV64. Tools in use ATM: autoconf-2.71-3.fc37.noarch autoconf-archive-2022.02.11-3.fc37.noarch automake-1.16.5-9.fc37.noarch Resolves https://bugzilla.redhat.com/show_bug.cgi?id=2118243
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in30
1 files changed, 12 insertions, 18 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index e0d971bbf..83de33ab4 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -25,18 +25,13 @@
/* The path to 'cache_restore', if available. */
#undef CACHE_RESTORE_CMD
-/* Define to 1 if the `closedir' function returns void instead of `int'. */
+/* Define to 1 if the `closedir' function returns void instead of int. */
#undef CLOSEDIR_VOID
/* Path to cmirrord pidfile. */
#undef CMIRRORD_PIDFILE
-/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
- systems. This function is required for `alloca.c' support on those systems.
- */
-#undef CRAY_STACKSEG_END
-
-/* Define to 1 if using `alloca.c'. */
+/* Define to 1 if using 'alloca.c'. */
#undef C_ALLOCA
/* Name of default metadata archive subdirectory. */
@@ -90,7 +85,7 @@
/* Use blkid wiping by default. */
#undef DEFAULT_USE_BLKID_WIPING
-/* Default for lvm.conf use_devicefile. */
+/* Default for lvm.conf use_devicesfile. */
#undef DEFAULT_USE_DEVICES_FILE
/* Use lvmlockd by default. */
@@ -141,11 +136,10 @@
/* Define to 1 if you have the `alarm' function. */
#undef HAVE_ALARM
-/* Define to 1 if you have `alloca', as a function or macro. */
+/* Define to 1 if you have 'alloca', as a function or macro. */
#undef HAVE_ALLOCA
-/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
- */
+/* Define to 1 if <alloca.h> works. */
#undef HAVE_ALLOCA_H
/* Define to 1 if you have the <arpa/inet.h> header file. */
@@ -283,9 +277,6 @@
/* Define to 1 if you have the `memchr' function. */
#undef HAVE_MEMCHR
-/* Define to 1 if you have the <memory.h> header file. */
-#undef HAVE_MEMORY_H
-
/* Define to 1 if you have the `memset' function. */
#undef HAVE_MEMSET
@@ -402,7 +393,7 @@
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
-/* Define to 1 if you have the `strerror_r' function. */
+/* Define if you have `strerror_r'. */
#undef HAVE_STRERROR_R
/* Define to 1 if you have the <strings.h> header file. */
@@ -662,7 +653,9 @@
STACK_DIRECTION = 0 => direction of growth unknown */
#undef STACK_DIRECTION
-/* Define to 1 if you have the ANSI C header files. */
+/* Define to 1 if all of the C90 standard headers exist (not just the ones
+ required in a freestanding environment). This macro is provided for
+ backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* Define to 1 if strerror_r returns char *. */
@@ -693,7 +686,8 @@
/* The path to 'thin_restore', if available. */
#undef THIN_RESTORE_CMD
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
+/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
+ macro is obsolete. */
#undef TIME_WITH_SYS_TIME
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
@@ -772,7 +766,7 @@
/* Define to `long int' if <sys/types.h> does not define. */
#undef off_t
-/* Define to `int' if <sys/types.h> does not define. */
+/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
/* Define to rpl_realloc if the replacement function should be used. */