Installing suidcgi
==================

If your compiler is not ANSI, you'll have to change the source
files. In addition, you should complain to your system administrator,
and tell her to install GNU's gcc.

  0. Read the README file to understand how the program works.

  1. Edit the Makefile. You will at least need to describe where to
     put the executable file.

  2. Edit config.h. Make sure too read each comment carefully.

  3. Build the program

	make dep
	make

  4. Install program

	make install

     You may do a manual install, but make sure the program will run
     as a set uid program. You may do this by executing

	chmod u+s suidcgi

     (this is done automatically by "make install")

