[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [bug-gnulib] New GNULIB glob module?
From: |
Derek Price |
Subject: |
Re: [bug-gnulib] New GNULIB glob module? |
Date: |
Thu, 26 May 2005 13:24:41 -0400 |
User-agent: |
Mozilla Thunderbird 1.0.2 (Windows/20050317) |
Paul Eggert wrote:
>Derek Price <derek@ximbiot.com> writes:
>
>
>
>>I chose the _SYS_CDEFS_H route since it seemed simplest to me, though I
>>chose to name the macro `MISSING_SYS_CDEFS_H'.
>>
>>
>
>Sorry, that's not right, since it fails in the following scenario:
>
> #define MISSING_SYS_CDEFS_H 27
> #include <glob.h>
>
>in an ordinary program that is not using gnulib, but is using glibc.
>MISSING_SYS_CDEFS_H is part of the user's namespace, and should not affect
>how <glob.h> works.
>
>Let's just use _SYS_CDEFS_H. We can then remove all mention of
>MISSING_SYS_CDEFS_H from glob_.h and undo the most recent change to
>glob.m4. This should be OK: if we run into some non-glibc that has
>this problem it will probably use some other include file anyway.
>
>
Fair enough, but why undo the change to glob.m4? Shouldn't I just
change the target of the AC_DEFINE from MISSING_SYS_CDEFS_H to _SYS_CDEFS_H?
Regards,
Derek
- Re: [bug-gnulib] New GNULIB glob module?, (continued)
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/17
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/20
- Re: [bug-gnulib] New GNULIB glob module?, Paul Eggert, 2005/05/23
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/24
- Re: [bug-gnulib] New GNULIB glob module?, Paul Eggert, 2005/05/24
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/25
- Re: [bug-gnulib] New GNULIB glob module?, Larry Jones, 2005/05/25
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/25
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/25
- Re: [bug-gnulib] New GNULIB glob module?, Paul Eggert, 2005/05/26
- Re: [bug-gnulib] New GNULIB glob module?,
Derek Price <=
- Re: [bug-gnulib] New GNULIB glob module?, Paul Eggert, 2005/05/28
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/28
- RE: [bug-gnulib] New GNULIB glob module?, Conrad T. Pino, 2005/05/28
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/28
- Re: [bug-gnulib] New GNULIB glob module?, Paul Eggert, 2005/05/29
- Re: [bug-gnulib] New GNULIB glob module?, Derek Price, 2005/05/31
- extensions.m4 patch (was Re: [bug-gnulib] New GNULIB glob module?), Derek Price, 2005/05/26
- Re: New GNULIB glob module?, Paul D. Smith, 2005/05/11