Wykres commitów

3 Commity (3e1d15d2c4e26c362d833577ec4caf9cb706c425)

Autor SHA1 Wiadomość Data
Chris Bagwell 9bdff1dbdf mingw32 compile fixes
The following updates were made to all directories but backends.
That still needs work. There are also still some pthread issues
and syslog is missing.

 Windows doesn't support SIGHUP or SIGPIPE so make that optional.
 Only include socket header files when sys/socket.h is detected.
 Use winsock.h on windows.
 Only include syslog.h when vsyslog() was detect by configure.
 Skip FD_CLOEXEC when not supported by OS (not defined).
 Only include sys/ioctl.h on platforms that define it.
2011-11-05 11:19:34 -05:00
Henning Geinitz 0064ad99fc Use u_int32_t instead of in in_addr_t which isn't defined at least for OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-19 19:30:47 +00:00
Henning Geinitz b6b3496b00 Added wrapper for inet_pton(). If this function is not available, try first
inet_aton() and then inet_addr().
Henning Meier-Geinitz <henning@meier-geinitz.de>
2002-02-14 19:34:52 +00:00