bug-cvs
[Top][All Lists]
Advanced

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

Feature Branch Windows Build Broken - lib/glob.c & WINDOWS32


From: Conrad T. Pino
Subject: Feature Branch Windows Build Broken - lib/glob.c & WINDOWS32
Date: Wed, 25 May 2005 12:40:59 -0700

Hi Derek,

The latest "lib/glob.c" introduced new macros not addressed
in the m4 stuff.  Of interest are "WINDOWS32" and perhaps
"__MSDOS__" as "#define" and "#undef" respectively.

Should I be expecting an "m4" solution which means I edit
"windows-NT/config.h.in.in" or not which means I edit the
"windows-NT/config.h.in.footer" instead?

A grep for "WINDOWS32" follows below.

Conrad

H:\Conrad\Projects\cvs-1.12>grep -dn WINDOWS32 *.c
File lib\glob.c:
112     # if (defined POSIX || defined WINDOWS32) && !defined __GNU_LIBRARY__
134     #if (defined POSIX || defined WINDOWS32) && !defined __GNU_LIBRARY__
413     #if defined __MSDOS__ || defined WINDOWS32
420     #endif /* __MSDOS__ || WINDOWS32 */
457     #if defined __MSDOS__ || defined WINDOWS32
481     #if defined __MSDOS__ || defined WINDOWS32
527     #  ifdef WINDOWS32
592     #  endif /* WINDOWS32 */
607     # if !defined _AMIGA && !defined WINDOWS32
682     # endif /* Not Amiga && not WINDOWS32.  */
935     #if defined __MSDOS__ || defined WINDOWS32
946     #if defined __MSDOS__ || defined WINDOWS32





reply via email to

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