From 75434dcacf7de32fd8eafdf8042e02c6604a31e5 Mon Sep 17 00:00:00 2001 From: Sam Varshavchik Date: Wed, 25 May 2022 21:55:25 -0400 Subject: Remove unused autoconf code. --- imap/configure.ac | 6 ------ 1 file changed, 6 deletions(-) diff --git a/imap/configure.ac b/imap/configure.ac index dee12b5..02eee11 100644 --- a/imap/configure.ac +++ b/imap/configure.ac @@ -118,12 +118,6 @@ dnl Checks for header files. AC_CHECK_HEADERS(locale.h unistd.h sys/stat.h sys/wait.h time.h sys/time.h sys/utsname.h utime.h strings.h) AC_CHECK_HEADERS_ONCE([sys/time.h]) -# Obsolete code to be removed. -if test $ac_cv_header_sys_time_h = yes; then - AC_DEFINE([TIME_WITH_SYS_TIME],[1],[Define to 1 if you can safely include both - and . This macro is obsolete.]) -fi -# End of obsolete code. AC_HEADER_DIRENT AC_HEADER_SYS_WAIT -- cgit v1.2.3