aboutsummaryrefslogtreecommitdiff
path: root/src/tagr.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/tagr.h')
-rw-r--r--src/tagr.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/tagr.h b/src/tagr.h
index 96035f2..fafd56b 100644
--- a/src/tagr.h
+++ b/src/tagr.h
@@ -22,3 +22,2 @@
22 22
23#define LOGFACILITY LOG_LOCAL5
24#define TAGR_CONFIGFILE SYSCONFDIR "/tagr.conf" 23#define TAGR_CONFIGFILE SYSCONFDIR "/tagr.conf"
@@ -29,4 +28,6 @@
29 28
30#define _(s) s 29#define _(s) gettext (s)
31#define N_(s) s 30#define N_(s) s
31#define gettext(s) s
32#define ngettext(s,p,c) ((c) == 1 ? (s) : (p))
32 33

Return to:

Send suggestions and report system problems to the System administrator.