Anti-Web Portability Profiles:

Linux
~~~~~

Compiles cleanly on Debian and Redhat. All features supported.



OpenBSD/FreeBSD/NetBSD:
~~~~~~~~~~~~~~~~~~~~~~~

Compiles cleanly on these. All features supported.



SunOS/Solaris:
~~~~~~~~~~~~~~

Use Makefile.SunOS. CGI not fully supported.



HPUX:
~~~~~

Use Makefile.SunOS, excpet change this line

LIBS= -lnsl -lsocket

to

LIBS= -lnsl

because HPUX doesn't have a libsocket library. Thanks to
Mathias Eberle for the tip. Probably doesn't have full CGI
support.



Win32
~~~~~

Compiles cleanly on cygwin, but is severly crippled.
No CGI, few security features, no background running.

Alternatively, see Doug Currie's MinGW port for AW.
A lot more features are supported and it produces a
native Win32 binary. Available at the AW website.
