File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- This is Python version 2.1
1+ This is Python version 2.2
22==========================
33
44Copyright (c) 2001 Python Software Foundation.
Original file line number Diff line number Diff line change 269269/* The number of bytes in a void *. */
270270#undef SIZEOF_VOID_P
271271
272+ /* Define if you have the _getpty function. */
273+ #undef HAVE__GETPTY
274+
272275/* Define if you have the alarm function. */
273276#undef HAVE_ALARM
274277
356359/* Define if you have the getpid function. */
357360#undef HAVE_GETPID
358361
359- /* Define if you have the _getpty function. */
360- #undef HAVE__GETPTY
361-
362362/* Define if you have the getpwent function. */
363363#undef HAVE_GETPWENT
364364
518518/* Define if you have the waitpid function. */
519519#undef HAVE_WAITPID
520520
521- /* Define if you have the <db_185 .h> header file. */
522- #undef HAVE_DB_185_H
521+ /* Define if you have the <db .h> header file. */
522+ #undef HAVE_DB_H
523523
524524/* Define if you have the <db1/ndbm.h> header file. */
525525#undef HAVE_DB1_NDBM_H
526526
527- /* Define if you have the <db .h> header file. */
528- #undef HAVE_DB_H
527+ /* Define if you have the <db_185 .h> header file. */
528+ #undef HAVE_DB_185_H
529529
530530/* Define if you have the <dirent.h> header file. */
531531#undef HAVE_DIRENT_H
Original file line number Diff line number Diff line change 11#! /bin/sh
22
3- # From configure.in Revision: 1.215
3+ # From configure.in Revision: 1.216
44
55# Guess values for system-dependent variables and create Makefiles.
66# Generated automatically using autoconf version 2.13
569569
570570# Set VERSION so we only need to edit in one place (i.e., here)
571571
572- VERSION=2.1
572+ VERSION=2.2
573573
574574# Arguments passed to configure.
575575
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ AC_CONFIG_HEADER(config.h)
66
77# Set VERSION so we only need to edit in one place (i.e., here)
88AC_SUBST(VERSION)
9- VERSION=2.1
9+ VERSION=2.2
1010
1111# Arguments passed to configure.
1212AC_SUBST(CONFIG_ARGS)
You can’t perform that action at this time.
0 commit comments