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/res_query.c | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'cpukit/libnetworking/libc/res_query.c') diff --git a/cpukit/libnetworking/libc/res_query.c b/cpukit/libnetworking/libc/res_query.c index 784fa433bc..8923248351 100644 --- a/cpukit/libnetworking/libc/res_query.c +++ b/cpukit/libnetworking/libc/res_query.c @@ -68,11 +68,9 @@ * SOFTWARE. */ -#if defined(LIBC_SCCS) && !defined(lint) -static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; -static char orig_rcsid = "From: Id: res_query.c,v 8.14 1997/06/09 17:47:05 halley Exp $"; -static char rcsid[] = "$Id$"; -#endif /* LIBC_SCCS and not lint */ +#if HAVE_CONFIG_H +#include "config.h" +#endif #include #include -- cgit v1.2.3