[Python-checkins] python/dist/src/Modules/expat macconfig.h, 1.1, 1.2

montanaro at users.sourceforge.net montanaro at users.sourceforge.net
Tue Feb 10 11:50:36 EST 2004


Update of /cvsroot/python/python/dist/src/Modules/expat
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27540/Modules/expat

Modified Files:
	macconfig.h 
Log Message:
remove support for missing ANSI C header files (limits.h, stddef.h, etc).


Index: macconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Modules/expat/macconfig.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** macconfig.h	21 Oct 2003 15:38:55 -0000	1.1
--- macconfig.h	10 Feb 2004 16:50:19 -0000	1.2
***************
*** 43,55 ****
  #undef HAVE_STDINT_H
  
- /* Define to 1 if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H
- 
  /* Define to 1 if you have the <strings.h> header file. */
  #undef HAVE_STRINGS_H
  
- /* Define to 1 if you have the <string.h> header file. */
- #define HAVE_STRING_H
- 
  /* Define to 1 if you have the <sys/stat.h> header file. */
  #undef HAVE_SYS_STAT_H
--- 43,49 ----




More information about the Python-checkins mailing list