Merge branch 'master' into dev

This commit is contained in:
Romain Vimont
2020-12-12 15:55:29 +01:00
5 changed files with 1445 additions and 8 deletions

View File

@@ -5,6 +5,10 @@
// modern glibc will complain without this
#define _DEFAULT_SOURCE
#ifdef __APPLE__
# define _DARWIN_C_SOURCE // for strdup(), strtok_r(), memset_pattern4()
#endif
#include "command.h"
#include "config.h"