mirror of
https://github.com/nfc-tools/libnfc.git
synced 2026-04-26 00:16:18 +00:00
Error handling improvement:
- Attempt to sort errors depending their source - Rename DE* errors to differenciate Device-Error and Driver-Error - Add ENOTIMPL error to raise a error when a feature is not (yet) implemented in libnfc
This commit is contained in:
@@ -52,8 +52,7 @@ AC_CHECK_FUNCS([memmove memset select strdup strerror strstr strtol usleep],
|
||||
AC_DEFINE(_NETBSD_SOURCE, 1, [Define on NetBSD to activate all library features])
|
||||
AC_DEFINE(_DARWIN_C_SOURCE, 1, [Define on Darwin to activate all library features])
|
||||
|
||||
# XXX malloc function should be tested
|
||||
# but it produces some error while cross-compiling with MinGW
|
||||
# Note: malloc function should be tested but it produces some error while cross-compiling with MinGW
|
||||
# AC_FUNC_MALLOC
|
||||
|
||||
# Checks for types
|
||||
|
||||
Reference in New Issue
Block a user