summaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-06 03:38:11 +0200
committerMattias Andrée <maandree@kth.se>2021-04-06 03:38:11 +0200
commite99553d3609956d1ecb2b28ceefe28e1b68aecb9 (patch)
tree50ebdc8a2818ecf73893d7b94172de0b8a057a90 /common.h
parentUse libsimple instead of libcore (diff)
downloadpdatools-e99553d3609956d1ecb2b28ceefe28e1b68aecb9.tar.gz
pdatools-e99553d3609956d1ecb2b28ceefe28e1b68aecb9.tar.bz2
pdatools-e99553d3609956d1ecb2b28ceefe28e1b68aecb9.tar.xz
Add (default) ability to build multicall binary
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 298eff9..627fcc2 100644
--- a/common.h
+++ b/common.h
@@ -1,4 +1,8 @@
/* See LICENSE file for copyright and license details. */
+#ifdef MULTICALL_BINARY
+# define LIBSIMPLY_CONFIG_MULTICALL_BINARY
+#endif
+
#include <libsimple.h>
#include <libsimple-arg.h>