mirror of
https://github.com/MidnightCommander/mc
synced 2025-01-03 18:14:25 +03:00
src/vfs/tar/tar-internal.c: define UINTMAX_WIDTH.
Signed-off-by: Yury V. Zaytsev <yury@shurup.com>
This commit is contained in:
parent
2c76c23a8f
commit
de7d72cab4
@ -45,6 +45,10 @@
|
||||
|
||||
/*** file scope macro definitions ****************************************************************/
|
||||
|
||||
#ifndef UINTMAX_WIDTH
|
||||
#define UINTMAX_WIDTH (sizeof (uintmax_t) * CHAR_BIT)
|
||||
#endif
|
||||
|
||||
/* Log base 2 of common values. */
|
||||
#define LG_8 3
|
||||
#define LG_256 8
|
||||
|
Loading…
Reference in New Issue
Block a user