aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-04 03:31:26 +0200
committerMattias Andrée <maandree@kth.se>2021-04-04 03:31:26 +0200
commitefa7ac2eef94614ed6e8481b57b00cf25239581b (patch)
tree94efbb77a19adf478522014f314edf5ff51a8eca /common.h
parentm + add chat utils (diff)
downloadcontacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.gz
contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.bz2
contacts-efa7ac2eef94614ed6e8481b57b00cf25239581b.tar.xz
misc
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/common.h b/common.h
index f4e1dad..ca6db51 100644
--- a/common.h
+++ b/common.h
@@ -4,6 +4,11 @@
#include <libsimple-arg.h>
+#ifndef BUFSIZ
+# define BUFSIZ 4096
+#endif
+
+
#ifdef MULTICALL_BINARY
# undef NUSAGE
# define NUSAGE(STATUS, SYNOPSIS)\