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



_______________________________________________
Bug-cvs mailing list
Bug-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/bug-cvs

Reply via email to