At 2:03 PM -0800 2/9/01, Peter Prymmer wrote:
>The discussion of VAL_EAGAIN definitions reminded me that
>we ought to perform a:
>
> SEARCH config.h "$"
>
>to hunt down any misconfigured variables (appart from things like
>cppstdin, cpprun, Strerror, and STARTPERL). The crop in of no-nos
>in a recently built perl 5.6.1 trial2 kit with Compaq C 6.2 include:
>
> #define Shmat_t $shmattype /**/
> #define MEM_ALIGNBYTES $alignbytes
> #define PHOSTNAME "$aphostname" /* How to get the host name */
>
>Which, though not critical, ought to be addressed I'd think.
I agree. And some of the ones defined to empty string should either
be undef'd or defined to appropriate values on those systems where
they are present, including:
#define VAL_O_NONBLOCK
#define VAL_EAGAIN
#define RD_NODATA
I'm afraid it may be a case of having configure.com create a try.c
for each of these things.
--
____________________________________________
Craig A. Berry
mailto:[EMAIL PROTECTED]