bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: sys/stat.h on VMS


From: Bruno Haible
Subject: Re: sys/stat.h on VMS
Date: Mon, 3 Mar 2008 13:09:21 +0100
User-agent: KMail/1.5.4

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

[Prev in Thread] Current Thread [Next in Thread]