Skip to content
Snippets Groups Projects
Forked from openldap / OpenLDAP
6061 commits behind, 4507 commits ahead of the upstream repository.
  • Ryan Tandy's avatar
    6fe9b0c6
    ITS#8383 Look for socklen_t in <ws2tcpip.h> too · 6fe9b0c6
    Ryan Tandy authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
    MinGW targets do not have the <sys/socket.h> header. The configure check
    would conclude that there is no socklen_t type, resulting in portable.h
    containing its own definition of socklen_t, which would later conflict
    with the actual definition in <ws2tcpip.h>.
    
    Add <ws2tcpip.h> to the configure check for socklen_t, so that the
    defined type is correctly detected.
    6fe9b0c6
    History
    ITS#8383 Look for socklen_t in <ws2tcpip.h> too
    Ryan Tandy authored and Quanah Gibson-Mount's avatar Quanah Gibson-Mount committed
    MinGW targets do not have the <sys/socket.h> header. The configure check
    would conclude that there is no socklen_t type, resulting in portable.h
    containing its own definition of socklen_t, which would later conflict
    with the actual definition in <ws2tcpip.h>.
    
    Add <ws2tcpip.h> to the configure check for socklen_t, so that the
    defined type is correctly detected.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
configure.in 93.72 KiB