diff src/config.h.in @ 4834:b3ea9c582280

Use new cygwin_conv_path API with Cygwin 1.7 for converting names between Win32 and POSIX, UTF-8-aware, with attendant changes elsewhere
author Ben Wing <ben@xemacs.org>
date Tue, 12 Jan 2010 01:38:04 -0600
parents 4dd2389173fc
children 6c0bb4d2c23a
line wrap: on
line diff
--- a/src/config.h.in	Sun Jan 10 01:06:15 2010 -0600
+++ b/src/config.h.in	Tue Jan 12 01:38:04 2010 -0600
@@ -375,6 +375,9 @@
 /* Is scanf() broken? (Under certain versions of Cygwin) */
 #undef CYGWIN_SCANF_BUG
 
+/* UTF-8-aware path-conversion function in Cygwin 1.7 and on */
+#undef HAVE_CYGWIN_CONV_PATH
+
 #undef HAVE_MMAP
 #undef HAVE_STRCOLL
 #undef HAVE_GETPGRP