This directory includes WIDE version library to make DHCP client.  We
confirm that it can be used on BSD/386 1.1, NEWS-OS 4.2, SunOS 4.1.3,
FreeBSD 1.1.5.1.

There are following files in this directory;

	Makefile
	README			This file
	README.jis		This file (in Japanese)
	common.h
	config.h		Configuration file
	dhcp.h			Protocol specific header file (symbolic link)
	dhcp_extend.c		Routine for the address extension
	dhcp_getp.c		Routine to get an address
	dhcp_init.c		Routine for initialization
	dhcp_reusep.c		Routine to get the previously assigned address
	dhcp_verify.c		Routine to verify the address assignment
	dhcpc.h
	dhcpc_subr.c		Other routines
	dhcpc_subr.h
	flushroute.c		Routine to clear the routing table
	getmac.c		Routine to get MAC address
	libdhcp.3.jis		Manual (in Japanese)
	net_subr.c		Routines concerned with network


1. How to Compile and Use

Please type "make".  The library named libdhcp.a will be created.

Please refer to the libdhcp(3) about library. A sample client is
included ../sample_client.  Please refer to ../sample_client/README to
use the sample client.
