// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:        /sys/configuration.h
// Description: Defines fuer configure_*-Efuns.
// Author:      Driver
//
// $Log: configuration.h,v $
// Revision 1.3  2011-04-28 15:35:13  gnomi
// Vom 3.5.0 eingespielt.
//
// Revision 1.2  2009-06-17 08:04:06  gnomi
// Neue Version von 3.3.719.
//
// Revision 1.1  2009-04-21 11:52:02  gnomi
// Vom 3.3.718 eingespielt
//

#ifndef LPC_CONFIGURATION_H_
#define LPC_CONFIGURATION_H_

/* Definition of argument values for configure_interactive().
 */

/* Possible options for configure_interactive().
 */
#define IC_MAX_WRITE_BUFFER_SIZE 0

/* Possible options for configure_driver().
 */
#define DC_MEMORY_LIMIT        0
#define DC_ENABLE_HEART_BEATS  1
#define DC_LONG_EXEC_TIME      2

#endif /* LPC_CONFIGURATION_H_ */

