Added infrastructure for different encode modules.

Made tcfs_errno thread-local and added TLS autoconf check.
This commit is contained in:
2010-11-15 19:54:46 +01:00
parent 794a7795d7
commit c2bbe2ef69
14 changed files with 243 additions and 52 deletions

View File

@@ -23,6 +23,7 @@ AC_CHECK_HEADERS([fcntl.h stddef.h stdlib.h string.h errno.h dirent.h])
# Checks for typedefs, structures, and compiler characteristics.
AC_PROG_CC_C99
AM_PROG_CC_C_O
AX_TLS
# Checks for library functions.
AC_CHECK_FUNCS([memset strerror])