Added a new callback mechanism and use it for trackers.

This commit is contained in:
Jari Sundell
2026-05-23 16:43:45 +02:00
committed by GitHub
parent 088bf40bdf
commit 8318133c79
4 changed files with 129 additions and 21 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ AC_DEFINE([API_VERSION], [20], [api version])
# Filter out unwanted flags added by autoconf on some systems, e.g. MacOS.
TORRENT_REMOVE_UNWANTED(CXX, $CXX, -std=c++11 -std=gnu++11)
AX_CXX_COMPILE_STDCXX([17], [noext], [mandatory])
AX_CXX_COMPILE_STDCXX(20, noext, mandatory)
AC_SYS_LARGEFILE