Why do
u_int8_t
u_int16_t
u_int32_t
u_int64_t
get defined in opal_config.h? I don't see them used anywhere in the
OMPI/OPAL/ORTE code base.
Okay, one exception, in opal/util/if.c:
#if defined(__DragonFly__)
#define IN_LINKLOCAL(i) (((u_int32_t)(i) & 0xffff0000) == 0xa9fe0000)
#endif
|