On Mon, Aug 26, 2019 at 04:55:48PM -0700, Gary E. Miller via devel wrote: > _GNU_SOURCE should not always be defined, but it does need to be defined > in certain cases. For example, on glibc < 2.10, you need to define > it to get strnlen() and struct ifreq. > > From glibc 2.10, you instead need _POSIX_C_SOURCE >= 200809L
glibc 2.10 was released 2009-05-17. Do we still need to support it? Or can add a fatal waf error for glibc < 2.10 and then use the more modern symbols? Thanks, -Matt _______________________________________________ devel mailing list devel@ntpsec.org http://lists.ntpsec.org/mailman/listinfo/devel