Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Mareš
compctl-kam
Commits
10ee133c
Commit
10ee133c
authored
Mar 19, 2012
by
Petr Baudis
Browse files
common.h: Add #define ADMINCONTACT for easy customization
parent
a7ccae79
Changes
2
Hide whitespace changes
Inline
Side-by-side
common.h
View file @
10ee133c
...
...
@@ -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,
...
...
compctl.c
View file @
10ee133c
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment