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/

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.
