diff options
| author | Mattias Andrée <maandree@kth.se> | 2021-04-06 03:38:11 +0200 |
|---|---|---|
| committer | Mattias Andrée <maandree@kth.se> | 2021-04-06 03:38:11 +0200 |
| commit | e99553d3609956d1ecb2b28ceefe28e1b68aecb9 (patch) | |
| tree | 50ebdc8a2818ecf73893d7b94172de0b8a057a90 /common.h | |
| parent | Use libsimple instead of libcore (diff) | |
| download | pdatools-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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> |
