There is not yet a configure script. I hope someone will write one :P

Install CURL if you want to actually use this. Get it from:
	http://curl.haxx.se/

Install readline if you don't have it

You may want to look in the Makefile. -DUSE_CURL is for actually usage.
-DUSE_DUMMY does not actually connect to sites but is instead used for testing.
'Valid' username password pairs are put in a datafile (userpass.lst by default)
If you would like to work on authforce, you may want to use it, as well as
-DDMALLOC. You may also want to change the default pathlist. Don't forget to
change the datadir in install: too. I really need a configure script:P Anyway,
then type make, and then make install (or make install-strip). The data
files should install in /usr/local/share/authforce/data unless you change it.

The optional config file may be installed as /usr/local/etc/authforcerc as a
global config and/or $HOME/.authforcerc. You may use authforcerc.sample as
a template. It contains (mostly) the defaults.
