X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=ChangeLog;h=ab88fa9eff91737afad9f3fdfc76e6008aec5c0c;hp=3c4f423482eda145b0bacdb52b796ad14898a23a;hb=3d251965606d6a6e47897504594f84d12e3e292a;hpb=4434c06e069d65e39e93c0b5c69747b278190175 diff --git a/ChangeLog b/ChangeLog index 3c4f423..ab88fa9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +Sat Oct 16 00:17:36 1999 Doug Morris + + * Removed BIND define and replaced it with a check for + gethostbyname (to determine if the host is DNS aware) and a + check for sethostent. This appears to be the right thing to + do, but there is no explanation of the reasoning behind the + BIND define in the code and it appears to have been used for + multiple purposes. + +Wed Oct 13 15:53:53 1999 Doug Morris + + * Updated manpages Makefile to link mh-profile.5 to + mh_profile.5 after installation. Suggestion from Richard Cohen + . + + * Modified configure.in to check for _IO_write_ptr and libio.h + to determine whether to define LINUX_STDIO instead of using + config.guess. + Mon Oct 4 15:22:46 1999 Dan Harkless * Added '-L' to the calls of 'ls' in configure.in -- I have seen @@ -35,7 +54,7 @@ Mon Sep 13 21:20:10 1999 Doug Morris 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 + * Moved guesses performed 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.