--- 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
       {
