summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2011-10-11 20:29:21 +0200
committerAntoine Pitrou <solipsis@pitrou.net>2011-10-11 20:29:21 +0200
commitf7a8021e44a77a5ab5e07ba332719895145a8610 (patch)
treed2935b4441e86929cdbbc972e7481f2c701972f9 /pyconfig.h.in
parent079c6fda6931ca5cf89fae3a115babbecc674c96 (diff)
downloadcpython-f7a8021e44a77a5ab5e07ba332719895145a8610.tar.gz
Issue #13134: optimize finding single-character strings using memchr
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r--pyconfig.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/pyconfig.h.in b/pyconfig.h.in
index 3a38398430..dbaa5c42fc 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -515,6 +515,9 @@
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to 1 if you have the `memrchr' function. */
+#undef HAVE_MEMRCHR
+
/* Define to 1 if you have the `mkdirat' function. */
#undef HAVE_MKDIRAT