The R Project SVN R

Rev

Rev 55566 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 55566 Rev 59627
Line 53... Line 53...
53
 
53
 
54
/* merged from ioapi.h */
54
/* merged from ioapi.h */
55
#include <stdint.h>
55
#include <stdint.h>
56
typedef uint64_t ZPOS64_T;
56
typedef uint64_t ZPOS64_T;
57
 
57
 
-
 
58
/* apparently needed for zlib > 1.2.5 with --with-system-zlib, PR#14951 */
-
 
59
#ifndef OF
-
 
60
# define OF(x) x
-
 
61
#endif
-
 
62
 
58
#define ZLIB_FILEFUNC_SEEK_CUR (1)
63
#define ZLIB_FILEFUNC_SEEK_CUR (1)
59
#define ZLIB_FILEFUNC_SEEK_END (2)
64
#define ZLIB_FILEFUNC_SEEK_END (2)
60
#define ZLIB_FILEFUNC_SEEK_SET (0)
65
#define ZLIB_FILEFUNC_SEEK_SET (0)
61
 
66
 
62
#define ZLIB_FILEFUNC_MODE_READ      (1)
67
#define ZLIB_FILEFUNC_MODE_READ      (1)