index
:
libenv
master
[Feature complete] Environment sanitation library
Mattias Andrée <m@maandree.se>
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
common.h
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'common.h')
-rw-r--r--
common.h
3
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