Initial revision
[LeanCalc.git] / calc / calc / fposval.h
1 /*
2  * DO NOT EDIT -- generated by the Makefile
3  */
4
5
6 #if !defined(__FPOSVAL_H__)
7 #define __FPOSVAL_H__
8
9
10 /* what are our file position & size types? */
11 #undef FILEPOS_BITS
12 #define FILEPOS_BITS 64
13 #define SWAP_HALF_IN_FILEPOS(dest, src)         SWAP_HALF_IN_B64(dest, src)
14
15 #undef OFF_T_BITS
16 #define OFF_T_BITS 64
17 #define SWAP_HALF_IN_OFF_T(dest, src)           SWAP_HALF_IN_B64(dest, src)
18
19 #undef DEV_BITS
20 #define DEV_BITS 32
21 #define SWAP_HALF_IN_DEV(dest, src)             SWAP_HALF_IN_B32(dest, src)
22
23 #undef INODE_BITS
24 #define INODE_BITS 32
25 #define SWAP_HALF_IN_INODE(dest, src)           SWAP_HALF_IN_B32(dest, src)
26
27
28 #endif /* !__FPOSVAL_H__ */