summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorZdenek Kabelac <zkabelac@redhat.com>2022-08-30 13:36:52 +0200
committerZdenek Kabelac <zkabelac@redhat.com>2022-08-30 13:54:19 +0200
commit5aa8683e8693f405d560b93a1bd8de809dc985ef (patch)
tree1d6c4ff74fa98602ad343633763c02a622c2a2bb /include
parentbda93ed4bcdc1bf7493298f6c90076cc3a033223 (diff)
downloadlvm2-5aa8683e8693f405d560b93a1bd8de809dc985ef.tar.gz
configure: remove some obsolete or duplicate checks
As autoupdate suggested, drop unneeded checks.
Diffstat (limited to 'include')
-rw-r--r--include/configure.h.in7
1 files changed, 0 insertions, 7 deletions
diff --git a/include/configure.h.in b/include/configure.h.in
index 63c296550..230658f7b 100644
--- a/include/configure.h.in
+++ b/include/configure.h.in
@@ -642,9 +642,6 @@
/* Define to 1 to include the LVM readline shell. */
#undef READLINE_SUPPORT
-/* Define as the return type of signal handlers (`int' or `void'). */
-#undef RETSIGTYPE
-
/* Define to 1 to include built-in support for snapshots. */
#undef SNAPSHOT_INTERNAL
@@ -689,10 +686,6 @@
/* 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>. This
- macro is obsolete. */
-#undef TIME_WITH_SYS_TIME
-
/* Define to 1 if your <sys/time.h> declares `struct tm'. */
#undef TM_IN_SYS_TIME