Hiawatha version: 6.17.1
Operating System: WinXP
I just thought of trying to compile it in there, but got these errors:
i did ./configure --disable-ipv6 cause interix 3.5 doesnt support ipv6
gcc -DHAVE_CONFIG_H -I. -I/usr/include/libxml2 -g -O2 -MT ssi-cgi.o -MD -MP
-MF .deps/ssi-cgi.Tpo -c -o ssi-cgi.o ssi-cgi.c
ssi-cgi.c: In function `get_configuration':
ssi-cgi.c:51: warning: assignment makes pointer from integer without a cast
ssi-cgi.c: In function `execute_command':
ssi-cgi.c:149: error: storage size of `select_timeout' isn't known
ssi-cgi.c:150: error: `fd_set' undeclared (first use in this function)
ssi-cgi.c:150: error: (Each undeclared identifier is reported only once
ssi-cgi.c:150: error: for each function it appears in.)
ssi-cgi.c:150: error: parse error before "read_fds"
ssi-cgi.c:207: error: `read_fds' undeclared (first use in this function)
ssi-cgi.c: In function `execute_ssi_command':
ssi-cgi.c:352: warning: assignment makes pointer from integer without a cast
*** Error code 1