[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Fix for HAVE_DOS_PATHS build on cygwin
From: |
Eli Zaretskii |
Subject: |
Re: Fix for HAVE_DOS_PATHS build on cygwin |
Date: |
Fri, 18 Aug 2006 00:27:27 +0300 |
> Date: Thu, 17 Aug 2006 16:43:49 -0400
> From: Christopher Faylor <address@hidden>
>
> This is even easier than I was thinking, really. If this value
> was defined in the appropriate pre-header file then an
>
> #ifndef PATH_SEPARATOR
> # define PATH_SEPARATOR ":"
> #endif
>
> in make.h would suffice, wouldn't it?
Yes, I think so.
> So, I guess I'm basically suggesting
> putting the PATH_SEPARATOR definition in: config.h-vms, config.h.W32,
> configh.dos.
Yep.
> I was just trying to avoid a spurious #ifdef test.
I dislike ifdef's as well. If ifdef's can be avoided, we should do
that, IMO.
- Fix for HAVE_DOS_PATHS build on cygwin, Bill Hoffman, 2006/08/16
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Eli Zaretskii, 2006/08/16
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Christopher Faylor, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Bill Hoffman, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Christopher Faylor, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Bill Hoffman, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Eli Zaretskii, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Christopher Faylor, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Eli Zaretskii, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Christopher Faylor, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin,
Eli Zaretskii <=
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Earnie Boyd, 2006/08/18
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Earnie Boyd, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Eli Zaretskii, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Earnie Boyd, 2006/08/18
- Re: Fix for HAVE_DOS_PATHS build on cygwin, William A. Hoffman, 2006/08/18
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Earnie Boyd, 2006/08/19
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Christopher Faylor, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Bill Hoffman, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Eli Zaretskii, 2006/08/17
- Re: Fix for HAVE_DOS_PATHS build on cygwin, Christopher Faylor, 2006/08/17