From 382d5c8f5bb3b54e7c1a2daaf9d0283b6275768a Mon Sep 17 00:00:00 2001 From: Björn Jacke Date: Wed, 15 Jul 2009 18:40:57 +0200 Subject: s4:heimdal: teach heimdal we have (v)aѕprintf in libreplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- source4/heimdal_build/roken.h | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'source4/heimdal_build/roken.h') diff --git a/source4/heimdal_build/roken.h b/source4/heimdal_build/roken.h index 5cb47e8ba6..decce03522 100644 --- a/source4/heimdal_build/roken.h +++ b/source4/heimdal_build/roken.h @@ -57,6 +57,14 @@ #define HAVE_STRCASECMP #endif +#ifndef HAVE_ASPRINTF +#define HAVE_ASPRINTF +#endif + +#ifndef HAVE_VASPRINTF +#define HAVE_VASPRINTF +#endif + #ifndef HAVE_MKSTEMP #define HAVE_MKSTEMP #endif -- cgit