The R Project SVN R

Rev

Rev 59627 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 59627 Rev 82784
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
/* Maximum unsigned 32-bit value used as placeholder for zip64 */
-
 
59
/* cherry-picked to fix PR18390 */
-
 
60
#ifndef MAXU32
-
 
61
#define MAXU32 (0xffffffff)
-
 
62
#endif
-
 
63
 
58
/* apparently needed for zlib > 1.2.5 with --with-system-zlib, PR#14951 */
64
/* apparently needed for zlib > 1.2.5 with --with-system-zlib, PR#14951 */
59
#ifndef OF
65
#ifndef OF
60
# define OF(x) x
66
# define OF(x) x
61
#endif
67
#endif
62
 
68