commit | c9c2c8b034ee9fb61ee8487545e9711ac2bbcf61 | [log] [tgz] |
---|---|---|
author | Giampaolo RodolĂ <g.rodola@gmail.com> | Fri Feb 25 14:39:16 2011 +0000 |
committer | Giampaolo RodolĂ <g.rodola@gmail.com> | Fri Feb 25 14:39:16 2011 +0000 |
tree | 78e0a29f8bb5feca92cd5fe292295f0d4083de7e | |
parent | 59db1f3df635463d0cb3efa5ef3283e72ef4ed60 [diff] [blame] |
Issue 10882: add os.sendfile(). (patch provided by Ross Lagerwall)
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