FreeTDS 0.1

This isn't really organized yet, so stay tuned

It has no autoconf

Anyway, cd into src/tds, look over the Makefile, the biggest options are byte order and tds version and give "make" a try in src...with any luck you will have 
an executables named "unittest" in the tds and dblib directory.

Set the environment var "SYBASE" to the tds directory (it looks for an 
interfaces file...so if you have a local sybase server modify my file, else 
there's one at sybase.com in there)

run ./unittest and hope for the best!

Things known to work/not work
-----------------------------
It will make/run with sqsh 1.4
It will compile againt sybperl (Don't know if it will run)
messages do not get propagated back to the client program.
date types do not work.
only smaller money values work.
no support for numeric and decimal types yet
4.2 support is a compile time option and only works for login/query (the result processing needs to handle token 160)
there's a mem leak (or more)

