From ebadfdf9feedc37c3534856a2f1606e14f4c6f73 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 23 May 2025 20:37:55 +0000 Subject: slibtoolize: fully support --ltdl, LTDL_INIT, and LT_CONFIG_LTDL_DIR. --- aux/sltdl.h.in | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 aux/sltdl.h.in (limited to 'aux/sltdl.h.in') diff --git a/aux/sltdl.h.in b/aux/sltdl.h.in new file mode 100644 index 0000000..100ea0e --- /dev/null +++ b/aux/sltdl.h.in @@ -0,0 +1,9 @@ +/****************************************************************/ +/* slibtoolize: always use the system-installed sltdl library. */ +/****************************************************************/ + +#include + +#ifndef LTDL_SET_PRELOADED_SYMBOLS +#define LTDL_SET_PRELOADED_SYMBOLS() +#endif -- cgit v1.2.3