bug-gnubg
[Top][All Lists]
Advanced

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

Re: [Bug-gnubg] libgen.h?


From: Joern Thyssen
Subject: Re: [Bug-gnubg] libgen.h?
Date: Sun, 11 Aug 2002 16:18:28 +0000
User-agent: Mutt/1.4i

On Sun, Aug 11, 2002 at 07:18:02AM +1200, Joseph Heled wrote
> 
> Almost. Since basename exists, both HAVE_BASENAME and HAVE_LIBGEN_H are 
> defined,
> so that libgen is *not* included, 
> 
> #if ! defined (HAVE_BASENAME) && defined (HAVE_LIBGEN_H)
> #include "libgen.h"
> #endif
> 
> Is there a problem including libgen whenever it exists? (i.e.)
> 
> #if defined (HAVE_LIBGEN_H)
> #include "libgen.h"
> #endif

I've added some new ac-magic. Hopefully this works.

Jørn

-- 
Joern Thyssen, PhD
Vendsysselgade 3, 3., DK-9000 Aalborg, Denmark
+45 9813 2791 (private) / +45 2077 2689 (mobile) / +45 9633 7036 (work)




reply via email to

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