Add option to exclude paths from scanning based on regex

This commit is contained in:
ejurgensen
2015-01-14 21:50:25 +01:00
parent baa3ee63ca
commit 4df4c50c35
4 changed files with 55 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ AC_CHECK_HEADERS([sys/wait.h])
AC_CHECK_HEADERS([sys/param.h])
AC_CHECK_HEADERS([sys/select.h])
AC_CHECK_HEADERS([dirent.h])
AC_CHECK_HEADERS([regex.h])
AC_CHECK_FUNCS(posix_fadvise)
AC_CHECK_FUNCS(strptime)
AC_CHECK_FUNCS(strtok_r)