summaryrefslogtreecommitdiff
path: root/source3/lib/replace/libreplace.m4
AgeCommit message (Collapse)AuthorFilesLines
2007-10-10r23309: sync lib/replace with SAMBA_4_0Stefan Metzmacher1-1/+2
metze (This used to be commit 20965d800fcac0c55853fb12cdd36b5836fc7e56)
2007-10-10r23307: move readahead stuff out of libreplace and make it samba3 specificStefan Metzmacher1-1/+0
as we can't replace this function in libreplace and we do the some stuff for other function in the same way. metze (This used to be commit 5e9b84326b4c65799e6fa6550de870d9a7ebba85)
2007-10-10r22772: - Still working on the fact that readahead() is not declared (on at ↵Derrell Lipman1-0/+1
least one OS) but is available for linking. Instead of running configure tests with -Werror-implicit-function-declaration in developer mode (which may lead to different library functions being used in developer mode than when not in developer mode), add tests for whether readahead is declared. If not, provide a replacement declaration in lib/replace. (This used to be commit 7d05fa8b32b5b33e95fd9d552d2a45013b4803ec)
2007-10-10r22264: merge from samba4:Stefan Metzmacher1-1/+1
use AC_HAVE_DECL() because AC_CHECK_DECLS() defines to 1 or 0 and #ifndef doesn't work. metze (This used to be commit 66b0a6cc51a3987c489cc71a17c0da632bf6a6bc)
2007-10-10r22252: merge from samba4:Stefan Metzmacher1-0/+2
add prototype of setenv metze (This used to be commit 42ccfaf5e58d92e04ba490f726e5d6972039bdc4)
2007-10-10r22221: merge from samba4:Stefan Metzmacher1-1/+3
- libreplace unsetenv() and strptime() replacements metze (This used to be commit 057c1c04d09b48c713ebc0b334cabcefc02561e9)
2007-10-10r22151: remove netgr functions from libreplace they're not usedStefan Metzmacher1-3/+2
in samba4 currently and samba3 has explicit configure checks for them. should fix bug #4496 metze (This used to be commit 7f61b3f0095efed81adc9022ba44e5c7df84d2f2)
2007-10-10r21388: Merge support for providing replacement system headers.Jelmer Vernooij1-1/+4
(This used to be commit 78d6c88f10d600e05c4346affbba1d95c614dc34)
2007-10-10r20817: sync lib/replace with samba4Stefan Metzmacher1-1/+2
metze (This used to be commit 352ee730308bbc151a742938818c9b8b3a6e8014)
2007-10-10r20789: merge from samba4:Stefan Metzmacher1-3/+0
- remove the epoll configure checks from libreplace metze (This used to be commit 3061c333eca4aaff6af4b200cfe07d17f87018b2)
2007-10-10r19235: merge from samba4:Stefan Metzmacher1-2/+2
fix configure test for net/if.h on some platforms AC_LANG_SOURCE() adds the content of confdefs.h in front of the compiled file metze (This used to be commit 7cbdc06ad9b68544c8eeaa68fdd7b03f71c0b739)
2007-10-10r19232: merge from samba4:Stefan Metzmacher1-16/+15
- machine/sys/getppdp.h workaround for HPUX 11.23 - more verbose check for net/if.h metze (This used to be commit 9b5c5bc3f3912776af6a8c9b13a9cb8dd2eff8f8)
2007-10-10r18864: merge lib/replace changes from samba4Andrew Tridgell1-4/+4
(This used to be commit 6d5f507136be327558e98214b64eca225ca23d66)
2007-10-10r18644: bring in libreplace in lib/replaceStefan Metzmacher1-0/+358
metze (This used to be commit 596cbe73dd268742acf456fccd8a234376fb0c97)