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

@@ -31,6 +31,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -31,6 +31,10 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -40,11 +40,9 @@
* IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES. * IF IBM IS APPRISED OF THE POSSIBILITY OF SUCH DAMAGES.
*/ */
#if !defined(__rtems__) #if HAVE_CONFIG_H
#if !defined(LINT) && !defined(CODECENTER) #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* not lint */
#endif /* not rtems */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -39,6 +39,10 @@
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <stdio.h> #include <stdio.h>
#include <paths.h> #include <paths.h>
#include <sys/types.h> #include <sys/types.h>

View File

@@ -53,10 +53,10 @@
* --Copyright-- * --Copyright--
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char fromrcsid[] = "From: Id: gethnamaddr.c,v 8.23 1998/04/07 04:59:46 vixie Exp $"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/cdefs.h> #include <sys/cdefs.h>
#include <sys/types.h> #include <sys/types.h>

View File

@@ -51,10 +51,9 @@
* --Copyright-- * --Copyright--
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -23,10 +23,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)$Id$"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -23,10 +23,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)$Id$"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -2,7 +2,9 @@
* $Id$ * $Id$
*/ */
#if HAVE_CONFIG_H
#include "config.h" #include "config.h"
#endif
/* /*
* Solaris doesn't include the gethostname call by default. * Solaris doesn't include the gethostname call by default.

View File

@@ -58,10 +58,9 @@
* copyright notice and this permission notice appear in all copies. * copyright notice and this permission notice appear in all copies.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -41,11 +41,9 @@
* from getnetent.c 1.1 (Coimbra) 93/06/02 * from getnetent.c 1.1 (Coimbra) 93/06/02
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)getnetent.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char orig_rcsid[] = "From: Id: getnetent.c,v 8.4 1997/06/01 20:34:37 vixie Exp"; #endif
static chat rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -23,10 +23,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)$Id$"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -23,9 +23,9 @@
* SUCH DAMAGE. * SUCH DAMAGE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char rcsid[] = "$Id$"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

@@ -48,10 +48,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)herror.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/uio.h> #include <sys/uio.h>

View File

@@ -53,10 +53,9 @@
* --Copyright-- * --Copyright--
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)inet_addr.c 8.1 (Berkeley) 6/17/93"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/param.h> #include <sys/param.h>
#include <netinet/in.h> #include <netinet/in.h>

View File

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

View File

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

View File

@@ -15,9 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static const char orig_rcsid[] = "From Id: inet_net_ntop.c,v 8.2 1996/08/08 06:54:44 vixie Exp"; #include "config.h"
static const char rcsid[] = "$Id$";
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

@@ -15,9 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static const char orig_rcsid[] = "From Id: inet_net_pton.c,v 1.8 1996/11/21 10:28:12 vixie Exp $"; #include "config.h"
static const char rcsid[] = "$Id$";
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

@@ -15,9 +15,8 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static const char orig_rcsid[] = "From Id: inet_neta.c,v 8.2 1996/08/08 06:54:44 vixie Exp"; #include "config.h"
static const char rcsid[] = "$Id$";
#endif #endif
#include <sys/types.h> #include <sys/types.h>

View File

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

View File

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

View File

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

View File

@@ -14,9 +14,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char rcsid[] = "$Id$"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>

View File

@@ -14,9 +14,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char rcsid[] = "$Id$"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/types.h> #include <sys/types.h>

View File

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

View File

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

View File

@@ -53,10 +53,9 @@
* --Copyright-- * --Copyright--
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)gethostnamadr.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -36,9 +36,9 @@
* $Id$ * $Id$
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)ns_addr.c 8.1 (Berkeley) 6/7/93"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/param.h> #include <sys/param.h>
#include <netns/ns.h> #include <netns/ns.h>

View File

@@ -15,11 +15,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if !defined(__rtems__) #if HAVE_CONFIG_H
#if !defined(LINT) && !defined(CODECENTER) #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* not lint */
#endif /* not rtems */
#include <sys/types.h> #include <sys/types.h>

View File

@@ -15,14 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if !defined(__rtems__)
#if !defined(LINT) && !defined(CODECENTER)
static char rcsid[] = "$Id$";
#endif /* not lint */
#endif /* not rtems */
/* Import. */ /* Import. */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

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

View File

