summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/getifaddrs.m4
Commit message (Collapse)AuthorAgeFilesLines
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-181-2/+2
| | | | | | | ...instead of using SOCKET_LIBS and NSL_LIBS. metze (This used to be commit cef2e8d748756f61c248ad6660e85dd1ac36308a)
* libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-141-3/+0
| | | | | | | | | | | | This corrects the earlier fix of the standalone build, by setting LIBS to the desired value only in configure.ac but not in getifaddrs.m4. Not that this changes the standalone build in that it adds these libs undconditionally and not only if they are needed by the getifaddrs replacement functions. Michael (This used to be commit ff3af1703ddc9e5383f32156bc5be8351f795e76)
* libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
| | | | | | | | This is needed, otherwise $libreplacedir/system/network.h does not find $libreplacedir/getaddrinfo.h on some systems (solaris, e.g.). Michael (This used to be commit 297c3bece094ddb5f268b02e61e33f512ccfe6f5)
* libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam2008-02-291-0/+4
| | | | | Michael (This used to be commit 0aff54a12e20d5e91fcdec7aaec103fb9a371a23)
* libreplace: use the new getifaddrs test also for autoconf.Michael Adam2008-02-281-4/+16
| | | | | Michael (This used to be commit a2a506ff0eae2a64ebe2ddbb81a6c2a5fa7fe3da)
* libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-271-0/+3
| | | | | | | | The libs needed for getifaddrs replacements have to be added to LIBS and used for the testsuite target. Michael (This used to be commit e7c1d6513b945b205abe84b18a251d06e737e659)
* libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
| | | | | | | | Add missing includes of replace.c and defines of SOCKET_WRAPPER_NOT_REPLACE. Michael (cherry picked from commit 26e6ebc7090b5742deb67805d85d809cafb4543d) (This used to be commit e00c6513e05afe91d4c419287283b34e931a161c)
* Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
| | | | | | | | The missing header file is judged "catastrophic" on irix. Michael (cherry picked from commit 5778c90819a5a5cee38be690f442c571f3a6a051) (This used to be commit 0d4522a06d4465f6eadbdf14381c9e08cf7e1dc9)
* libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
| | | | | Michael (This used to be commit acab9def2a1e3460bef8baae6efc66d9dfad6eac)
* Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
| | | | | Michael (This used to be commit d10cbb533c18a6d74160477d34a81bbd4cd6c7c8)
* r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2007-12-211-1/+1
| | | | (This used to be commit 37c7b65546190bdce40cb48435cc4fd51d89a124)
* r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach2007-12-211-0/+4
| | | | | Patch from Timur I. Bakeyev <timur@com.bat.ru>. (This used to be commit 188156228b53c4bbc9c18c6ff1a0d3c6d0ba5fcb)
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2007-12-211-0/+6
| | | | (This used to be commit 56080469ab28ae5a2f456cced34814d9c33480c6)
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2007-12-211-8/+5
| | | | (This used to be commit fa9e3b6fa871b7541878f836ea54e882e614a3cf)
* r26467: Use getifaddrs() for interface enumeration and provide replacements ↵Jelmer Vernooij2007-12-211-0/+94
for platforms that don't have it in lib/replace. (This used to be commit 9b4924fbd8619033c55b4c6e2589da247332e7db)