[Python-checkins] python/dist/src/PC/os2emx pyconfig.h,1.9,1.10

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/PC/os2emx
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27540/PC/os2emx

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


Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/PC/os2emx/pyconfig.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** pyconfig.h	7 Feb 2004 13:53:46 -0000	1.9
--- pyconfig.h	10 Feb 2004 16:50:20 -0000	1.10
***************
*** 228,234 ****
  #define HAVE_SIGACTION 1
  
- /* Define if you have the strdup function. */
- #define HAVE_STRDUP 1
- 
  /* Define if you have the strerror function. */
  #define HAVE_STRERROR 1
--- 228,231 ----
***************
*** 264,288 ****
  #define HAVE_FCNTL_H 1
  
- /* Define if you have the <limits.h> header file. */
- #define HAVE_LIMITS_H 1
- 
- /* Define if you have the <locale.h> header file. */
- #define HAVE_LOCALE_H 1
- 
  /* Define if you have the <ncurses.h> header file. */
  #define HAVE_NCURSES_H 1
  
- /* Define if you have the <signal.h> header file. */
- #define HAVE_SIGNAL_H 1
- 
- /* Define if you have the <stdarg.h> header file. */
- #define HAVE_STDARG_H 1
- 
- /* Define if you have the <stddef.h> header file. */
- #define HAVE_STDDEF_H 1
- 
- /* Define if you have the <stdlib.h> header file. */
- #define HAVE_STDLIB_H 1
- 
  /* Define if you have the <sys/file.h> header file. */
  #define HAVE_SYS_FILE_H 1
--- 261,267 ----




More information about the Python-checkins mailing list