summaryrefslogtreecommitdiff
path: root/include/module.h
blob: 9ef037c4b79296599565c5d02e9cd6308aaaca56 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#ifndef MODULE_H
#define MODULE_H

#include "services.h"
#include "commands.h"
#include "modules.h"

#if GETTEXT_FOUND
# include <libintl.h>
# define _(x) gettext(x)
#else
# define _(x) x
#endif

#endif // MODULE_H