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

Guido van Rossum guido@cnri.reston.va.us
Thu, 16 Dec 1999 12:49:30 -0500 (EST)


Update of /projects/cvsroot/python/dist/src
In directory eric:/projects/python/develop/guido/src

Modified Files:
	config.h.in 
Log Message:
Regenerated after new acconfig.h.


Index: config.h.in
===================================================================
RCS file: /projects/cvsroot/python/dist/src/config.h.in,v
retrieving revision 2.49
retrieving revision 2.50
diff -C2 -r2.49 -r2.50
*** config.h.in	1999/12/14 21:11:46	2.49
--- config.h.in	1999/12/16 17:49:27	2.50
***************
*** 100,103 ****
--- 100,106 ----
  #undef HAVE_ALTZONE
  
+ /* Define this if you have gethostbyname() */
+ #undef HAVE_GETHOSTBYNAME
+ 
  /* Define this if you have some version of gethostbyname_r() */
  #undef HAVE_GETHOSTBYNAME_R