Andreas V�gele <[EMAIL PROTECTED]> writes: > > +;; The time zone CET does not exist on HP-UX. > +(define CET (if (string=? (utsname:sysname (uname)) "HP-UX") > + "MEZ-1MESZ" > + "CET"))
It'd be better not to hard code a system name. Is there some way to test which of the two works? _______________________________________________ Bug-guile mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/bug-guile
