From d69f04af327a648159c0ec8ad3c7cb9f6246ed08 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Sun, 28 Mar 2010 05:42:12 +0000 Subject: [PATCH] =?UTF-8?q?2010-03-28=09Ralf=20Cors=C3=A9pius=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * libnetworking/libc/getifaddrs.c, * libnetworking/libc/if_indextoname.c, libnetworking/libc/if_nameindex.c: Add HAVE_CONFIG_H support to let files receive configure defines. --- cpukit/ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index bb727cabd5..0ae145ae20 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,10 @@ +2010-03-28 Ralf Corsépius + + * libnetworking/libc/getifaddrs.c, + * libnetworking/libc/if_indextoname.c, + libnetworking/libc/if_nameindex.c: + Add HAVE_CONFIG_H support to let files receive configure defines. + 2010-03-28 Ralf Corsépius * libmd/md4.c, libmd/md5.c: