summaryrefslogtreecommitdiff
path: root/server/main.c
diff options
context:
space:
mode:
authorGravatar John Kohl <jtkohl@mit.edu>1989-09-18 10:23:31 +0000
committerGravatar John Kohl <jtkohl@mit.edu>1989-09-18 10:23:31 +0000
commitb01f7aa07baba038b20d43e224c51350c9415522 (patch)
tree07f9aede754dae702b6f689511ef21459c1e565a /server/main.c
parent1874aeb90202b55f69492e3d225eda110f1ef42b (diff)
move version numbers to separate file
Diffstat (limited to 'server/main.c')
-rw-r--r--server/main.c14
1 files changed, 2 insertions, 12 deletions
diff --git a/server/main.c b/server/main.c
index ed4ac2c..df4423b 100644
--- a/server/main.c
+++ b/server/main.c
@@ -13,22 +13,12 @@
#include <zephyr/mit-copyright.h>
-#ifdef DEBUG
-char version[] = "Zephyr Server (DEBUG) 3.10";
-#else
-char version[] = "Zephyr Server 3.10";
-#endif DEBUG
#ifndef lint
#ifndef SABER
-static char rcsid_main_c[] = "$Header$";
-char copyright[] = "Copyright (c) 1987,1988 Massachusetts Institute of Technology.\n";
-#ifdef CONCURRENT
-char concurrent[] = "Brain-dump concurrency enabled";
-#else
-char concurrent[] = "no brain-dump concurrency";
-#endif CONCURRENT
+static char rcsid_main_c[] = "$Id$";
#endif SABER
#endif lint
+
/*
* Server loop for Zephyr.
*/