diff options
| author | Michael Forney <mforney@mforney.org> | 2020-03-01 21:48:59 -0800 |
|---|---|---|
| committer | Michael Forney <mforney@mforney.org> | 2020-03-01 23:28:51 -0800 |
| commit | 9cf8479b2f44ae5cfce9884c184936be6a2dee8f (patch) | |
| tree | 9ed65426c9eeb787622288eb97eae39423576d45 /pkg/python/pyconfig.h | |
| parent | e507b84336bcbe94c763124e6fa9c6519f2cc9ca (diff) | |
python: Update to 3.8.2
Diffstat (limited to 'pkg/python/pyconfig.h')
| -rw-r--r-- | pkg/python/pyconfig.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/python/pyconfig.h b/pkg/python/pyconfig.h index e93233d4..21273334 100644 --- a/pkg/python/pyconfig.h +++ b/pkg/python/pyconfig.h @@ -45,7 +45,7 @@ #define HAVE_CONFSTR 1 /* #undef HAVE_CONIO_H */ #define HAVE_COPYSIGN 1 -/* #undef HAVE_COPY_FILE_RANGE */ +#define HAVE_COPY_FILE_RANGE 1 #define HAVE_CRYPT_H 1 #define HAVE_CRYPT_R 1 #define HAVE_CTERMID 1 |
