diff options
author | Giampaolo RodolĂ <g.rodola@gmail.com> | 2011-02-25 14:39:16 +0000 |
---|---|---|
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | 2011-02-25 14:39:16 +0000 |
commit | c9c2c8b034ee9fb61ee8487545e9711ac2bbcf61 (patch) | |
tree | 78e0a29f8bb5feca92cd5fe292295f0d4083de7e /pyconfig.h.in | |
parent | 59db1f3df635463d0cb3efa5ef3283e72ef4ed60 (diff) | |
download | cpython-git-c9c2c8b034ee9fb61ee8487545e9711ac2bbcf61.tar.gz |
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
Diffstat (limited to 'pyconfig.h.in')
-rw-r--r-- | pyconfig.h.in | 3 |
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 |