[Python-checkins] CVS: python/dist/src acconfig.h,1.24,1.25

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


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

Modified Files:
	acconfig.h 
Log Message:
Correct stupid typo (HAVE_GETHOSTBTNAME).


Index: acconfig.h
===================================================================
RCS file: /projects/cvsroot/python/dist/src/acconfig.h,v
retrieving revision 1.24
retrieving revision 1.25
diff -C2 -r1.24 -r1.25
*** acconfig.h	1999/11/16 15:55:00	1.24
--- acconfig.h	1999/12/16 17:49:02	1.25
***************
*** 40,44 ****
  
  /* Define this if you have gethostbyname() */
! #undef HAVE_GETHOSTBTNAME
  
  /* Define this if you have some version of gethostbyname_r() */
--- 40,44 ----
  
  /* Define this if you have gethostbyname() */
! #undef HAVE_GETHOSTBYNAME
  
  /* Define this if you have some version of gethostbyname_r() */