summaryrefslogtreecommitdiff
path: root/source4/lib/replace
AgeCommit message (Expand)AuthorFilesLines
2007-12-21r26255: Work around another broken aspect of sys/capability.h on RHEL5.Michael Adam2-0/+25
2007-12-21r26254: Add check for PPC statfs.h to workaround for broken capability.h.Michael Adam1-1/+3
2007-12-21r26253: Add check for broken RedHat 7.2 system header files to lib/replace.Michael Adam1-0/+22
2007-12-21r26102: libreplace: remove system/printing.h as it only contains samba3 stuffStefan Metzmacher2-51/+0
2007-12-21r26027: libreplace: rename AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG into AC_LI...Stefan Metzmacher1-7/+7
2007-12-21r26026: libreplace: split some linker macrosStefan Metzmacher1-21/+58
2007-12-21r26025: libreplace: AC_LIBREPLACE_LD_ALLOW_SHLIB_UNDEF_FLAG should fill LD_AL...Stefan Metzmacher1-6/+9
2007-12-21r26002: Use osf rather than tru64 - pointed out by metze.Jelmer Vernooij1-1/+1
2007-12-21r26001: Share some code between macros, add macro specifically for testing th...Jelmer Vernooij1-36/+14
2007-12-21r25999: libreplace: add AC_LIBREPLACE_STLD and AC_LIBREPLACE_STLD_FLAGSStefan Metzmacher1-0/+15
2007-12-21r25998: Add test for run time library path environment variable.Jelmer Vernooij1-0/+29
2007-12-21r25988: libreplace: add AC_LIBREPLACE_SHLDStefan Metzmacher1-0/+13
2007-12-21r25987: libreplace: rename AC_LD_SHLDFLAGS into AC_LIBREPLACE_SHLD_FLAGSStefan Metzmacher1-1/+1
2007-12-21r25986: libreplace: warn about unresolved symbols when link shared librariesStefan Metzmacher1-1/+4
2007-12-21r25982: libreplace: try to ignore unresolved symbols in modules on Tru64Stefan Metzmacher1-0/+3
2007-12-21r25977: libreplace: add AC_LIBREPLACE_MDLD and AC_LIBREPLACE_MDLD_FLAGS macrosStefan Metzmacher1-0/+50
2007-12-21r25976: libreplace: not all platforms like _XOPEN_SOURCE=600Stefan Metzmacher1-2/+5
2007-12-21r25974: libreplace: see what the build-farm says if we use _XOPEN_SOURCE=600Stefan Metzmacher1-0/+1
2007-12-21r25971: libreplace: remove AC_EXTENSION_FLAG as it's the same as AC_N_DEFINEStefan Metzmacher2-15/+2
2007-12-21r25970: libreplace: fix AC_N_DEFINE() so that some appears in config.hStefan Metzmacher1-5/+12
2007-12-21r25963: libreplace: samba3 doesn't use SONAMEFLAG on Mac OS 10, so also try thisStefan Metzmacher1-1/+1
2007-12-21r25956: Try metze's suggestion for Mac OS X shld flags.Jelmer Vernooij1-1/+1
2007-12-21r25955: libreplace: add a useful link about linking shared librariesStefan Metzmacher1-0/+5
2007-12-21r25945: Fix flags for MacOS X.Jelmer Vernooij1-1/+2
2007-12-21r25944: Fix handling of sonameflag on AIX, which doesn't have anything like t...Jelmer Vernooij1-0/+4
2007-12-21r25943: Fix soname on hpux.Jelmer Vernooij1-1/+1
2007-12-21r25912: Two patchesStefan Metzmacher1-0/+1
2007-12-21r25911: Remove more fstring/pstring bad useage. Go talloc !Stefan Metzmacher1-1/+1
2007-12-21r25910: Try and fix the Solaris build by adding a missing defineStefan Metzmacher1-0/+5
2007-12-21r25909: Fix the snprintf checks, and fix a typo in pointer indirection.Stefan Metzmacher1-5/+5
2007-12-21r25906: libreplace: we need to link to make sure the functions are availableStefan Metzmacher1-1/+1
2007-12-21r25892: Keep the tdb code in sync between 3.2.x and 4.0.Jeremy Allison2-0/+8
2007-12-21r25886: Try to fix building dso's on hpux with gccJelmer Vernooij1-1/+5
2007-12-21r25880: Try to get some more flags right.Jelmer Vernooij1-4/+4
2007-12-21r25877: Add libreplace macro for soname flags.Jelmer Vernooij1-0/+41
2007-12-21r25875: Try to fix the build on some HPUX machines.Jelmer Vernooij1-3/+1
2007-12-21r25870: libreplace: AC_VERIFY_C_PROTOTYPE() needs AC_LANG_SOURCE() to bring i...Stefan Metzmacher1-2/+2
2007-12-21r25867: libreplace: solaris has different prototypes for getpwent_r and getgr...Stefan Metzmacher1-0/+32
2007-12-21r25865: libreplace: check for nss passwd|group get*_r functionsStefan Metzmacher1-0/+2
2007-12-21r25864: libreplace: we should only have one location where we check for requi...Stefan Metzmacher1-4/+1
2007-12-21r25863: libreplace: we need include <unistd.h> before nss_wrapper.hStefan Metzmacher1-0/+3
2007-12-21r25861: Fix export dynamic for HPUX.Jelmer Vernooij1-4/+12
2007-12-21r25860: Remove flag that causes problems on some hosts.Jelmer Vernooij1-1/+1
2007-12-21r25859: Wrap native HPUX functions in dl implementation.Jelmer Vernooij1-0/+16
2007-12-21r25855: Check for HPUX dl functions.Jelmer Vernooij1-0/+5
2007-12-21r25852: Move SHLIBEXT determination into a test as well.Jelmer Vernooij1-0/+18
2007-12-21r25851: Move system-specific ldflags checks to libreplace so they can be used...Jelmer Vernooij1-0/+38
2007-12-21r25850: Add macro for picflag.Jelmer Vernooij1-0/+55
2007-12-21r25846: Add configure test for -Wl,--export-dynamic.Jelmer Vernooij2-0/+11
2007-12-21r25838: libreplace: include nss_wrapper.h if NSS_WRAPPER is definedStefan Metzmacher1-0/+7