aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPablo Galindo <Pablogsal@gmail.com>2020-11-17 00:00:38 +0000
committerGitHub <noreply@github.com>2020-11-17 00:00:38 +0000
commita57b3d30f66c90f42da751bf82256b9b22961ed0 (patch)
tree04ec1f393ebfe891fda48a164829bdee76911c0b /pyconfig.h.in
parentAdd GCC pragmas to silence compiler warning about ffi_prep_closure (GH-23327) (diff)
downloadcpython-a57b3d30f66c90f42da751bf82256b9b22961ed0.tar.gz
cpython-a57b3d30f66c90f42da751bf82256b9b22961ed0.tar.bz2
cpython-a57b3d30f66c90f42da751bf82256b9b22961ed0.zip
bpo-41625: Expose the splice() system call in the os module (GH-21947)
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 8a5e9455eca..6ff5fc968a3 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1018,6 +1018,9 @@
/* Define to 1 if you have the <spawn.h> header file. */
#undef HAVE_SPAWN_H
+/* Define to 1 if you have the `splice' function. */
+#undef HAVE_SPLICE
+
/* Define if your compiler provides ssize_t */
#undef HAVE_SSIZE_T