On Mon, Jan 1, 2018 at 4:21 PM, Randall S. Becker <rsbecker@xxxxxxxxxxxxx> wrote: > * I have defined NO_INTPTR_T = UnfortunatelyYes in config.mak.uname for my > platform. The c99 compiler I have does not define it. > * The code compiles except for compat/regex/regcomp.c - not sure why this is > being used since I have also *not* defined NO_REGEX because regex is sane > here. Presumably you're compiling for NonStop? config.mak.uname defines NO_REGEX for that platform (it also defines NO_INTPTR_T). git-blame points at 6c109904bc (Port to HP NonStop, 2012-09-19).