From 4ab73d6045aacd354894fe5edf0c5cfc75784064 Mon Sep 17 00:00:00 2001 From: Jelmer Vernooij Date: Sat, 8 Apr 2006 16:25:53 +0000 Subject: r15000: Move some more autoconf tests out of build/m4/rewrite.m4 Guarantee availability of __FUNCTION__ in libreplace (This used to be commit 76b1576541210f2bb306ae17e0876b254e8dcead) --- source4/lib/replace/README | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source4/lib/replace/README') diff --git a/source4/lib/replace/README b/source4/lib/replace/README index a789f66b81..841bcf4b8d 100644 --- a/source4/lib/replace/README +++ b/source4/lib/replace/README @@ -65,6 +65,10 @@ UINT16_MAX UINT32_MAX UINT64_MAX +Macros: +va_copy +__FUNCTION__ + Prerequisites: memset (for bzero) syslog (for vsyslog) -- cgit