Ignore:
Timestamp:
May 24, 2009, 7:51:24 AM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update Samba 3.3 branch to 3.3.3

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.3.x/source/lib/replace/libreplace_network.m4

    r221 r223  
    99AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h)
    1010AC_CHECK_HEADERS(netinet/in_systm.h)
    11 AC_CHECK_HEADERS([netinet/ip.h], [], [], [#ifdef HAVE_NETINET_IN_H
    12 #include <netinet/in.h>
    13 #endif
    14 #ifdef HAVE_NETINET_IN_SYSTM_H
    15 #include <netinet/in_systm.h>
    16 #endif])
     11AC_CHECK_HEADERS([netinet/ip.h], [], [],[
     12        #include <sys/types.h>
     13        #ifdef HAVE_NETINET_IN_H
     14        #include <netinet/in.h>
     15        #endif
     16        #ifdef HAVE_NETINET_IN_SYSTM_H
     17        #include <netinet/in_systm.h>
     18        #endif
     19])
    1720AC_CHECK_HEADERS(netinet/tcp.h netinet/in_ip.h)
    1821AC_CHECK_HEADERS(sys/sockio.h sys/un.h)
Note: See TracChangeset for help on using the changeset viewer.