Eliminate SCCS, LINT. Add HAVE_CONFIG_H.

This commit is contained in:
Ralf Corsepius
2007-03-30 05:15:58 +00:00
parent be96863141
commit 09fdb5e819
56 changed files with 170 additions and 196 deletions

View File

@@ -33,9 +33,9 @@
* $Id$
*/
#if defined(LIBC_SCCS) && !defined(lint)
static char sccsid[] = "@(#)getprotoname.c 8.1 (Berkeley) 6/4/93";
#endif /* LIBC_SCCS and not lint */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <netdb.h>
#include <string.h>