Commits


portable: gotwebd: install to sbin When installing gotwebd, put this under ${prefix}/sbin


portable: provide sockaddr-linux implementation Someof the socket code has been factored out of gotwebd and put centrally so that platform-specific targets can be created, without the need of heavily modifying the central socket code to contain numerous ifdefs.


portable: gotwebd: add headers to EXTRA_DIST Add the header files under gotwebd to EXTRA_DIST so that they're included in the distribution tarball.


portable: gotwebd: first stab at compilation This is not yet "clean", but does compile. A few things to consider: * See comments beginning with "TA:"