This is the mail archive of the cygwin@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Autoreply: Re: S_IXUSR & Co macro problem - zsh does not compile under current cygwin.


Your message has encountered delivery problems.


Your message reads:

Received: from mail.my-world.ch (mail.my-world.ch [212.254.209.203]) by mail.my-world.ch
 (Rockliffe SMTPRA 4.5.4) with SMTP id <B0001216405@mail.my-world.ch> for <daniel-probst@my-mail.ch>;
 Mon, 30 Apr 2001 19:04:13 +0200
Received: FROM sourceware.cygnus.com BY mail.my-world.ch ; Mon Apr 30 19:04:12 2001 +0200
Received: (qmail 19531 invoked by alias); 30 Apr 2001 17:00:34 -0000
Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
Precedence: bulk
List-Unsubscribe: <mailto:cygwin-unsubscribe-daniel-probst=my-mail.ch@sources.redhat.com>
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
Received: (qmail 19507 invoked from network); 30 Apr 2001 17:00:34 -0000
Received: from unknown (HELO cygnus.com) (205.180.230.5)
  by sourceware.cygnus.com with SMTP; 30 Apr 2001 17:00:34 -0000
Received: from rtl.cygnus.com (loony.cygnus.com [205.180.230.181])
	by runyon.cygnus.com (8.8.7-cygnus/8.8.7) with ESMTP id KAA15900
	for <cygwin@cygwin.com>; Mon, 30 Apr 2001 10:00:33 -0700 (PDT)
Received: (from cgf@localhost)
	by rtl.cygnus.com (8.11.2/8.8.7) id f3UH1Ou30880
	for cygwin@cygwin.com; Mon, 30 Apr 2001 13:01:24 -0400
Date: Mon, 30 Apr 2001 13:01:24 -0400
From: Christopher Faylor <cgf@redhat.com>
To: cygwin@cygwin.com
Subject: Re: S_IXUSR & Co macro problem - zsh does not compile under current cygwin.
Message-ID: <20010430130124.C30741@redhat.com>
Reply-To: cygwin@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
References: <20010427113605.G5680@redhat.com> <001401c0d161$bc514710$21c9ca95@mow.siemens.ru>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.11i
In-Reply-To: <001401c0d161$bc514710$21c9ca95@mow.siemens.ru>; from Andrej.Borsenkow@mow.siemens.ru on Mon, Apr 30, 2001 at 02:38:46PM +0400

On Mon, Apr 30, 2001 at 02:38:46PM +0400, Andrej Borsenkow wrote:
>> >
>> >SUS does not clear specify if these macros should be #defines. But, is it
>> >necessary to make them external variables? const is real const in
>> C++ but not
>> >in C, sigh.
>>
>> Nope, not necessary at all.
>>
>> This is just part of a massive "Arbitrarily make everything a
>> global variable"
>> campaign.  Phase two will be to have Cygwin prompt you for the values of
>> the variables whenever you want to use them.
>>
>
>Is it possible, that values of _cygwin_S_IEXEC, _cygwin_S_IXUSR,
>_cygwin_S_IXGRP, _cygwin_S_IXOTH change during program execution?

No.  That's why they are declared with a 'const'.

cgf

--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple



--
Want to unsubscribe from this list?
Check out: http://cygwin.com/ml/#unsubscribe-simple


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]