diff options
Diffstat (limited to 'includes/hardinfo.h')
-rw-r--r-- | includes/hardinfo.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/hardinfo.h b/includes/hardinfo.h index 5728e711..cef49489 100644 --- a/includes/hardinfo.h +++ b/includes/hardinfo.h @@ -30,6 +30,10 @@ #define C_(CTX, STRING) pgettext(CTX, STRING) #define NC_(CTX, STRING) (STRING) +#ifndef LOCALEDIR +#define LOCALEDIR "/usr/share/locale" +#endif + typedef enum { MODULE_FLAG_NONE = 0, MODULE_FLAG_NO_REMOTE = 1<<0, |