// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/touch.h
// Description:	Defines fuer touch()
//
// $Log: touch.h,v $
// Revision 1.2  2001/03/14 20:32:37  freaky
// CVS-log eingebaut.
//

#ifndef TOUCH_H
#define TOUCH_H 1

#define NO_LOG		1
#define NO_WRITE	2

#endif // TOUCH_H

