[Python-checkins] CVS: python/dist/src/Mac/Include pyconfig.h,1.1,1.2
Jack Jansen
jackjansen@users.sourceforge.net
Tue, 07 Aug 2001 05:33:35 -0700
Update of /cvsroot/python/python/dist/src/Mac/Include
In directory usw-pr-cvs1:/tmp/cvs-serv18185/python/Mac/Include
Modified Files:
pyconfig.h
Log Message:
Bit the bullet and enabled garbage collection (finally).
Also updated pyconfig.h to the current state of pyconfig.h.in.
Index: pyconfig.h
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/Include/pyconfig.h,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pyconfig.h 2001/07/27 09:20:34 1.1
--- pyconfig.h 2001/08/07 12:33:32 1.2
***************
*** 130,136 ****
#undef C_THREADS
- /* Defined when case of imported modules are checked against case of file. */
- #define CHECK_IMPORT_CASE
-
/* Define to `long' if <time.h> doesn't define. */
#undef clock_t
--- 130,133 ----
***************
*** 149,152 ****
--- 146,161 ----
#undef HAVE_ALTZONE
+ /* Define if --enable-ipv6 is specified */
+ #undef ENABLE_IPV6
+
+ /* Define if sockaddr has sa_len member */
+ #undef HAVE_SOCKADDR_SA_LEN
+
+ /* struct addrinfo (netdb.h) */
+ #undef HAVE_ADDRINFO
+
+ /* struct sockaddr_storage (sys/socket.h) */
+ #undef HAVE_SOCKADDR_STORAGE
+
/* Defined when any dynamic module loading is enabled */
/* #undef HAVE_DYNAMIC_LOADING */
***************
*** 185,188 ****
--- 194,200 ----
#undef HAVE_PTH
+ /* Define if you have readline 4.2 */
+ #undef HAVE_RL_COMPLETION_MATCHES
+
/* Define if your compiler supports variable length function prototypes
(e.g. void fprintf(FILE *, char *, ...);) *and* <stdarg.h> */
***************
*** 209,212 ****
--- 221,227 ----
#define Py_UNICODE_SIZE 2
+ /* Define if nice() returns success/failure instead of the new priority. */
+ #undef HAVE_BROKEN_NICE
+
/* Define if malloc(0) returns a NULL pointer */
#ifdef USE_MSL_MALLOC
***************
*** 270,274 ****
/* Define if you want to compile in cycle garbage collection */
! #undef WITH_CYCLE_GC
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
--- 285,289 ----
/* Define if you want to compile in cycle garbage collection */
! #define WITH_CYCLE_GC 1
/* Define if you want to emulate SGI (IRIX 4) dynamic linking.
***************
*** 295,298 ****
--- 310,316 ----
#undef WITH_NEXT_FRAMEWORK
+ /* Define if you want to use MacPython modules on MacOSX in unix-Python */
+ #define USE_TOOLBOX_OBJECT_GLUE
+
/* Define if you want to use SGI (IRIX 4) dynamic linking.
This requires the "dl" library by Jack Jansen,
***************
*** 420,423 ****
--- 438,444 ----
#undef HAVE_GETLOGIN
+ /* Define if you have the getnameinfo function. */
+ #undef HAVE_GETNAMEINFO
+
/* Define if you have the getpeername function. */
#ifdef USE_GUSI
***************
*** 431,434 ****
--- 452,458 ----
#undef HAVE_GETPID
+ /* Define if you have the getpriority function. */
+ #undef HAVE_GETPRIORITY
+
/* Define if you have the getpwent function. */
#undef HAVE_GETPWENT
***************
*** 442,445 ****
--- 466,472 ----
#undef HAVE_GETWD
+ /* Define if you have the hstrerror function. */
+ #undef HAVE_HSTRERROR
+
/* Define if you have the hypot function. */
#ifndef __MC68K__
***************
*** 450,453 ****
--- 477,483 ----
#endif
+ /* Define if you have the inet_pton function. */
+ #undef HAVE_INET_PTON
+
/* Define if you have the kill function. */
#undef HAVE_KILL
***************
*** 545,548 ****
--- 575,581 ----
#undef HAVE_SIGRELSE
+ /* Define if you have the snprintf function. */
+ #define HAVE_SNPRINTF
+
/* Define if you have the statvfs function. */
#undef HAVE_STATVFS
***************
*** 683,686 ****
--- 716,725 ----
/* Define if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
+
+ /* Define if you have the <sys/poll.h> header file. */
+ #undef HAVE_SYS_POLL_H
+
+ /* Define if you have the <sys/resource.h> header file. */
+ #undef HAVE_SYS_RESOURCE_H
/* Define if you have the <sys/select.h> header file. */