diff options
author | Pablo Galindo <Pablogsal@gmail.com> | 2019-05-31 18:39:47 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-05-31 18:39:47 (GMT) |
commit | aac4d0342c3e692731c189d003dbd73a8c681a34 (patch) | |
tree | b888c0e2423d1b3422765db1cea5f3e0cf5c97f4 /pyconfig.h.in | |
parent | 545a3b8814dbf2a5391e830d69e796fb1a1d62ec (diff) | |
download | cpython-aac4d0342c3e692731c189d003dbd73a8c681a34.zip cpython-aac4d0342c3e692731c189d003dbd73a8c681a34.tar.gz cpython-aac4d0342c3e692731c189d003dbd73a8c681a34.tar.bz2 |
bpo-26826: Expose copy_file_range in the os module (GH-7255)
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 b9bb3ff..20cc901 100644 --- a/pyconfig.h.in +++ b/pyconfig.h.in @@ -148,6 +148,9 @@ /* Define to 1 if you have the `copysign' function. */ #undef HAVE_COPYSIGN +/* Define to 1 if you have the `copy_file_range' function. */ +#undef HAVE_COPY_FILE_RANGE + /* Define to 1 if you have the <crypt.h> header file. */ #undef HAVE_CRYPT_H |