blob: 100ea0e18bc401270488764b1fcb040c01663b24 (
plain)
1
2
3
4
5
6
7
8
9
|
/****************************************************************/
/* slibtoolize: always use the system-installed sltdl library. */
/****************************************************************/
#include <sltdl/sltdl.h>
#ifndef LTDL_SET_PRELOADED_SYMBOLS
#define LTDL_SET_PRELOADED_SYMBOLS()
#endif
|