From 68f313e1452c88235ece7f5b76b6bbdb82b9e5f3 Mon Sep 17 00:00:00 2001 From: midipix Date: Mon, 11 Apr 2016 14:32:08 -0400 Subject: driver: added -avoid-version 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 6e8062d..c1f9ede 100644 --- a/include/slibtool/slibtool.h +++ b/include/slibtool/slibtool.h @@ -52,6 +52,7 @@ extern "C" { #define SLBT_DRIVER_STRICT 0x020000 #define SLBT_DRIVER_NO_UNDEFINED 0x040000 #define SLBT_DRIVER_MODULE 0x080000 +#define SLBT_DRIVER_AVOID_VERSION 0x100000 /* execution modes */ enum slbt_mode { -- cgit v1.2.3