libusbi.h: fix warning about redefined macros In macOS 11.x the USEC_PER_SEC and NSEC_PER_SEC are defined by a system header. The values are the same so use the system defines if they are available. Signed-off-by: Nathan Hjelm <hjelmn@google.com>