[Python-checkins] python/dist/src/PC pyconfig.h,1.17,1.18

loewis@users.sourceforge.net loewis@users.sourceforge.net
Sat, 21 Dec 2002 10:34:09 -0800


Update of /cvsroot/python/python/dist/src/PC
In directory sc8-pr-cvs1:/tmp/cvs-serv24509/PC

Modified Files:
	pyconfig.h 
Log Message:
Use wcscoll for _locale.strcoll if available.


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/pyconfig.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -C2 -d -r1.17 -r1.18
*** pyconfig.h	11 Nov 2002 20:21:06 -0000	1.17
--- pyconfig.h	21 Dec 2002 18:34:06 -0000	1.18
***************
*** 498,501 ****
--- 498,504 ----
  /* #undef HAVE_WAITPID */
  
+ /* Define to 1 if you have the `wcscoll' function. */
+ #define HAVE_WCSCOLL 1
+ 
  /* Define if you have the <dlfcn.h> header file.  */
  /* #undef HAVE_DLFCN_H */
***************
*** 551,554 ****
--- 554,560 ----
  /* Define if you have the <utime.h> header file.  */
  /* #define HAVE_UTIME_H 1 */
+ 
+ /* Define if the compiler provides a wchar.h header file. */
+ #define HAVE_WCHAR_H 1
  
  /* Define if you have the dl library (-ldl).  */