aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
authorMattias Andrée <m@maandree.se>2025-01-31 19:59:22 +0100
committerMattias Andrée <m@maandree.se>2025-01-31 19:59:22 +0100
commit66ff79748a73888b802bab4866b350989a48a136 (patch)
tree0c194581586468f3f8630e55bc83ef04d989ca80 /common.h
parentFix some mistakes (diff)
downloadlibenv-66ff79748a73888b802bab4866b350989a48a136.tar.gz
libenv-66ff79748a73888b802bab4866b350989a48a136.tar.bz2
libenv-66ff79748a73888b802bab4866b350989a48a136.tar.xz
Fix mistakes and add tests
Signed-off-by: Mattias Andrée <m@maandree.se>
Diffstat (limited to 'common.h')
-rw-r--r--common.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/common.h b/common.h
index 02af2a1..5d4cce2 100644
--- a/common.h
+++ b/common.h
@@ -3,6 +3,9 @@
#include <stdlib.h>
+#define NCLASSWORDS 1U
+
+
#define HAVE_HEAD 1
#define NO_HEAD 0