comparison 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
comparison
equal deleted inserted replaced
4833:4dd2389173fc 4834:b3ea9c582280
372 /* Can `gettimeofday' accept two arguments? */ 372 /* Can `gettimeofday' accept two arguments? */
373 #undef GETTIMEOFDAY_ONE_ARGUMENT 373 #undef GETTIMEOFDAY_ONE_ARGUMENT
374 374
375 /* Is scanf() broken? (Under certain versions of Cygwin) */ 375 /* Is scanf() broken? (Under certain versions of Cygwin) */
376 #undef CYGWIN_SCANF_BUG 376 #undef CYGWIN_SCANF_BUG
377
378 /* UTF-8-aware path-conversion function in Cygwin 1.7 and on */
379 #undef HAVE_CYGWIN_CONV_PATH
377 380
378 #undef HAVE_MMAP 381 #undef HAVE_MMAP
379 #undef HAVE_STRCOLL 382 #undef HAVE_STRCOLL
380 #undef HAVE_GETPGRP 383 #undef HAVE_GETPGRP
381 #undef GETPGRP_VOID 384 #undef GETPGRP_VOID