// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:        /sys/configuration.h
// Description: Defines fuer configure_*-Efuns.
// Author:      Driver
//
// $Log: configuration.h,v $
// 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

#endif /* LPC_CONFIGURATION_H_ */
