#ifdef __hpux #define _POSIX_C_SOURCE 199506L #endif
I'd remove the definition. AFAIK it's only required on HP-UX and it seems that nobody besides me has ever tried to use Guile on HP-UX. I can always add this definition to CPPFLAGS before running configure. Furthermore, I think it's more important to get Guile running on FreeBSD and to avoid an ifdef mess in the source code.
_______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/bug-guile
