diff options
author | josh.macdonald <jmacd@users.noreply.github.com> | 2007-10-29 06:45:15 +0000 |
---|---|---|
committer | josh.macdonald <jmacd@users.noreply.github.com> | 2007-10-29 06:45:15 +0000 |
commit | 01a2cd8795dcd17288f755c370890b6b3c1aef0d (patch) | |
tree | 7561c463066d0090ef1b63f9127459b12029ce52 /xdelta3/setup.py | |
parent | cb5d52f0e3f93125c1e03f9750c9aab7fd8c0c89 (diff) |
Running experiments for new -1 and -2
Diffstat (limited to 'xdelta3/setup.py')
-rw-r--r-- | xdelta3/setup.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xdelta3/setup.py b/xdelta3/setup.py index e5b67ad..872c967 100644 --- a/xdelta3/setup.py +++ b/xdelta3/setup.py | |||
@@ -31,9 +31,9 @@ xdelta3_ext = Extension('xdelta3main', | |||
31 | ('PYTHON_MODULE',1), | 31 | ('PYTHON_MODULE',1), |
32 | ('SECONDARY_DJW',1), | 32 | ('SECONDARY_DJW',1), |
33 | ('VCDIFF_TOOLS',1), | 33 | ('VCDIFF_TOOLS',1), |
34 | ('GENERIC_ENCODE_TABLES',1), | 34 | ('GENERIC_ENCODE_TABLES',0), |
35 | ('XD3_POSIX',1), | 35 | ('XD3_POSIX',1), |
36 | ('XD3_USE_LARGEFILE64',1), | 36 | ('XD3_USE_LARGEFILE64',0), |
37 | 37 | ||
38 | # the fork/exec stuff doesn't | 38 | # the fork/exec stuff doesn't |
39 | # work inside python. | 39 | # work inside python. |