RE: HP-UX 11 limits password length to 8 characters
"Ditchfield, Glen" <[email protected]>
| Newsgroups | gmane.comp.lib.gnulib.bugs,gmane.comp.version-control.cvs.bugs |
|---|---|
| Message-ID | <6B2DFB25AAC1D4118D010060948A3B6207C79FEF@IGMAIL6> |
> I could write a test for the PASS_MAX constant that appears to > be defined in <limits.h> That would work for HP-UX 11, where <limits.h> defines PASS_MAX to be 8. I don't have access to older HP-UX boxes, which presumably have the 8-character limit but might have less useful <limits.h>. The HP-UX 11 man page for cpp claims that "all HP-UX systems have the symbols PWB, hpux, unix, _PWB, __hpux, and __unix defined", if you want other symbols to test for.