Oops - sorry about the last mail, I didn't realise my attachment wouldn't make
it through. I didn't RTFM :(
I couldn't get htdig-3.1.4 or htdig-3.1.5 to build on OpenBSD-2.6 or
OpenBSD-2.7 without making the patch below: (apologies for any involuntary
wordwrapping this browser mail may induce..)
--- htdig-3.1.5/htdig/Document.cc.orig Fri Feb 25 02:29:10 2000
+++ htdig-3.1.5/htdig/Document.cc Tue Jul 4 22:42:34 2000
@@ -233,11 +233,7 @@
tm.tm_mon+1, tm.tm_mday, tm.tm_hour, tm.tm_min, tm.tm_sec);
cout << buffer << " (" << tm.tm_year << ")" << endl;
}
-#if HAVE_TIMEGM
- ret = timegm(&tm);
-#else
ret = mytimegm(&tm);
-#endif
}
else
{
____________________________________________________________________
Get your own FREE, personal Netscape WebMail account today at
http://webmail.netscape.com.
------------------------------------
To unsubscribe from the htdig3-dev mailing list, send a message to
[EMAIL PROTECTED]
You will receive a message to confirm this.