From 64e2b859d2ed9c2428219617c3864c64cd6ed909 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Thu, 6 Aug 2009 08:17:09 +1000 Subject: s4:heimdal: import lorikeet-heimdal-200908052208 (commit 370a73a74199a5a55188340906e15fd795f67a74) This removes some of the portability changes made to code under heimdal/ If these are still required, then we will re-add them with code under heimdal_build/ (so that we can simply 'drop in' future heimdal releases). Andrew Bartlett --- source4/heimdal/kuser/kuser_locl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/heimdal/kuser/kuser_locl.h') diff --git a/source4/heimdal/kuser/kuser_locl.h b/source4/heimdal/kuser/kuser_locl.h index eafffe9bff..1bf682b1d0 100644 --- a/source4/heimdal/kuser/kuser_locl.h +++ b/source4/heimdal/kuser/kuser_locl.h @@ -88,7 +88,7 @@ #include #endif -#ifdef HAVE_LIBINTL_H +#ifdef LIBINTL #include #define N_(x,y) gettext(x) #define NP_(x,y) (x) -- cgit