[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Cvs-cvs] Changes to ccvs/windows-NT/config.h.in.in
From: |
Derek Price |
Subject: |
Re: [Cvs-cvs] Changes to ccvs/windows-NT/config.h.in.in |
Date: |
Thu, 11 Aug 2005 15:20:56 -0400 |
User-agent: |
Mozilla Thunderbird 1.0.6 (Windows/20050716) |
Jim Hyslop wrote:
>Index: ccvs/windows-NT/config.h.in.in
>diff -u ccvs/windows-NT/config.h.in.in:1.37 ccvs/windows-NT/config.h.in.in:1.38
>--- ccvs/windows-NT/config.h.in.in:1.37 Fri Jun 10 20:32:21 2005
>+++ ccvs/windows-NT/config.h.in.in Thu Aug 4 01:00:40 2005
>@@ -204,6 +204,8 @@
> */
> #define HAVE_DECL_GETCWD 1
>
>+#define HAVE_GETCWD 1
>
>
Jim, why did you do this? HAVE_GETCWD isn't used anywhere I can see.
HAVE_DECL_GETCWD isn't even, directly, though it appears to be set
correctly.
Also, windows-NT/config.h.in and windows-NT/config.h are supposed to be
autogenerated using the windows-NT/mkconfig.pl script, from ./config.h
and windows-NT/config.h.in.in. I'm not sure if that still needs to be
done on UNIX or if Conrad added MSVC targets in the build files for it.
(Since HAVE_GETCWD wasn't in ./config.h, my build regenerated
windows-NT/config.h and windows-NT/config.h.in, without your HAVE_GETCWD
macro.)
Regards,
Derek
--
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:derek@ximbiot.com>
- Re: [Cvs-cvs] Changes to ccvs/windows-NT/config.h.in.in,
Derek Price <=