Skip to content
Snippets Groups Projects
Commit 10ee133c authored by Petr Baudis's avatar Petr Baudis
Browse files

common.h: Add #define ADMINCONTACT for easy customization

parent a7ccae79
No related branches found
No related tags found
No related merge requests found
......@@ -6,6 +6,9 @@
/* Compile-time configuration area. */
/* Contact of the network administrators. */
#define ADMINCONTACT "<wizards@kam.mff.cuni.cz>"
/* Default memory split policy. Memory is split between
* user and computations by split_ratio, but so that neither
* has reserved less than minfree (in case of too little memory,
......
......@@ -92,7 +92,7 @@ help(FILE *f)
{
fputs("compctl - Computations under control\n\n"
#include "help-in-quotes"
"Contact <wizards@kam.mff.cuni.cz> with bug reports and comments.\n", f);
"Contact " ADMINCONTACT " with bug reports and comments.\n", f);
}
int
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment