  The steps to build Cistron RADIUSD are:

  o Edit src/conf.h to adjust the paths for the logfiles.
  o If you have Ascend gear, adjust ASCEND_CHANNELS_PER_LINE
    in src/conf.h to be correct for your ISDN connection!
  o Edit src/Makefile
    Defines:  DBM             DBM support
              NDBM            NDBM support (mutually exclusive)
                              NOTE: DBM/NDBM support isn't well tested
              NOSHADOW        Don't compile in shadow support
              NT_DOMAIN_HACK  Strip first part of NT_DOMAIN\loginname
              SPECIALIX_JETSTREAM_HACK
                              Fixes for Specialix Jetstream
              NOCASE          Dictionary file is case insensitive

  o Copy the relevant 'Makefile' for your OS.  e.g.

	cd src
	ls
	cp Makefile.OS Makefile
	make
	make install

    Where 'OS' is the name of your operating system.
