scanf supports %lld since C++11, C99

This commit is contained in:
Richard Cohen
2023-03-02 12:32:44 +00:00
parent 7f1ce2b5e5
commit 80e9d9c35d
5 changed files with 3 additions and 36 deletions

View File

@@ -153,15 +153,6 @@
/* If available, contains the Python version number currently in use. */
#cmakedefine HAVE_PYTHON 1
/* Define if scanf supports %I64d conversions. */
#cmakedefine HAVE_SCANF_I64D 1
/* Define if scanf supports %lld conversions. */
#cmakedefine HAVE_SCANF_LLD 1
/* Define if scanf supports %qd conversions. */
#cmakedefine HAVE_SCANF_QD 1
/* Define to 1 if you have the `setenv' function. */
#cmakedefine HAVE_SETENV 1