diff options
author | Luca Deri <deri@ntop.org> | 2023-08-26 00:24:33 +0200 |
---|---|---|
committer | Luca Deri <deri@ntop.org> | 2023-08-26 00:24:33 +0200 |
commit | 2c565c77c9ffe5d39360b43c7f941a97e9776c21 (patch) | |
tree | f6c62212e27ff85b16fe7b30016855440ccfd37d /configure.ac | |
parent | 42fcb011ad2132d941ac36e9645ee628ba84ff19 (diff) |
Added ndpi_domain_classify_XXX(0 API
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/configure.ac b/configure.ac index c7f72a596..545a8b4e1 100644 --- a/configure.ac +++ b/configure.ac @@ -375,6 +375,8 @@ if test "${with_maxminddb+set}" = set; then : fi fi +AC_DEFINE_UNQUOTED(NDPI_BASE_DIR, "${PWD}", [nDPI base directory]) + dnl> Curl dnl> AC_CHECK_LIB([curl], [curl_easy_perform]) dnl> if test ${ac_cv_lib_curl_curl_easy_perform} = "no"; then @@ -419,4 +421,5 @@ AC_SUBST(DISABLE_NPCAP) AC_SUBST(EXE_SUFFIX) AC_SUBST(NDPI_CFLAGS) AC_SUBST(NDPI_LDFLAGS) +AC_SUBST(NDPI_BASE_DIR) AC_OUTPUT |