sane-project-backends/lib
Chris Bagwell 5061c2d5b2 More mingw portability updates.
Add check for winsock2.h for socket.h replancement. Also, use this
check to add ws2_32 library. Also, switch all winsock.h references
to winsock2.h.

Add check for getuid and getpass; which are not on mingw.

Add a syslog() replacement that is basically a print(). This
is also used by vsyslog() replacement.

Comment out parts of replacement sigprocmask.c on mingw.

To support these configure.in changes, I need to rebuild all
related files with autoconf 2.68 and libtool 2.4. Hand ported
our sane-backend specific changes to newer ltmain.sh.
2011-11-06 12:40:00 -06:00
..
.gitignore
Makefile.am More mingw portability updates. 2011-11-06 12:40:00 -06:00
Makefile.in More mingw portability updates. 2011-11-06 12:40:00 -06:00
alloca.c
getenv.c
getopt.c
getopt1.c
inet_ntop.c More mingw portability updates. 2011-11-06 12:40:00 -06:00
inet_pton.c More mingw portability updates. 2011-11-06 12:40:00 -06:00
isfdtype.c
md5.c
sigprocmask.c More mingw portability updates. 2011-11-06 12:40:00 -06:00
snprintf.c
strcasestr.c
strdup.c
strndup.c
strsep.c
syslog.c More mingw portability updates. 2011-11-06 12:40:00 -06:00
usleep.c
vsyslog.c