/*
 * $Id: netconfig.h,v 1.1 1997/01/03 17:45:33 root Exp $
 *
 * $Log: netconfig.h,v $
 * Revision 1.1  1997/01/03 17:45:33  root
 * Initial revision
 *
 */

#ifndef INCLUDED_NETCONFIG_H
#define INCLUDED_NETCONFIG_H



#include <stdlib.h>
#include <string.h>
#include <stdio.h>
#include <ctype.h>
#include <unistd.h>
#include <pwd.h>
#include <sys/stat.h>

#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>
#include <netdb.h>

#include <Xm/MessageB.h>
#include <Xm/DialogS.h>
#include <Xm/Form.h>
#include <Xm/LabelG.h>
#include <Xm/Text.h>
#include <Xm/PushBG.h>
#include <Xm/RowColumn.h>

/*
 *  Prototypes
 */

void network_config(Widget, XtPointer, XtPointer);

#endif
