diff options
author | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
---|---|---|
committer | Rene Mayrhofer <rene@mayrhofer.eu.org> | 2006-05-22 05:12:18 +0000 |
commit | aa0f5b38aec14428b4b80e06f90ff781f8bca5f1 (patch) | |
tree | 95f3d0c8cb0d59d88900dbbd72110d7ab6e15b2a /linux/lib/zlib/README.freeswan | |
parent | 7c383bc22113b23718be89fe18eeb251942d7356 (diff) | |
download | vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.tar.gz vyos-strongswan-aa0f5b38aec14428b4b80e06f90ff781f8bca5f1.zip |
Import initial strongswan 2.7.0 version into SVN.
Diffstat (limited to 'linux/lib/zlib/README.freeswan')
-rw-r--r-- | linux/lib/zlib/README.freeswan | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/linux/lib/zlib/README.freeswan b/linux/lib/zlib/README.freeswan new file mode 100644 index 000000000..f34b5cfff --- /dev/null +++ b/linux/lib/zlib/README.freeswan @@ -0,0 +1,13 @@ +The only changes made to these files for use in FreeS/WAN are: + + - In zconf.h, macros are defined to prefix global symbols with "ipcomp_" + (or "_ipcomp"), when compiled with -DIPCOMP_PREFIX. + - The copyright strings are defined local (static) + + The above changes are made to avoid name collisions with ppp_deflate + and ext2compr. + + - Files not needed for FreeS/WAN have been removed + + See the "README" file for information about where to obtain the complete + zlib package. |