diff options
author | Ton Voon <tonvoon@users.sourceforge.net> | 2004-08-23 21:18:12 +0000 |
---|---|---|
committer | Ton Voon <tonvoon@users.sourceforge.net> | 2004-08-23 21:18:12 +0000 |
commit | 33cffe8f87e58de3e38e9146584fb05371eb7de3 (patch) | |
tree | 8eb398d18ee7738fb226e305ff476d9aa2dacd55 /plugins/common.h | |
parent | d5ae799b8792708cad68d57c966b562dc442dccd (diff) | |
download | monitoring-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.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/plugins/common.h b/plugins/common.h index d878271e..fb8ca9c6 100644 --- a/plugins/common.h +++ b/plugins/common.h @@ -110,6 +110,10 @@ # endif #endif +#ifndef SWAP_CONVERSION +# define SWAP_CONVERSION 1 +#endif + /* * * Missing Functions |