summaryrefslogtreecommitdiffstats
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2011-02-25 14:39:16 (GMT)
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2011-02-25 14:39:16 (GMT)
commitc9c2c8b034ee9fb61ee8487545e9711ac2bbcf61 (patch)
tree78e0a29f8bb5feca92cd5fe292295f0d4083de7e /pyconfig.h.in
parent59db1f3df635463d0cb3efa5ef3283e72ef4ed60 (diff)
downloadcpython-c9c2c8b034ee9fb61ee8487545e9711ac2bbcf61.zip
cpython-c9c2c8b034ee9fb61ee8487545e9711ac2bbcf61.tar.gz
cpython-c9c2c8b034ee9fb61ee8487545e9711ac2bbcf61.tar.bz2
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
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 833f79e..d55c1cd 100644
--- a/pyconfig.h.in
+++ b/pyconfig.h.in
@@ -1024,6 +1024,9 @@
/* The size of `size_t', as computed by sizeof. */
#undef SIZEOF_SIZE_T
+/* Define to 1 if you have the `sendfile' function. */
+#undef HAVE_SENDFILE
+
/* The size of `time_t', as computed by sizeof. */
#undef SIZEOF_TIME_T