mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
scanf supports %lld since C++11, C99
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user