On Cygwin, make sure that the following dependencies are installed: 
	gcc-core
	make

To compile connect:   run "./configure && make" and rename the file "connect" to "connect.<os>" eg "connect.lin64"
To compile connect6:  rename ip-lib6.c to ip-lib.c, rename connect6.c to connect.c, then run: "make clean && make", then rename "connect" to "connect6.<os>" , eg "connect6.lin64"
To compile getif:     gcc -o getif getif.c   (then rename "getif" to "getif.<os>" , eg "getif.lin64")

  Version 1.0.5 - epatrek (Patrik Ek)
  -------------
    * Added -y option (to be used instead of -x option) , both for ipv4 and ipv6

  Version 1.0.4 - eanzmagn (Finn Magnusson)
  -------------
    * Updated for ipv6. To compile, rename the file ip-lib6.c to ip-lib.c, then do "make clean && make", then rename the file "connect" to "connect6". 
      Both utilities are needed: connect for ipv4 only and connect6 for ipv6 only
    * To compile getif: gcc -o getif getif.c

  Version 1.0.3 - esmidav (David smith)
  -------------
    * Updated to work on solaris and any other *nix system.

  Version 1.0.0
  -------------

    * Initial release.  Should compile without problems.  See manpage
      for details.  testd is a simple example test daemon.

