[Python-checkins] CVS: python/dist/src acconfig.h,1.33,1.34

Barry Warsaw python-dev@python.org
Thu, 17 Aug 2000 21:50:29 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv26140

Modified Files:
	acconfig.h 
Log Message:
Added #undef HAVE_UINTPTR_T for autoconf's delight.


Index: acconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/acconfig.h,v
retrieving revision 1.33
retrieving revision 1.34
diff -C2 -r1.33 -r1.34
*** acconfig.h	2000/07/09 14:39:28	1.33
--- acconfig.h	2000/08/18 04:50:27	1.34
***************
*** 60,63 ****
--- 60,66 ----
  #undef HAVE_LONG_LONG
  
+ /* Define this if you have the type uintptr_t */
+ #undef HAVE_UINTPTR_T
+ 
  /* Define if your compiler supports function prototypes */
  #undef HAVE_PROTOTYPES