From: Matthew Fernandez Date: Sat, 19 Mar 2022 20:19:33 +0000 (-0700) Subject: remove no longer used strings.h detection X-Git-Tag: 4.0.0~165^2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2f406972663e00dd5f9e1afeeab6b2d400ae1112;p=graphviz remove no longer used strings.h detection --- 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 */