[Python-checkins] CVS: python/dist/src/PC config.h,1.49,1.49.4.1

Thomas Wouters twouters@users.sourceforge.net
Wed, 27 Jun 2001 06:05:08 -0700


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

Modified Files:
      Tag: release21-maint
	config.h 
Log Message:

Backport of Tim's checkin 1.52:

SF patch #418147 Fixes to allow compiling w/ Borland, from Stephen Hansen.



Index: config.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/config.h,v
retrieving revision 1.49
retrieving revision 1.49.4.1
diff -C2 -r1.49 -r1.49.4.1
*** config.h	2001/02/28 08:15:16	1.49
--- config.h	2001/06/27 13:05:05	1.49.4.1
***************
*** 37,40 ****
--- 37,41 ----
  #include <io.h>
  #define HAVE_LIMITS_H
+ #define HAVE_SYS_UTIME_H
  #define HAVE_HYPOT
  #define DONT_HAVE_SIG_ALARM
***************
*** 178,181 ****
--- 179,186 ----
  
  #else /* !_WIN32 */
+ #undef HAVE_SYS_UTIME_H
+ #define HAVE_UTIME_H
+ #define HAVE_DIRENT_H
+ #define HAVE_CLOCK
  #error "Only Win32 and later are supported"
  #endif /* !_WIN32 */
***************
*** 592,596 ****
  
  /* Define if you have the <sys/utime.h> header file.  */
! #define HAVE_SYS_UTIME_H 1
  
  /* Define if you have the <sys/utsname.h> header file.  */
--- 597,601 ----
  
  /* Define if you have the <sys/utime.h> header file.  */
! /* #define HAVE_SYS_UTIME_H 1 */
  
  /* Define if you have the <sys/utsname.h> header file.  */