Hello All,

I am trying to compile some code (an example from a book) using 'make' on a Linux system.

when I compile, I get:

'False' undeclared here (not in a function)

The line this error speaks to is:

static int srvr_comm=FALSE;


I sense this is more C than C++, however, I know the experts are here.

Can anyone help me with this?

I appreciate it.