Re: Config police

2002-01-26 Thread Segher Boessenkool
> Bletch. Unless I'm much mistaken that means that WinCE SDK therefore isn't > a full ANSI conformant C library. [Which it is allowed to be - IIRC > compilers without libraries are "allowed"] > I can't remember all the terms for compilers that are conformant but don't > have the libraries but I am

Re: Config police

2002-01-26 Thread Nicholas Clark
On Fri, Jan 25, 2002 at 11:14:38PM -0500, Melvin Smith wrote: > Nope, it isn't defined. Why I mentioned it is I was working on > compiling for WindowsCE for an iPAQ and was included > regardless of config. WinCE SDK doesn't have errno.h (I can fake it though) > but I figured it we should have an

RE: Config police

2002-01-25 Thread Melvin Smith
At 07:40 PM 1/25/2002 -0800, Brent Dax wrote: >Melvin Smith: ># HAS_HEADER_ERRNO does not exist and errno.h is not wrapped ># in this ifdef. Hopefully the Config police can fix this, I ># ran into this ># while working on an embedded compile and Configure is not a ># modul

RE: Config police

2002-01-25 Thread Brent Dax
Melvin Smith: # HAS_HEADER_ERRNO does not exist and errno.h is not wrapped # in this ifdef. Hopefully the Config police can fix this, I # ran into this # while working on an embedded compile and Configure is not a # module I am useful with. That's odd. Does your Perl 5 have i_errno defin

Config police

2002-01-25 Thread Melvin Smith
HAS_HEADER_ERRNO does not exist and errno.h is not wrapped in this ifdef. Hopefully the Config police can fix this, I ran into this while working on an embedded compile and Configure is not a module I am useful with. -Melvin