• Show log

    Commit

  • Hash : f665d5cb
    Author : Nick Mathewson
    Date : 2014-02-24T10:32:00

    Stop checking for inet_aton; we don't use it.
    
    We had cmake and autoconf tests for the inet_aton function... but we
    never actually use it any more.
    
    (The autoconf tests still use the callability of inet_aton to decide
    whether we need to link against -lresolv)
    
    Reported by Harlan Stenn.