sane-project-backends/lib
Chris Bagwell bc2dc68fa5 Improve snmp detection when cross compiling.
Improving here means do not set LIBS/CFLAGS if library is not detected.
This prevents some unknown options based to ld when host is Linux and
target is mingw32/64.  Further improvements are needed if one wants this
snmp support when cross compiling to really work.

Also, to make commit bisectable, updated all autofoo files using
'autoreconf -i -f' and repatching ltmain.sh.

Also, test-driver was missing from git repo but the Makefile.in
checked in expected it to exist.
2013-08-15 13:10:39 -05:00
..
.gitignore
Makefile.am Add replacement sleep(); mostly for mingw usage. 2011-11-10 19:21:13 -06:00
Makefile.in Improve snmp detection when cross compiling. 2013-08-15 13:10:39 -05: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
sleep.c Add replacement sleep(); mostly for mingw usage. 2011-11-10 19:21:13 -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