/* $NetBSD: globals.c,v 1.3 1995/09/18 21:19:27 pk Exp $ */
/*
* globals.c:
*
* global variables should be separate, so nothing else
* must be included extraneously.
*/
__FBSDID("$FreeBSD$");
#include <netinet/in_systm.h>
#include "stand.h"
#include "net.h"
int hostnamelen;
int domainnamelen;