[Python-checkins] CVS: python/dist/src/Mac/Include pyconfig.h,1.4,1.5
Jack Jansen
jackjansen@users.sourceforge.net
2001年12月14日 14:58:13 -0800
Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv18481/Python/Mac/Include
Modified Files:
pyconfig.h
Log Message:
We have strdup(), but not its prototype:-(
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** pyconfig.h 2001年11月06日 12:11:05 1.4
--- pyconfig.h 2001年12月14日 22:58:11 1.5
***************
*** 577,581 ****
/* Define if you have the strdup function. */
! #undef HAVE_STRDUP
/* Define if you have the strerror function. */
--- 577,581 ----
/* Define if you have the strdup function. */
! #define HAVE_STRDUP
/* Define if you have the strerror function. */