This commit is contained in:
Jim Meyering
1996-02-13 05:30:27 +00:00
parent c4b593538b
commit 7e9524d7b9
+10
View File
@@ -1,3 +1,13 @@
Mon Feb 12 23:26:05 1996 Jim Meyering (meyering@na-net.ornl.gov)
* configure.in (AC_CHECK_FUNCS): Add gethostbyname, gethostbyaddr,
and inet_ntoa.
(AC_CHECK_HEADERS): Add netdb.h netinet/in.h arpa/inet.h.
* lib/canon-host.c: New file.
* lib/Makefile.am (su_SOURCES): Add canon-host.c.
* src/who.c (print_entry): If possible, canonicalize the host hame.
From Miles Bader (miles@gnu.ai.mit.edu).
Wed Jan 31 23:40:50 1996 Jim Meyering (meyering@na-net.ornl.gov)
* lib/strftime.c (add_num_tz): New function.