summaryrefslogtreecommitdiffstats
path: root/source4/lib/replace/getifaddrs.m4
Commit message (Expand)AuthorAgeFilesLines
* libreplace: use LIBREPLACE_NETWORK_LIBS within some configure checksStefan Metzmacher2008-03-181-2/+2
* libreplace: fix samba4 build (by not setting global LIBS).Michael Adam2008-03-141-3/+0
* libreplace: add -I$libreplacedir to CPPFLAGS for getifaddrs tests.Michael Adam2008-03-141-0/+4
* libreplace: add snprintf.c to test code for getifaddrs - needed on some systems.Michael Adam2008-02-291-0/+4
* libreplace: use the new getifaddrs test also for autoconf.Michael Adam2008-02-281-4/+16
* libreplace: fix standalone build - add necessary libs.Michael Adam2008-02-271-0/+3
* libreplace: fix creation of conftest files for getifaddrs tests.Michael Adam2008-02-221-4/+11
* Try and fix getifaddrs check on irix: dont't try to include config.hMichael Adam2008-02-211-0/+3
* libreplace: change samba_cv_ to libreplace_cv_ in getifaddrs.m4Michael Adam2008-02-201-15/+15
* Remove relict SAMBA_CONFIGURE_CPPFLAGS from lib/replace.Michael Adam2008-02-191-3/+0
* r26554: Fix test for getifaddr on FreeBSD. Patch by Timur Bakeyev.Jelmer Vernooij2007-12-211-1/+1
* r26551: Make sure NULL is defined before using it to test for getifaddrs().James Peach2007-12-211-0/+4
* r26487: Cope with systems that don't have struct sockaddr.sa_len.Jelmer Vernooij2007-12-211-0/+6
* r26469: Fix paths, only include IPv4 addresses for now.Jelmer Vernooij2007-12-211-8/+5
* r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij2007-12-211-0/+94