summaryrefslogtreecommitdiffstats
path: root/plugins/common.h
diff options
context:
space:
mode:
authorTon Voon <tonvoon@users.sourceforge.net>2004-08-23 21:18:12 (GMT)
committerTon Voon <tonvoon@users.sourceforge.net>2004-08-23 21:18:12 (GMT)
commit33cffe8f87e58de3e38e9146584fb05371eb7de3 (patch)
tree8eb398d18ee7738fb226e305ff476d9aa2dacd55 /plugins/common.h
parentd5ae799b8792708cad68d57c966b562dc442dccd (diff)
downloadmonitoring-plugins-33cffe8f87e58de3e38e9146584fb05371eb7de3.tar.gz
Using swapctl for Solaris, Tru64 and *BSD (Sean Finney)
git-svn-id: https://nagiosplug.svn.sourceforge.net/svnroot/nagiosplug/nagiosplug/trunk@891 f882894a-f735-0410-b71e-b25c423dba1c
Diffstat (limited to 'plugins/common.h')
-rw-r--r--plugins/common.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h
index d878271..fb8ca9c 100644
--- a/plugins/common.h
+++ b/plugins/common.h
@@ -110,6 +110,10 @@
110# endif 110# endif
111#endif 111#endif
112 112
113#ifndef SWAP_CONVERSION
114# define SWAP_CONVERSION 1
115#endif
116
113/* 117/*
114 * 118 *
115 * Missing Functions 119 * Missing Functions