summaryrefslogtreecommitdiff
path: root/pyconfig.h.in
diff options
context:
space:
mode:
authorGiampaolo RodolĂ  <g.rodola@gmail.com>2011-02-25 14:39:16 +0000
committerGiampaolo RodolĂ  <g.rodola@gmail.com>2011-02-25 14:39:16 +0000
commit0613106dadeb983e80bf12e82df9e48a6c777d0e (patch)
treecc658a5e32547c0d04150c53335b411669e1ab52 /pyconfig.h.in
parent96e825ced60dc65d950cfae35f87c1d352057aeb (diff)
downloadcpython-0613106dadeb983e80bf12e82df9e48a6c777d0e.tar.gz
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 833f79e05f..d55c1cd76d 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