aboutsummaryrefslogtreecommitdiffstats
path: root/contrib/tools/python/src
diff options
context:
space:
mode:
authorthegeorg <thegeorg@yandex-team.com>2024-02-13 23:26:03 +0300
committerDaniil Cherednik <dcherednik@ydb.tech>2024-02-14 14:27:07 +0000
commit83263d82759b985d8b068e101ec77bb8c0bbe634 (patch)
tree94e9024d59ff3eb5968ac762618c201980c5abbe /contrib/tools/python/src
parent770c09d4ba2ed05f24219a31625f977c5f2aa9a3 (diff)
downloadydb-83263d82759b985d8b068e101ec77bb8c0bbe634.tar.gz
Revert a patch on boost/assert to make it compatible with modern macOS
Diffstat (limited to 'contrib/tools/python/src')
-rw-r--r--contrib/tools/python/src/Include/pyconfig.win32.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/contrib/tools/python/src/Include/pyconfig.win32.h b/contrib/tools/python/src/Include/pyconfig.win32.h
index 3640ccd81a8..8aeb631ab1e 100644
--- a/contrib/tools/python/src/Include/pyconfig.win32.h
+++ b/contrib/tools/python/src/Include/pyconfig.win32.h
@@ -666,6 +666,7 @@ Py_NO_ENABLE_SHARED to find out. Also support MS_NO_COREDLL for b/w compat */
/* Define if you have waitpid. */
/* #undef HAVE_WAITPID */
+#define HAVE_SNPRINTF 1
/* Define to 1 if you have the `wcscoll' function. */
#ifndef MS_WINCE