diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-10 20:52:45 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2003-01-10 20:52:45 (GMT) |
commit | 3aa781ab6db8b07adaf3070c8f3371683fb75fbd (patch) | |
tree | 66e64d2e8dfbfd8e26197ba0ee4b8a3239d380c1 /Source/CTest/Curl/config.h.in | |
parent | dce52e7c94ab4b301e1f6ce9341f29c733f495ba (diff) | |
download | CMake-3aa781ab6db8b07adaf3070c8f3371683fb75fbd.zip CMake-3aa781ab6db8b07adaf3070c8f3371683fb75fbd.tar.gz CMake-3aa781ab6db8b07adaf3070c8f3371683fb75fbd.tar.bz2 |
AIX fixes
Diffstat (limited to 'Source/CTest/Curl/config.h.in')
-rw-r--r-- | Source/CTest/Curl/config.h.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/CTest/Curl/config.h.in b/Source/CTest/Curl/config.h.in index 560207f..980b972 100644 --- a/Source/CTest/Curl/config.h.in +++ b/Source/CTest/Curl/config.h.in @@ -469,7 +469,7 @@ System headers sometimes define this. We just want to avoid a redefinition error message. */ #ifndef _ALL_SOURCE -# undef _ALL_SOURCE +#cmakedefine _ALL_SOURCE ${_ALL_SOURCE} #endif /* Number of bits in a file offset, on hosts where this is settable. */ |