Wouldn't it be better to change configure.in instead of the source files?
glibc advises putting it in the source file, so they're self-contained. I think that's the way these defines are meant to be used. It might be different if every single file needed something.
But it's more robust to define _POSIX_C_SOURCE in configure.in since developers who don't work on HP-UX don't have to remember to put the definition at the top of files that use reentrant functions.
_______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
