Changes to compile under gnu-win32, from Marcus Daniels:
authorJim Blandy <jimb@red-bean.com>
Fri, 11 Jul 1997 05:41:08 +0000 (05:41 +0000)
committerJim Blandy <jimb@red-bean.com>
Fri, 11 Jul 1997 05:41:08 +0000 (05:41 +0000)
commitda88f0cb9f7de2cd87aa22e847a0e3be309e66bf
tree713823b3db42a86fa33fde2ed624f91922064bdf
parent2e3e9351a466ce83b484a131d69080c4fdc3363e
Changes to compile under gnu-win32, from Marcus Daniels:
* configure.in: When sys/un.h exists, define HAVE_UNIX_DOMAIN_SOCKETS
to indicate that Unix domain sockets will work.
Check for socketpair, getgroups, setwent, pause, and tzset
(cygwin currently lacks these them).
Check for sethostent endhostent getnetent setnetent endnetent
getprotoent endprotoent getservent endservent getnetbyaddr
getnetbyname inet_lnaof inet_makeaddr inet_netof (cygwin currently
lacks them).  In the case of cygwin, temporarily prefix these
functions with "cygwin32_", the way that netdb.h does.
Don't define HAVE_REGCOMP unless both regcomp and regex.h are
available (cygwin b18 came distributed without a working regex.h
file).
* acconfig.h (HAVE_UNIX_DOMAIN_SOCKETS): Add this.
* configure: Regenerated.
acconfig.h
configure
configure.in