Rev 35115 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed
There are a very few to the source code of zlib-1.2.3 used here.- zconf.h includes R's config.h- gzio.c has been amended to allow LFS using fseeko/ftello where theseare supported, and fseek64o/ftell64o on Windows.Makefile.in is ours, not zlib's, and allows us to use PIC flags so thiscan be included in libR.so.We assume ISO C, so assume errno.h exists.