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.
Peter Prymmer