summaryrefslogtreecommitdiffstats
path: root/server/util/sssd-i18n.h
blob: fab1cdd04201739af685305ae0ce91b79778567b (plain)
1
2
3
4
5
6
7
8
9
#ifndef _SSSD_I18N_H
#define _SSSD_I18N_H

#include <locale.h>
#include <libintl.h>
#define _(STRING) gettext (STRING)
#include "config.h"

#endif