remove strsignal() requirement

This commit is contained in:
Fabian Greffrath 2023-04-28 12:54:03 +02:00
parent 1110d0c1f1
commit 1fb33145b0
2 changed files with 0 additions and 2 deletions

View File

@ -57,7 +57,6 @@ option(WOOF_STRICT "Prefer original MBF code paths over demo compatiblity with P
# Compiler environment requirements.
check_library_exists(m pow "" HAVE_LIBM)
check_include_file("dirent.h" HAVE_DIRENT_H)
check_symbol_exists(strsignal "string.h" HAVE_STRSIGNAL)
check_symbol_exists(strcasecmp "strings.h" HAVE_DECL_STRCASECMP)
check_symbol_exists(strncasecmp "strings.h" HAVE_DECL_STRNCASECMP)

View File

@ -4,7 +4,6 @@
#cmakedefine PROJECT_SHORTNAME "@PROJECT_SHORTNAME@"
#cmakedefine HAVE_LIBM
#cmakedefine HAVE_DIRENT_H
#cmakedefine HAVE_STRSIGNAL
#cmakedefine01 HAVE_DECL_STRCASECMP
#cmakedefine01 HAVE_DECL_STRNCASECMP
#cmakedefine HAVE_FLUIDSYNTH