#ifndef __GISHSYS_H__
#define __GISHSYS_H__

#include <fcntl.h>
#include <sys/times.h>
#include <sys/time.h>
#include <unistd.h>
#include <ndbm.h>

typedef struct {
		DBM	*p;
		int	flag;
		int	mode;
		int	lock;
	} PNTR GdbmPtr;

#endif
