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

Guido van Rossum python-dev@python.org
Thu, 29 Jun 2000 19:44:44 -0700


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

Modified Files:
	config.h.in 
Log Message:
Somehow this had HAVE_SYS_SOCKET_H twice.  Once is enough.  Rerunning
autoheader revealed this.


Index: config.h.in
===================================================================
RCS file: /cvsroot/python/python/dist/src/config.h.in,v
retrieving revision 2.58
retrieving revision 2.59
diff -C2 -r2.58 -r2.59
*** config.h.in	2000/06/29 20:44:46	2.58
--- config.h.in	2000/06/30 02:44:41	2.59
***************
*** 553,559 ****
  #undef HAVE_SYS_SOCKET_H
  
- /* Define if you have the <sys/socket.h> header file.  */
- #undef HAVE_SYS_SOCKET_H
- 
  /* Define if you have the <sys/time.h> header file.  */
  #undef HAVE_SYS_TIME_H
--- 553,556 ----