diff --git a/plugins/common.h b/plugins/common.h index 4877eee7..21facfc4 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -149,3 +149,14 @@ enum { MAX_INPUT_BUFFER = 1024, /* max size of most buffers we use */ MAX_HOST_ADDRESS_LENGTH = 256 /* max size of a host address */ }; + +/* + * + * Internationalization + * + */ + +#define _(String) (String) +#define N_(String) String +#define textdomain(Domain) +#define bindtextdomain(Package, Directory)