summaryrefslogtreecommitdiff
path: root/include/slibtool/slibtool.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/slibtool/slibtool.h')
-rw-r--r--include/slibtool/slibtool.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/slibtool/slibtool.h b/include/slibtool/slibtool.h
index b084eae..beeda86 100644
--- a/include/slibtool/slibtool.h
+++ b/include/slibtool/slibtool.h
@@ -50,6 +50,7 @@ extern "C" {
#define SLBT_DRIVER_HEURISTICS 0x010000
#define SLBT_DRIVER_STRICT 0x020000
+#define SLBT_DRIVER_NO_UNDEFINED 0x040000
/* execution modes */
enum slbt_mode {
@@ -91,6 +92,7 @@ struct slbt_exec_ctx {
char ** dpic;
char ** fpic;
char ** cass;
+ char ** noundef;
char ** lout[2];
char ** sentinel;
char * csrc;