mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-21 22:53:37 +00:00
As part of our efforts to clean up and simplify libguestfs, removing gnulib deletes a large dependency that we mostly no longer use and causes problems for new users trying to build the library from source. A few modules from gnulib are still used (under a compatible license) and these are copied into gnulib/lib/
7 lines
170 B
C
7 lines
170 B
C
#define __strtol strtoumax
|
|
#define __strtol_t uintmax_t
|
|
#define __xstrtol xstrtoumax
|
|
#define STRTOL_T_MINIMUM 0
|
|
#define STRTOL_T_MAXIMUM UINTMAX_MAX
|
|
#include "xstrtol.c"
|