]> granicus.if.org Git - graphviz/commitdiff
remove no longer used strings.h detection
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 19 Mar 2022 20:19:33 +0000 (13:19 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Fri, 25 Mar 2022 00:04:13 +0000 (17:04 -0700)
cmake/config_checks.cmake
config-cmake.h.in
configure.ac
windows/include/config.h

index fc51a68f7e6202298789bc73b64663a0f6577add..b1edec02ac5d51b262b51ce1c7554cefe5c88731 100644 (file)
@@ -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         )
index 3406882cb527fc15fc74dbd68fa97b6d1079d679..0fdca39c3359923e702c2b543dcbb7e5aec0b29e 100644 (file)
@@ -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
index 2f18bf6efe06d169a402e7a4a7d7952c30592cc5..97f8ff74bddeb8fd6d7f40ccc70fadc33377fd06 100644 (file)
@@ -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)
index 69cc733d3b3e5d3693b37cfcfc85657127d50944..cf9254c026d2b4348d9a832e753bf89b71a77361 100644 (file)
 /* Define to 1 if you have the `srand48' function. */
 /* #undef HAVE_SRAND48 */
 
-/* Define to 1 if you have the <strings.h> header file. */
-//#define HAVE_STRINGS_H 1
-
 /* Define to 1 if you have the <sys/inotify.h> header file. */
 /* #undef HAVE_SYS_INOTIFY_H */