Start fixing Solaris build failures. Jeremy.
authorJeremy Allison <jra@samba.org>
Tue, 24 Feb 2009 19:37:57 +0000 (11:37 -0800)
committerStefan Metzmacher <metze@samba.org>
Thu, 26 Mar 2009 08:54:51 +0000 (09:54 +0100)
kuser/kuser_locl.h
lib/krb5/krb5_locl.h

index 1bf682b1d0fb8fe44d61fa180a7196a751e54019..eafffe9bffc99897aa143c451821f65c2e67b6e3 100644 (file)
@@ -88,7 +88,7 @@
 #include <locale.h>
 #endif
 
-#ifdef LIBINTL
+#ifdef HAVE_LIBINTL_H
 #include <libintl.h>
 #define N_(x,y) gettext(x)
 #define NP_(x,y) (x)
index b56219cced3bb66853a7e2f292dde339d894ea26..2d8bc07de39204fdc57f195006a0b0d54c471595 100644 (file)
@@ -116,7 +116,7 @@ struct sockaddr_dl;
 
 #define HEIMDAL_TEXTDOMAIN "heimdal_krb5"
 
-#ifdef LIBINTL
+#ifdef HAVE_LIBINTL_H
 #include <libintl.h>
 #define N_(x,y) dgettext(HEIMDAL_TEXTDOMAIN, x)
 #else