summaryrefslogtreecommitdiff
path: root/src/limits/PASS_MAX.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/limits/PASS_MAX.c')
-rw-r--r--src/limits/PASS_MAX.c8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/limits/PASS_MAX.c b/src/limits/PASS_MAX.c
new file mode 100644
index 00000000..da7d083d
--- /dev/null
+++ b/src/limits/PASS_MAX.c
@@ -0,0 +1,8 @@
+#include <limits.h>
+/* #undefine PASS_MAX */
+/* MIN: 8 */
+/* MAY-BE-UNEFINED */
+/** the maximum number of significant bytes in a password (not counting chr(0)) **/
+/*
+XOPEN(4,600)
+*/