summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 97ecfa6)
raw | patch | inline | side by side (parent: 97ecfa6)
author | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Mon, 21 Jul 2003 12:06:24 +0000 (12:06 +0000) | ||
committer | Karl DeBisschop <kdebisschop@users.sourceforge.net> | |
Mon, 21 Jul 2003 12:06:24 +0000 (12:06 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@597 f882894a-f735-0410-b71e-b25c423dba1c
plugins/common.h | patch | blob | history |
diff --git a/plugins/common.h b/plugins/common.h
index 4877eee78b79d4b0c4c1c9cfeb329fb759b6e004..21facfc4138fdcafd84558ae93f2bf246af56152 100644 (file)
--- a/plugins/common.h
+++ b/plugins/common.h
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)