summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 77920ec)
raw | patch | inline | side by side (parent: 77920ec)
author | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 24 Oct 2003 13:28:24 +0000 (13:28 +0000) | ||
committer | Ton Voon <tonvoon@users.sourceforge.net> | |
Fri, 24 Oct 2003 13:28:24 +0000 (13:28 +0000) |
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@753 f882894a-f735-0410-b71e-b25c423dba1c
plugins/common.h | patch | blob | history |
diff --git a/plugins/common.h b/plugins/common.h
index 0c21fbeb54f4c1465e0b814a4642fb57fe9b519e..3e892522f177c6d00b1a6f5bed3b561b1672520e 100644 (file)
--- a/plugins/common.h
+++ b/plugins/common.h
# define textdomain(Domain)
# define bindtextdomain(Package, Directory)
#endif
+
+/* For non-GNU compilers to ignore __attribute__ */
+#ifndef __GNUC__
+# define __attribute__(x) /* do nothing */
+#endif