From 499a718d986776354bbd4e7787ea1c30c851e384 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 13 Aug 2018 15:18:09 +0000 Subject: driver: added --heuristics support. --- include/slibtool/slibtool.h | 1 + 1 file changed, 1 insertion(+) (limited to 'include') diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h index fac022f..18fdc30 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -47,6 +47,7 @@ extern "C" { #define SLBT_DRIVER_SHARED 0x4000 #define SLBT_DRIVER_STATIC 0x8000 +#define SLBT_DRIVER_HEURISTICS 0x010000 #define SLBT_DRIVER_STRICT 0x020000 #define SLBT_DRIVER_NO_UNDEFINED 0x040000 #define SLBT_DRIVER_MODULE 0x080000 -- cgit v1.2.3