prot.h \
pwd.h \
resource.h \
- sanitizer/common_interface_defs.h \
+ sanitizer/lsan_interface.h \
semaphore.h \
sia.h \
siad.h \
prot.h \
pwd.h \
resource.h \
- sanitizer/common_interface_defs.h \
+ sanitizer/lsan_interface.h \
semaphore.h \
sia.h \
siad.h \
/* Define to 1 if you have the <resource.h> header file. */
#undef HAVE_RESOURCE_H
-/* Define to 1 if you have the <sanitizer/common_interface_defs.h> header
- file. */
-#undef HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H
+/* Define to 1 if you have the <sanitizer/lsan_interface.h> header file. */
+#undef HAVE_SANITIZER_LSAN_INTERFACE_H
/* Define to 1 if you have the <semaphore.h> header file. */
#undef HAVE_SEMAPHORE_H
# include <sys/capability.h>
# endif
-#ifdef HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H
-# include <sanitizer/common_interface_defs.h>
+#ifdef HAVE_SANITIZER_LSAN_INTERFACE_H
+# include <sanitizer/lsan_interface.h>
#endif
-#ifdef HAVE_SANITIZER_COMMON_INTERFACE_DEFS_H
+#ifdef HAVE_SANITIZER_LSAN_INTERFACE_H
static int lsan_test_pipe[2] = {-1, -1};
static int lsan_test_pid = -1;
static int lsan_state = INT_MAX;
#include <freeradius-devel/radiusd.h>
#include <freeradius-devel/modules.h>
#include <freeradius-devel/rad_assert.h>
+#include <freeradius-devel/lsan.h>
#include <Python.h>
#include <dlfcn.h>