From 09fdb5e819630c1df210a520680ede6936426379 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Fri, 30 Mar 2007 05:15:58 +0000 Subject: Eliminate SCCS, LINT. Add HAVE_CONFIG_H. --- cpukit/libnetworking/libc/gethostbydns.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'cpukit/libnetworking/libc/gethostbydns.c') diff --git a/cpukit/libnetworking/libc/gethostbydns.c b/cpukit/libnetworking/libc/gethostbydns.c index 02c93fcac2..4fe13e773a 100644 --- a/cpukit/libnetworking/libc/gethostbydns.c +++ b/cpukit/libnetworking/libc/gethostbydns.c @@ -53,10 +53,10 @@ * --Copyright-- */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; -static char fromrcsid[] = "From: Id: gethnamaddr.c,v 8.23 1998/04/07 04:59:46 vixie Exp $"; -#endif /* LIBC_SCCS and not lint */ +#if HAVE_CONFIG_H +#include "config.h" +#endif + #include #include -- cgit v1.2.3