summaryrefslogtreecommitdiff
path: root/source4/heimdal
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2009-02-24 11:37:57 -0800
committerJeremy Allison <jra@samba.org>2009-02-24 11:37:57 -0800
commit365925eea308673f15e03d81b69f04b8908468e7 (patch)
treecb3fb3cc0f409cb615fa1128f450fcd91d61f12d /source4/heimdal
parent023164f77e36694f4dc7435119f28f42ea0fb0ec (diff)
downloadsamba-365925eea308673f15e03d81b69f04b8908468e7.tar.gz
samba-365925eea308673f15e03d81b69f04b8908468e7.tar.bz2
samba-365925eea308673f15e03d81b69f04b8908468e7.zip
Start fixing Solaris build failures.
Jeremy.
Diffstat (limited to 'source4/heimdal')
-rw-r--r--source4/heimdal/kuser/kuser_locl.h2
-rw-r--r--source4/heimdal/lib/krb5/krb5_locl.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/source4/heimdal/kuser/kuser_locl.h b/source4/heimdal/kuser/kuser_locl.h
index 21e9776975..eed9e00af6 100644
--- a/source4/heimdal/kuser/kuser_locl.h
+++ b/source4/heimdal/kuser/kuser_locl.h
@@ -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)
diff --git a/source4/heimdal/lib/krb5/krb5_locl.h b/source4/heimdal/lib/krb5/krb5_locl.h
index 1a490392a9..ced722f2d9 100644
--- a/source4/heimdal/lib/krb5/krb5_locl.h
+++ b/source4/heimdal/lib/krb5/krb5_locl.h
@@ -118,7 +118,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