[Python-checkins] CVS: python/dist/src config.h.in,2.71,2.72

Guido van Rossum python-dev@python.org
Thu, 31 Aug 2000 13:03:57 -0700


Update of /cvsroot/python/python/dist/src
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7711

Modified Files:
	config.h.in 
Log Message:
After rerunning autoheader, two symbols (HAVE__GETPTY and WITH_LIBDB)
appear in a different place.  Oh well.


Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.71
retrieving revision 2.72
diff -C2 -r2.71 -r2.72
*** config.h.in	2000/08/31 16:13:20	2.71
--- config.h.in	2000/08/31 20:03:54	2.72
***************
*** 273,276 ****
--- 273,279 ----
  #undef SIZEOF_VOID_P
  
+ /* Define if you have the _getpty function.  */
+ #undef HAVE__GETPTY
+ 
  /* Define if you have the alarm function.  */
  #undef HAVE_ALARM
***************
*** 360,366 ****
  #undef HAVE_GETPID
  
- /* Define if you have the _getpty function.  */
- #undef HAVE__GETPTY
- 
  /* Define if you have the getpwent function.  */
  #undef HAVE_GETPWENT
--- 363,366 ----
***************
*** 522,530 ****
  #undef HAVE_WAITPID
  
- /* Define if you have the <db_185.h> header file.  */
- #undef HAVE_DB_185_H
- 
  /* Define if you have the <db.h> header file.  */
  #undef HAVE_DB_H
  
  /* Define if you have the <dirent.h> header file.  */
--- 522,530 ----
  #undef HAVE_WAITPID
  
  /* Define if you have the <db.h> header file.  */
  #undef HAVE_DB_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.  */