diff options
author | Simon Josefsson <simon@josefsson.org> | 2008-04-29 11:26:41 +0200 |
---|---|---|
committer | Simon Josefsson <simon@josefsson.org> | 2008-04-29 11:26:41 +0200 |
commit | aa1d60fec96400b6f0a07bf2701b8bc1ba955077 (patch) | |
tree | 1d0161bb15a2a3fd8275cf3c5cc5503a166c11a0 /ChangeLog | |
parent | 463890eaa2cb1f303b100f6889421761149e936f (diff) | |
download | gnulib-aa1d60fec96400b6f0a07bf2701b8bc1ba955077.tar.gz |
Make arpa/inet module build under MinGW.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -1,3 +1,10 @@ +2008-04-29 Simon Josefsson <simon@josefsson.org> + + * m4/arpa_inet_h.m4 (gl_ARPA_INET_H_DEFAULTS): Set + HAVE_DECL_INET_NTOP and HAVE_DECL_INET_PTON. + + * modules/arpa_inet (arpa/inet.h): Use them. + 2008-04-28 Eric Blake <ebb9@byu.net> Test getndelim2. |