X-Git-Url: https://code.citadel.org/?p=citadel.git;a=blobdiff_plain;f=citadel%2Fcitadel.h;h=8c58ff58dad1cdfc9b55ea5ecec9c4055996bffe;hp=23fcc1dba04f7f8c9a8fa2f5aced8b6a22a1eccf;hb=be3f771778c5570f9e197ab4701d014e00375bb4;hpb=c260c7f4a3f3484bc24b8a2876446d4bb984eacb diff --git a/citadel/citadel.h b/citadel/citadel.h index 23fcc1dba..8c58ff58d 100644 --- a/citadel/citadel.h +++ b/citadel/citadel.h @@ -215,11 +215,6 @@ struct floor { #define NEXT_KEY 15 #define STOP_KEY 3 -/* server exit codes */ -#define EXIT_NORMAL 0 /* server terminated normally */ - /* 1 through 63 reserved for signals */ -#define EXIT_NULL 64 /* EOF on server command input */ - /* citadel.rc stuff */ #define RC_NO 0 /* always no */ #define RC_YES 1 /* always yes */