Remove HAVE_STRTOULL and HAVE_WCSTOULL

We can assume these functions are always available now as they are part
of C++11.
This commit is contained in:
Vadim Zeitlin 2022-10-09 23:45:57 +02:00
parent 924db833f4
commit dd404fdd77
5 changed files with 6 additions and 38 deletions

View file

@ -985,9 +985,6 @@
/* define if you have statvfs function */
#cmakedefine HAVE_STATVFS 1
/* Define if you have strtoull() and strtoll() */
#cmakedefine HAVE_STRTOULL 1
/* Define if you have all functions to set thread priority */
#cmakedefine HAVE_THREAD_PRIORITY_FUNCTIONS 1
@ -1029,9 +1026,6 @@
/* Define if you have wcsnlen() function */
#cmakedefine HAVE_WCSNLEN 1
/* Define if you have wcstoull() and wcstoll() */
#cmakedefine HAVE_WCSTOULL 1
/* The number of bytes in a wchar_t. */
@SIZEOF_WCHAR_T_CODE@