summaryrefslogtreecommitdiffstats
path: root/server/util/sssd-i18n.h
diff options
context:
space:
mode:
authorStephen Gallagher <sgallagh@redhat.com>2009-06-15 10:54:09 -0400
committerStephen Gallagher <sgallagh@redhat.com>2009-06-17 07:23:24 -0400
commitad4e495fa434f72de37846704cb08bacac3c52da (patch)
treee2327aca6935c1e3bc726b880a70a4e666bab667 /server/util/sssd-i18n.h
parent7d2f248b39aa78eaa7708ce64ad146d5a8bb934c (diff)
downloadsssd-ad4e495fa434f72de37846704cb08bacac3c52da.tar.gz
sssd-ad4e495fa434f72de37846704cb08bacac3c52da.tar.xz
sssd-ad4e495fa434f72de37846704cb08bacac3c52da.zip
Create gettext framework for SSSD daemon
Diffstat (limited to 'server/util/sssd-i18n.h')
-rw-r--r--server/util/sssd-i18n.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/util/sssd-i18n.h b/server/util/sssd-i18n.h
new file mode 100644
index 000000000..74f9bec01
--- /dev/null
+++ b/server/util/sssd-i18n.h
@@ -0,0 +1,8 @@
+#ifndef _SSSD_I18N_H
+#define _SSSD_I18N_H
+
+#include <libintl.h>
+#define _(STRING) gettext (STRING)
+#include "config.h"
+
+#endif