summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d829070)
raw | patch | inline | side by side (parent: d829070)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Sat, 26 Jul 2003 12:13:19 +0000 (12:13 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Sat, 26 Jul 2003 12:13:19 +0000 (12:13 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@606 f882894a-f735-0410-b71e-b25c423dba1c
plugins/common.h | patch | blob | history |
diff --git a/plugins/common.h b/plugins/common.h
index 2456c4176d731fec2145b72796fbe233fa2346e4..91b454dbe2ea23750e435f3684fba748001f5ede 100644 (file)
--- a/plugins/common.h
+++ b/plugins/common.h
#if ENABLE_NLS
# include "gettext.h"
# define _(String) gettext (String)
+# define S_(String) gettext (String)
# define gettext_noop(String) String
# define N_(String) gettext_noop String
#else
# define _(String) (String)
+# define S_(String) (String)
# define N_(String) String
# define textdomain(Domain)
# define bindtextdomain(Package, Directory)