File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 151151 (shared library plus accessory files). */
152152#undef WITH_NEXT_FRAMEWORK
153153
154+ /* Define if you want to build an interpreter with many run-time checks */
155+ #undef Py_DEBUG
156+
154157/* The number of bytes in an off_t. */
155158#undef SIZEOF_OFF_T
156159
Original file line number Diff line number Diff line change 210210 (shared library plus accessory files). */
211211#undef WITH_NEXT_FRAMEWORK
212212
213+ /* Define if you want to build an interpreter with many run-time checks */
214+ #undef Py_DEBUG
215+
213216/* The number of bytes in an off_t. */
214217#undef SIZEOF_OFF_T
215218
266269/* The number of bytes in a void *. */
267270#undef SIZEOF_VOID_P
268271
269- /* Define if you have the _getpty function. */
270- #undef HAVE__GETPTY
271-
272272/* Define if you have the alarm function. */
273273#undef HAVE_ALARM
274274
356356/* Define if you have the getpid function. */
357357#undef HAVE_GETPID
358358
359+ /* Define if you have the _getpty function. */
360+ #undef HAVE__GETPTY
361+
359362/* Define if you have the getpwent function. */
360363#undef HAVE_GETPWENT
361364
You can’t perform that action at this time.
0 commit comments