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:
parent
924db833f4
commit
dd404fdd77
5 changed files with 6 additions and 38 deletions
|
|
@ -1098,9 +1098,6 @@ typedef pid_t GPid;
|
|||
/* define if you have statvfs function */
|
||||
#undef HAVE_STATVFS
|
||||
|
||||
/* Define if you have strtoull() and strtoll() */
|
||||
#define HAVE_STRTOULL 1
|
||||
|
||||
/* Define if you have all functions to set thread priority */
|
||||
#define HAVE_THREAD_PRIORITY_FUNCTIONS 1
|
||||
|
||||
|
|
@ -1147,9 +1144,6 @@ typedef pid_t GPid;
|
|||
/* Define if you have wcsnlen() function */
|
||||
#undef HAVE_WCSNLEN
|
||||
|
||||
/* Define if you have wcstoull() and wcstoll() */
|
||||
#undef HAVE_WCSTOULL
|
||||
|
||||
/* The number of bytes in a wchar_t. */
|
||||
#define SIZEOF_WCHAR_T 4
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue