1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-25 06:04:04 +03:00

zlib: mark as modified for samba

metze
(This used to be commit 0fb265e567d700b3c16eb8f28bc5f26653a819fa)
This commit is contained in:
Stefan Metzmacher 2008-08-18 14:26:53 +02:00
parent 5e4f668468
commit 7474196d83

View File

@ -37,8 +37,14 @@
extern "C" {
#endif
#define ZLIB_VERSION "1.2.3"
#define ZLIB_VERNUM 0x1230
#define ZLIB_VERSION "1.2.3.1.Samba"
#define ZLIB_VERNUM 0x1231
/*
* Modified for Samba by Stefan Metzmacher <metze@samba.org> 2008
*
* inflateReset2() added and compiler warnings fixed
*/
/*
The 'zlib' compression library provides in-memory compression and