trawick     01/05/07 07:35:45

  Modified:    .        configure.in
  Log:
  stop looking for getipnodebyname and getipnodebyaddr; we
  don't use these functions
  
  (note: these simple checks don't work on Tru64, which requires
  that <netdb.h> be included  in order to see a rename of the functions
  via #define)
  
  Revision  Changes    Path
  1.300     +0 -2      apr/configure.in
  
  Index: configure.in
  ===================================================================
  RCS file: /home/cvs/apr/configure.in,v
  retrieving revision 1.299
  retrieving revision 1.300
  diff -u -r1.299 -r1.300
  --- configure.in      2001/05/02 02:54:11     1.299
  +++ configure.in      2001/05/07 14:35:40     1.300
  @@ -1073,8 +1073,6 @@
   AC_SEARCH_LIBS(getnameinfo, inet6)
   APR_CHECK_WORKING_GETADDRINFO
   APR_CHECK_WORKING_GETNAMEINFO
  -AC_CHECK_FUNCS(getipnodebyname)
  -AC_CHECK_FUNCS(getipnodebyaddr)
   APR_CHECK_SOCKADDR_IN6
   AC_MSG_CHECKING(if APR supports IPv6)
   have_ipv6="0"
  
  
  

Reply via email to