From 2f406972663e00dd5f9e1afeeab6b2d400ae1112 Mon Sep 17 00:00:00 2001 From: Matthew Fernandez Date: Sat, 19 Mar 2022 13:19:33 -0700 Subject: [PATCH] remove no longer used strings.h detection --- cmake/config_checks.cmake | 1 - config-cmake.h.in | 1 - configure.ac | 2 +- windows/include/config.h | 3 --- 4 files changed, 1 insertion(+), 6 deletions(-) diff --git a/cmake/config_checks.cmake b/cmake/config_checks.cmake index fc51a68f7..b1edec02a 100644 --- a/cmake/config_checks.cmake +++ b/cmake/config_checks.cmake @@ -4,7 +4,6 @@ include(CheckIncludeFile) check_include_file( fcntl .h HAVE_FCNTL_H ) check_include_file( search.h HAVE_SEARCH_H ) check_include_file( stat.h HAVE_STAT_H ) -check_include_file( strings.h HAVE_STRINGS_H ) check_include_file( sys/inotify.h HAVE_SYS_INOTIFY_H ) check_include_file( sys/ioctl.h HAVE_SYS_IOCTL_H ) check_include_file( sys/mman.h HAVE_SYS_MMAN_H ) diff --git a/config-cmake.h.in b/config-cmake.h.in index 3406882cb..0fdca39c3 100644 --- a/config-cmake.h.in +++ b/config-cmake.h.in @@ -2,7 +2,6 @@ #cmakedefine HAVE_FCNTL_H #cmakedefine HAVE_SEARCH_H #cmakedefine HAVE_STAT_H -#cmakedefine HAVE_STRINGS_H #cmakedefine HAVE_SYS_INOTIFY_H #cmakedefine HAVE_SYS_IOCTL_H #cmakedefine HAVE_SYS_MMAN_H diff --git a/configure.ac b/configure.ac index 2f18bf6ef..97f8ff74b 100644 --- a/configure.ac +++ b/configure.ac @@ -433,7 +433,7 @@ dnl Checks for header files # AC_HEADER_STDC AC_CHECK_HEADERS( \ fcntl.h search.h stropts.h termios.h \ - unistd.h strings.h stat.h \ + unistd.h stat.h \ sys/time.h sys/types.h sys/select.h sys/socket.h \ sys/stat.h sys/mman.h \ sys/ioctl.h sys/inotify.h) diff --git a/windows/include/config.h b/windows/include/config.h index 69cc733d3..cf9254c02 100644 --- a/windows/include/config.h +++ b/windows/include/config.h @@ -174,9 +174,6 @@ /* Define to 1 if you have the `srand48' function. */ /* #undef HAVE_SRAND48 */ -/* Define to 1 if you have the header file. */ -//#define HAVE_STRINGS_H 1 - /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_INOTIFY_H */ -- 2.40.0