Hal Murray via devel writes:
> Near the top, it says:
>
> // _XOPEN_SORUCE needed for strptime()
> #define _XOPEN_SOURCE

Correct.  However, as you said you also need siginfo_t, it needs to be
defined with a value of at least 500, so the correct _POSIX_C_SOURCE
level gets defined in addition.  Really, there is no point in any
individual source file doing that stuff.  Define what the minimum
standards are for the whole project, the define the corresponding FTM on
toplevel (config.h or CFLAGS) and ensure that no source file in the
project mucks with it.


Regards,
Achim.
-- 
+<[Q+ Matrix-12 WAVE#46+305 Neuron microQkb Andromeda XTk Blofeld]>+

Factory and User Sound Singles for Waldorf Q+, Q and microQ:
http://Synth.Stromeko.net/Downloads.html#WaldorfSounds

_______________________________________________
devel mailing list
devel@ntpsec.org
https://lists.ntpsec.org/mailman/listinfo/devel

Reply via email to