mirror of
https://gitlab.com/apparmor/apparmor
synced 2025-08-31 06:16:03 +00:00
put the gettext define in one place
Signed-off-by: John Johansen <john.johansen@canonical.com> Acked-by: Seth Arnold <seth.arnold@canonical.com> Acked-by: Steve Beattie <steve@nxnw.org>
This commit is contained in:
@@ -44,11 +44,9 @@
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include <errno.h>
|
||||
#include <libintl.h>
|
||||
#include <dirent.h>
|
||||
#include "parser.h"
|
||||
#include "parser_include.h"
|
||||
#define _(s) gettext(s)
|
||||
|
||||
/* An array of search directories, I sure hope 100's enough */
|
||||
#define MAX_PATH 100
|
||||
|
Reference in New Issue
Block a user