John E. Malmberg wrote:
> In lib/sys_stat.in :
> 
> The VMS DECC compiler needs to test the undefined macros with !defined.

What do you mean by this?

1) What is the result of preprocessing (cc -E) code like this?

=========== foo.c ===========
#ifndef fooXYZZY
int dummy1;
#endif
#if !fooXYZZY
int dummy2;
#endif
=============================


2) What is the definition of S_ISUID, S_ISGID, S_IREAD, S_IRUSR, S_IRGRP, 
S_IROTH,
S_IWRITE, S_IWUSR, S_IWGRP, S_IWOTH, S_IEXEC, S_IXUSR, S_IXGRP, S_IXOTH, 
S_IRWXU,
S_IRWXG, S_IRWXO, S_IXUGO on your system?


Bruno



Reply via email to