aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2026-02-01 15:00:22 +0100
committerMattias Andrée <m@maandree.se>2026-02-01 15:00:22 +0100
commit152fb2bdb81af70c5682102c86009317caaf3ca0 (patch)
treeafc028b989b7b5733767b69848b1f21f49920399 /common.h
parentMisc (diff)
downloadcharconv-152fb2bdb81af70c5682102c86009317caaf3ca0.tar.gz
charconv-152fb2bdb81af70c5682102c86009317caaf3ca0.tar.bz2
charconv-152fb2bdb81af70c5682102c86009317caaf3ca0.tar.xz
Add multicall binaryHEADmaster
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to '')
-rw-r--r--common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/common.h b/common.h
index 7e42a49..d33a924 100644
--- a/common.h
+++ b/common.h
@@ -5,6 +5,10 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+
+#ifdef main
+# define LIBSIMPLY_CONFIG_MULTICALL_BINARY
+#endif
#include <libsimple-arg.h>