[Python-checkins] CVS: python/dist/src configure,1.263,1.264 configure.in,1.271,1.272 pyconfig.h.in,1.16,1.17
Guido van Rossum
gvanrossum@users.sourceforge.net
2001年10月18日 12:44:12 -0700
Update of /cvsroot/python/python/dist/src
In directory usw-pr-cvs1:/tmp/cvs-serv26104
Modified Files:
configure configure.in pyconfig.h.in
Log Message:
Shut up warnings for setgroups() on Linux -- you have to #include
<grp.h> it seems. This requires yet another configure test.
Index: configure
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure,v
retrieving revision 1.263
retrieving revision 1.264
diff -C2 -d -r1.263 -r1.264
*** configure 2001年10月18日 15:35:37 1.263
--- configure 2001年10月18日 19:44:08 1.264
***************
*** 1,5 ****
#! /bin/sh
! # From configure.in Revision: 1.270
# Guess values for system-dependent variables and create Makefiles.
--- 1,5 ----
#! /bin/sh
! # From configure.in Revision: 1.272
# Guess values for system-dependent variables and create Makefiles.
***************
*** 1969,1973 ****
fi
! for ac_hdr in dlfcn.h fcntl.h limits.h langinfo.h locale.h \
ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
--- 1969,1973 ----
fi
! for ac_hdr in dlfcn.h fcntl.h grp.h limits.h langinfo.h locale.h \
ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
Index: configure.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/configure.in,v
retrieving revision 1.271
retrieving revision 1.272
diff -C2 -d -r1.271 -r1.272
*** configure.in 2001年10月18日 15:35:38 1.271
--- configure.in 2001年10月18日 19:44:10 1.272
***************
*** 500,504 ****
# checks for header files
AC_HEADER_STDC
! AC_CHECK_HEADERS(dlfcn.h fcntl.h limits.h langinfo.h locale.h \
ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
--- 500,504 ----
# checks for header files
AC_HEADER_STDC
! AC_CHECK_HEADERS(dlfcn.h fcntl.h grp.h limits.h langinfo.h locale.h \
ncurses.h poll.h pthread.h \
signal.h stdarg.h stddef.h stdlib.h thread.h unistd.h utime.h termios.h \
Index: pyconfig.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/pyconfig.h.in,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** pyconfig.h.in 2001年10月18日 04:06:00 1.16
--- pyconfig.h.in 2001年10月18日 19:44:10 1.17
***************
*** 313,319 ****
#undef SIZEOF_WCHAR_T
- /* Define if you have the _getpty function. */
- #undef HAVE__GETPTY
-
/* Define if you have the alarm function. */
#undef HAVE_ALARM
--- 313,316 ----
***************
*** 418,421 ****
--- 415,421 ----
#undef HAVE_GETPRIORITY
+ /* Define if you have the _getpty function. */
+ #undef HAVE__GETPTY
+
/* Define if you have the getpwent function. */
#undef HAVE_GETPWENT
***************
*** 592,603 ****
#undef HAVE_WAITPID
! /* Define if you have the <db.h> header file. */
! #undef HAVE_DB_H
/* Define if you have the <db1/ndbm.h> header file. */
#undef HAVE_DB1_NDBM_H
! /* Define if you have the <db_185.h> header file. */
! #undef HAVE_DB_185_H
/* Define if you have the <dirent.h> header file. */
--- 592,603 ----
#undef HAVE_WAITPID
! /* Define if you have the <db_185.h> header file. */
! #undef HAVE_DB_185_H
/* Define if you have the <db1/ndbm.h> header file. */
#undef HAVE_DB1_NDBM_H
! /* Define if you have the <db.h> header file. */
! #undef HAVE_DB_H
/* Define if you have the <dirent.h> header file. */
***************
*** 612,615 ****
--- 612,618 ----
/* Define if you have the <gdbm/ndbm.h> header file. */
#undef HAVE_GDBM_NDBM_H
+
+ /* Define if you have the <grp.h> header file. */
+ #undef HAVE_GRP_H
/* Define if you have the <langinfo.h> header file. */