Andreas V�gele <[EMAIL PROTECTED]> writes: > > 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.
I believe it's not hpux specific but in theory applies everywhere, depending what the defaults for the libc are. glibc insulates one from such things, mostly. CFLAGS is not a good place, since mucking about with flags in configure is always best avoided if possible. But _scm.h or config.h would be possibilities, especially as I say if it's wanted just about everywhere. _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
