[Python-checkins] python/dist/src/RISCOS pyconfig.h,1.12,1.13

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

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/RISCOS/pyconfig.h,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** pyconfig.h	7 Feb 2004 13:53:46 -0000	1.12
--- pyconfig.h	10 Feb 2004 16:50:21 -0000	1.13
***************
*** 1,4 ****
--- 1,7 ----
  /* RISCOS/pyconfig.h: Python configuration for RISC OS  */
  
+ #ifndef Py_PYCONFIG_H
+ #define Py_PYCONFIG_H
+ 
  /* Define if on AIX 3.
     System headers sometimes define this.
***************
*** 578,587 ****
  #undef HAVE_LIBUTIL_H
  
- /* 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.  */
  #undef HAVE_NCURSES_H
--- 581,584 ----
***************
*** 605,620 ****
  #undef HAVE_PTY_H
  
- /* 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/audioio.h> header file.  */
  #undef HAVE_SYS_AUDIOIO_H
--- 602,605 ----
***************
*** 707,708 ****
--- 692,695 ----
  
  #define PLATFORM "riscos"
+ 
+ #endif /* Py_PYCONFIG_H */




More information about the Python-checkins mailing list