@@ -15,11 +15,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if !defined(__rtems__) #if HAVE_CONFIG_H
#if !defined(LINT) && !defined(CODECENTER) #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* not lint */
#endif /* not rtems */
#include <sys/types.h> #include <sys/types.h>

View File

@@ -15,14 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if !defined(__rtems__)
#if !defined(LINT) && !defined(CODECENTER)
static char rcsid[] = "$Id$";
#endif /* not lint */
#endif /* not rtems */
/* Import. */ /* Import. */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -15,14 +15,12 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if !defined(__rtems__)
#if !defined(LINT) && !defined(CODECENTER)
static char rcsid[] = "$Id$";
#endif /* not lint */
#endif /* not rtems */
/* Import. */ /* Import. */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <arpa/nameser.h> #include <arpa/nameser.h>
#include <ctype.h> #include <ctype.h>

View File

@@ -15,9 +15,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char rcsid[] = "$Id$"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -33,9 +33,9 @@
* $Id$ * $Id$
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)rcmd.c 8.3 (Berkeley) 3/26/94"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/param.h> #include <sys/param.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -33,9 +33,9 @@
* $Id$ * $Id$
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)recv.c 8.2 (Berkeley) 2/21/94"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

@@ -68,11 +68,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)res_comp.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char orig_rcsid[] = "From: Id: res_comp.c,v 8.11 1997/05/21 19:31:04 halley Exp $"; #endif
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -15,9 +15,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char rcsid[] = "$Id$"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

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

View File

@@ -68,11 +68,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)res_init.c 8.1 (Berkeley) 6/7/93"; #include "config.h"
static char orig_rcsid[] = "From: Id: res_init.c,v 8.7 1996/11/18 09:10:04 vixie Exp $"; #endif
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -68,11 +68,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)res_mkquery.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char orig_rcsid[] = "From: Id: res_mkquery.c,v 8.9 1997/04/24 22:22:36 vixie Exp $"; #endif
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -20,11 +20,9 @@
* <viraj_bais@ccm.fm.intel.com> * <viraj_bais@ccm.fm.intel.com>
*/ */
#if !defined(__rtems__) #if HAVE_CONFIG_H
#if !defined(lint) && !defined(SABER) #include "config.h"
static char rcsid[] = "$Id$"; #endif
#endif /* not lint */
#endif /* not rtems */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -68,11 +68,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)res_query.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char orig_rcsid = "From: Id: res_query.c,v 8.14 1997/06/09 17:47:05 halley Exp $"; #endif
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
#include <sys/types.h> #include <sys/types.h>
#include <sys/param.h> #include <sys/param.h>

View File

@@ -68,11 +68,9 @@
* SOFTWARE. * SOFTWARE.
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)res_send.c 8.1 (Berkeley) 6/4/93"; #include "config.h"
static char orig_rcsid[] = "From: Id: res_send.c,v 8.20 1998/04/06 23:27:51 halley Exp $"; #endif
static char rcsid[] = "$Id$";
#endif /* LIBC_SCCS and not lint */
/* /*
* Send query to name server and wait for reply. * Send query to name server and wait for reply.

View File

@@ -38,6 +38,10 @@
* turned up all over the place. :-( * turned up all over the place. :-(
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/cdefs.h> #include <sys/cdefs.h>

View File

@@ -1,9 +1,3 @@
#if !defined(__rtems__)
#if !defined(lint) && !defined(SABER)
static char rcsid[] = "$Id$";
#endif /* not lint */
#endif /* not rtems */
/* /*
* Copyright (c) 1996 by Internet Software Consortium. * Copyright (c) 1996 by Internet Software Consortium.
* *
@@ -21,6 +15,10 @@ static char rcsid[] = "$Id$";
* SOFTWARE. * SOFTWARE.
*/ */
#if HAVE_CONFIG_H
#include "config.h"
#endif
/* /*
* Based on the Dynamic DNS reference implementation by Viraj Bais * Based on the Dynamic DNS reference implementation by Viraj Bais
* <viraj_bais@ccm.fm.intel.com> * <viraj_bais@ccm.fm.intel.com>

View File

@@ -33,9 +33,9 @@
* $Id$ * $Id$
*/ */
#if defined(LIBC_SCCS) && !defined(lint) #if HAVE_CONFIG_H
static char sccsid[] = "@(#)send.c 8.2 (Berkeley) 2/21/94"; #include "config.h"
#endif /* LIBC_SCCS and not lint */ #endif
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>

View File

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