SYNOPSIS
#include <sys/configuration.h>
void configure_interactive (object ob, int what, mixed data)
DESCRIPTION
Sets the option <what> to the value <data> on the interactive <ob>
or the default for all interactives if <ob> is 0.
If the first argument <ob> is not this_object(), the privilege violation
("configure_interactive", this_object(), ob, what, data) occurs.
<what> == IC_MAX_WRITE_BUFFER_SIZE
Sets the maximum amount of data to be held pending for writing
per player to <data> bytes. A value of -1 means unlimited,
0 deactivates the write buffer.
HISTORY
Introduced in LDMud 3.3.719.
SEE ALSO
configure_driver(E)