CVS update: /ccvs/windows-NT/
[email protected] 7 Jul 2005 16:20:37 -0000
| Newsgroups | gmane.comp.version-control.cvs.cvs |
|---|---|
| Message-ID | <[email protected]> |
User: dprice Date: 05/07/07 09:20:37 Modified: /ccvs/windows-NT/ ChangeLog, config.h, config.h.in, config.h.in.footer, stamp-chi Log: * config.h.in.footer (WOE32): New macro. File Changes: Directory: /ccvs/windows-NT/ ============================ File [changed]: ChangeLog Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/ChangeLog?r1=1.317&r2=1.318 Delta lines: +4 -0 ------------------- --- ChangeLog 10 Jun 2005 20:32:21 -0000 1.317 +++ ChangeLog 7 Jul 2005 16:20:34 -0000 1.318 @@ -1,3 +1,7 @@ +2005-07-07 Derek Price <[email protected]> + + * config.h.in.footer (WOE32): New macro. + 2005-06-10 Derek Price <[email protected]> * config.h.in.in: Remove HAVE_LSTAT_EMPTY_STRING_BUG, File [changed]: config.h Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h?r1=1.153&r2=1.154 Delta lines: +16 -0 -------------------- --- config.h 10 Jun 2005 20:32:21 -0000 1.153 +++ config.h 7 Jul 2005 16:20:34 -0000 1.154 @@ -1344,3 +1344,19 @@ /* Define to a substitute for the stat function. */ #define stat wnt_stat + +/* + * According to GNU conventions, we should avoid referencing any macro + * containing "WIN" as a reference to Microsoft Windows, as we would like to + * avoid any implication that we consider Microsoft Windows any sort of "win". + * + * FIXME: As of 2003-06-09, folks on the GNULIB project were discussing + * defining a configure macro to define WOE32 appropriately. If they ever do + * write such a beast, we should use it, though in most cases it would be + * preferable to avoid referencing any OS or compiler anyhow, per Autoconf + * convention, and reference only tested features of the system. + * + * re FIXME: This definition would still be necessary since systems which run + * configure do not use this config.h and vice-versa. + */ +#define WOE32 1 File [changed]: config.h.in Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in?r1=1.82&r2=1.83 Delta lines: +13 -0 -------------------- --- config.h.in 10 Jun 2005 20:32:21 -0000 1.82 +++ config.h.in 7 Jul 2005 16:20:34 -0000 1.83 @@ -1337,3 +1337,16 @@ /* Define to a substitute for the stat function. */ #define stat wnt_stat + +/* + * According to GNU conventions, we should avoid referencing any macro + * containing "WIN" as a reference to Microsoft Windows, as we would like to + * avoid any implication that we consider Microsoft Windows any sort of "win". + * + * FIXME: As of 2003-06-09, folks on the GNULIB project were discussing + * defining a configure macro to define WOE32 appropriately. If they ever do + * write such a beast, we should use it, though in most cases it would be + * preferable to avoid referencing any OS or compiler anyhow, per Autoconf + * convention, and reference only tested features of the system. + */ +#define WOE32 1 File [changed]: config.h.in.footer Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/config.h.in.footer?r1=1.7&r2=1.8 Delta lines: +13 -0 -------------------- --- config.h.in.footer 10 Jun 2005 20:32:21 -0000 1.7 +++ config.h.in.footer 7 Jul 2005 16:20:34 -0000 1.8 @@ -122,3 +122,16 @@ /* Define to a substitute for the stat function. */ #define stat wnt_stat + +/* + * According to GNU conventions, we should avoid referencing any macro + * containing "WIN" as a reference to Microsoft Windows, as we would like to + * avoid any implication that we consider Microsoft Windows any sort of "win". + * + * FIXME: As of 2003-06-09, folks on the GNULIB project were discussing + * defining a configure macro to define WOE32 appropriately. If they ever do + * write such a beast, we should use it, though in most cases it would be + * preferable to avoid referencing any OS or compiler anyhow, per Autoconf + * convention, and reference only tested features of the system. + */ +#define WOE32 1 File [changed]: stamp-chi Url: https://ccvs.cvshome.org/source/browse/ccvs/windows-NT/stamp-chi?r1=1.69&r2=1.70 Delta lines: +13 -0 -------------------- --- stamp-chi 10 Jun 2005 20:32:21 -0000 1.69 +++ stamp-chi 7 Jul 2005 16:20:34 -0000 1.70 @@ -1337,3 +1337,16 @@ /* Define to a substitute for the stat function. */ #define stat wnt_stat + +/* + * According to GNU conventions, we should avoid referencing any macro + * containing "WIN" as a reference to Microsoft Windows, as we would like to + * avoid any implication that we consider Microsoft Windows any sort of "win". + * + * FIXME: As of 2003-06-09, folks on the GNULIB project were discussing + * defining a configure macro to define WOE32 appropriately. If they ever do + * write such a beast, we should use it, though in most cases it would be + * preferable to avoid referencing any OS or compiler anyhow, per Autoconf + * convention, and reference only tested features of the system. + */ +#define WOE32 1