Removed #undef of MSGMAX, so that a warning gets printed if it is

(bogusly) defined.
This commit is contained in:
Bruce Evans 1997-01-27 11:18:27 +00:00
parent aa5b6f64ea
commit f73c7d2a31

View file

@ -101,7 +101,6 @@ extern struct msginfo msginfo;
#ifndef MSGSEG
#define MSGSEG 2048 /* must be less than 32767 */
#endif
#undef MSGMAX /* ALWAYS compute MGSMAX! */
#define MSGMAX (MSGSSZ*MSGSEG)
#ifndef MSGMNB
#define MSGMNB 2048 /* max # of bytes in a queue */