Ignore:
Timestamp:
Aug 5, 2009, 6:34:45 PM (16 years ago)
Author:
Herwig Bauernfeind
Message:

Update 3.0 to final 3.0.36 (source)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/samba-3.0/source/lib/replace/libreplace.m4

    r124 r312  
    9898AC_CHECK_HEADERS(stdarg.h vararg.h)
    9999AC_CHECK_HEADERS(sys/socket.h netinet/in.h netdb.h arpa/inet.h)
    100 AC_CHECK_HEADERS(netinet/ip.h netinet/tcp.h netinet/in_systm.h netinet/in_ip.h)
     100AC_CHECK_HEADERS(netinet/in_systm.h)
     101AC_CHECK_HEADERS([netinet/ip.h], [], [], [#ifdef HAVE_NETINET_IN_H
     102#include <netinet/in.h>
     103#endif
     104#ifdef HAVE_NETINET_IN_SYSTM_H
     105#include <netinet/in_systm.h>
     106#endif])
     107AC_CHECK_HEADERS(netinet/tcp.h netinet/in_ip.h)
    101108AC_CHECK_HEADERS(sys/sockio.h sys/un.h)
    102109AC_CHECK_HEADERS(stropts.h)
Note: See TracChangeset for help on using the changeset viewer.