diff options
author | Marko Mäkelä <marko.makela@mariadb.com> | 2022-10-05 10:09:49 +0300 |
---|---|---|
committer | Marko Mäkelä <marko.makela@mariadb.com> | 2022-10-05 10:09:49 +0300 |
commit | df97eb1432f91ad13e562111bda393b3650719d0 (patch) | |
tree | daa8a01c11ed4d0f34a5bb4cf07572376366db4a /config.h.cmake | |
parent | d1bc469dca1de22bd24a4fc59a70085dcb5c32a5 (diff) | |
download | mariadb-git-df97eb1432f91ad13e562111bda393b3650719d0.tar.gz |
Remove HAVE_SNPRINTF
This fixes up commit 77c184df7c056da7364e606ac977cc2d3cd826ad
which explicitly specifies that we use ISO/IEC 9899:1999 (C99),
which includes the snprintf() function.
Diffstat (limited to 'config.h.cmake')
-rw-r--r-- | config.h.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/config.h.cmake b/config.h.cmake index 3a4a030fd59..e7754337b1f 100644 --- a/config.h.cmake +++ b/config.h.cmake @@ -224,7 +224,6 @@ #cmakedefine HAVE_SIGWAIT 1 #cmakedefine HAVE_SIGWAITINFO 1 #cmakedefine HAVE_SLEEP 1 -#cmakedefine HAVE_SNPRINTF 1 #cmakedefine HAVE_STPCPY 1 #cmakedefine HAVE_STRERROR 1 #cmakedefine HAVE_STRCOLL 1 |