summaryrefslogtreecommitdiff
path: root/source4/lib/replace/libreplace.m4
AgeCommit message (Expand)AuthorFilesLines
2008-09-16Make Samba 3 and Samba 4 both use the same single copy of libreplace.Jelmer Vernooij1-303/+0
2008-06-09libreplace: only include AC_USE_SYSTEM_EXTENSIONS fallback if requiredStefan Metzmacher1-1/+2
2008-05-16lib/replace: move sys/sockio.h and sys/un.h checks into AC_LIBREPLACE_NETWORK...Stefan Metzmacher1-1/+0
2008-05-07libreplace: use AC_LIBREPLACE_NETWORK_CHECKS only for sambaStefan Metzmacher1-1/+0
2008-05-07libreplace: split out network checks into a AC_LIBREPLACE_NETWORK_CHECKS macroStefan Metzmacher1-63/+2
2008-03-18libreplace: move rep_socketpair() to its own module.Michael Adam1-1/+2
2008-03-18libreplace: replace inet_ntoa() when it is missingMichael Adam1-18/+1
2008-03-14libreplace: add an inet_aton() function that calls inet_pton().Michael Adam1-0/+1
2008-02-26libreplace: Add tests for connect and gethostbyname.Michael Adam1-0/+1
2008-02-20libreplace: change samba_cv_ to libreplace_cv_ in libreplace.m4.Michael Adam1-36/+36
2008-01-15Fix bug #5121 (unix passwd sync not working on a streams basedJeremy Allison1-0/+1
2007-12-21r26550: libreplace: fallback to __ss_family of struct sockaddr_storageStefan Metzmacher1-0/+20
2007-12-21r26467: Use getifaddrs() for interface enumeration and provide replacements f...Jelmer Vernooij1-0/+1
2007-12-21r25864: libreplace: we should only have one location where we check for requi...Stefan Metzmacher1-4/+1
2007-12-21r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij1-0/+1
2007-12-21r25726: [libreplace] move and fix getaddrinfo configure checksStefan Metzmacher1-30/+1
2007-12-21r25695: [libreplace] fix the standalone build of libreplaceStefan Metzmacher1-27/+12
2007-10-10r25586: Fix getaddrinfo detection - from Timur.Jeremy Allison1-1/+9
2007-10-10r25558: Define HAVE_* for other gai functions to prevent problems with libroken.Jelmer Vernooij1-0/+2
2007-10-10r25543: Merge libreplace support for inet_pton, inet_ntop, getaddrinfo, getna...Jelmer Vernooij1-1/+42
2007-10-10r25219: remove unused check for precompiled headers.Jelmer Vernooij1-11/+0
2007-10-10r24868: Don't use callbacks for prompting when stdout is not a tty.Jelmer Vernooij1-0/+1
2007-10-10r23237: update lib/replace from ctdbAndrew Tridgell1-1/+1
2007-10-10r23188: revert 23123 and 23118.Stefan Metzmacher1-1/+0
2007-10-10r23118: Make inet_pton and inet_ntop available through lib/replace.Michael Adam1-0/+1
2007-10-10r22598: Simplify includes for replace.Jelmer Vernooij1-0/+1
2007-10-10r22263: use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0Stefan Metzmacher1-1/+1
2007-10-10r22250: try to fix the build on aix1 in the farmStefan Metzmacher1-0/+2
2007-10-10r22215: add strptime replacement to libreplace based on the patchStefan Metzmacher1-0/+1
2007-10-10r22152: merge from samba3:Stefan Metzmacher1-3/+2
2007-10-10r21793: add replacement for unsetenv()Stefan Metzmacher1-1/+2
2007-10-10r21302: Provide simple redirecting headers for standard headers.Jelmer Vernooij1-1/+4
2007-10-10r20816: merge from samba3:Stefan Metzmacher1-0/+1
2007-10-10r20788: - remove epoll configure checks from libreplaceStefan Metzmacher1-3/+0
2007-10-10r19347: Add socketpair()Jelmer Vernooij1-1/+1
2007-10-10r19234: fix configure test for net/if.h for some platformsStefan Metzmacher1-2/+2
2007-10-10r19227: - add a AC_CACHE_CHECK() around the net/if.h testStefan Metzmacher1-16/+15
2007-10-10r18769: Re-enable __VA_ARGS__ test (but don't make it fatal)Jelmer Vernooij1-4/+4
2007-10-10r18600: - fix shell syntax in tests for librariesAndrew Tridgell1-1/+1
2007-10-10r18594: fail the configure step if the required library is not found for tdb,Andrew Tridgell1-1/+5
2007-10-10r18592: we don't need this twiceStefan Metzmacher1-3/+0
2007-10-10r18563: - move more of the header checks into lib/replace/Andrew Tridgell1-4/+27
2007-10-10r18544: - use AC_LIBREPLACE_LOCATION_CHECKS in samba4Stefan Metzmacher1-0/+2
2007-10-10r18535: move the AC_CANONICAL_HOST and host specific flag tests intoAndrew Tridgell1-0/+24
2007-10-10r18485: include libreplace.m4 in the aclocal.m4 filesStefan Metzmacher1-1/+3
2007-10-10r18479: start hiding libreplace configure tests behind macrosStefan Metzmacher1-64/+25
2007-10-10r18474: - we don't need to explicit check stdint.h and inttypes.hStefan Metzmacher1-8/+17
2007-10-10r18472: - use STDC_HEADERS for stdlib.h and stddef.h as autoconf doesStefan Metzmacher1-5/+2
2007-10-10r18465: much better fix for a roken specifiv problemStefan Metzmacher1-11/+0
2007-10-10r18460: split out timegm test and only add timegm.o when neededStefan Metzmacher1-4/+5