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