/* @@@HEAD@@@
// Compile-time values set by configure script, change them through configure
//
// This file is modified by the configure script, adjust config.h.in for
// permanent changes
*/

#ifndef CONFIG_H
#define CONFIG_H

/* Uses vfork() instead of fork() in sysop.c. */
/* @@USE_VFORK@@ */

/* The version number, should be set by configure */
/* @@VERSION_MAJOR@@ */
/* @@VERSION_MINOR@@ */
/* @@VERSION_PATCH@@ */

/* check system load? */
/* @@CHECK_LOAD@@ */

/* Use getrusage? */
/* @@USE_GETRUSAGE@@ */

#endif