moved canonical guesses back into user config section of config.h
[mmh] / ChangeLog
index 810b823..a92dd7b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Mon Sep 13 21:20:10 1999 Doug Morris <doug@mhost.com>
+
+       * added explicit cast to long from time_t for tclock in
+       post.c.
+
+       * Commented out #ifdefs for <sys/ioctl.h> in termsbr.c since
+       it's needed for ioctl() anyway. This prevents a warning about
+       implicit definition of ioctl().
+
+       * Moved guesses preformed by AC_CANONICAL_SYSTEM back into the
+       "User Configuration" section of config.h (moved @TOP@ in
+       acconfig.h) so they're easier to find, should someone actually
+       want to mess with them.
+
 Sun Sep 12 15:50:34 1999 Doug Morris <doug@mhost.com>
 
        * updated Makefile.in so it recognized COMPLETION-TCSH and
@@ -36,7 +50,8 @@ Sun Sep 12 15:50:34 1999 Doug Morris <doug@mhost.com>
 Sun Sep 12 09:19:27 1999 Doug Morris <doug@mhost.com>
 
        * commented out _cleanup() in mf.c because it's the only
-       location in all of the source code where it exists. 
+       location in all of the source code where it exists. It was
+       preventing compilation on at least linux.
 
        * Added check for <db1/ndbm.h> which is the new location where
        linux systems appear to be stuffing this header file.