IPZoner 2.2 [10/29/97] (C) 1997 Drago [Drago@Drago.com].

-rm && -r: ^C will not kill IPZoner due to this:
       system() executes a command specified in string by calling
       /bin/sh -c string, and returns after the command has  been
       completed.   During execution of the command, SIGCHLD will
       be blocked, and SIGINT and SIGQUIT will be ignored.

       To solve this, use ^Z.
       Just as another subnote, for reasons I cannot explain, forking
       will not work with ^Z if -r||-rm is used when the little question
       comes up, so you will have to fork before you start it.
       ***Your shell must support suspend for U to work on the ^Z menu***

Changes: 
I'm not making a list of changes I made anymore, just releasing
new versions, deal with it =)

Compiling: 
edit the Makefile, comment/uncomment your desired settings.
type 'make'.
This should compile on Linux and BSD, if you get ncurses/curses
linking errors undefine USE_CURSES.  If you do have ncurses/curses and
havent defined USE_CURSES, define it, and recompile.
