Use original zlib.h instead of crippled libraries/z_au.h
commit72f33c9c72c3bcbdf7899457ca2b387a48ced5cb
authormazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 6 Jun 2012 18:16:26 +0000 (6 18:16 +0000)
committermazze <mazze@fb15a70f-31f2-0310-bbcc-cdcc74a49acc>
Wed, 6 Jun 2012 18:16:26 +0000 (6 18:16 +0000)
tree488df37e509f74f1b42f989c7cc77ce0d78520eb
parent4a8d143398983b402a185779105dc0bf7619ef7f
Use original zlib.h instead of crippled libraries/z_au.h
to avoid that we have both files in sync. It has exposed
some bugs in z_au.conf. Note that zlib.h includes <proto/z_au.h>
if AROS_Z_STATICLIB is not defined. Without the proto there
will be an error in the test case because ZBase isn't defined.

git-svn-id: https://svn.aros.org/svn/aros/trunk/AROS@44963 fb15a70f-31f2-0310-bbcc-cdcc74a49acc
compiler/include/libraries/z_au.h [deleted file]
compiler/include/zlib.h [deleted file]
test/z/mmakefile.src [new file with mode: 0644]
test/z/version.c [new file with mode: 0644]
workbench/libs/z/mmakefile.src
workbench/libs/z/z_au.conf
workbench/libs/z/zlib.h