LIBSIGAR name cannot be determined at runtime

This commit is contained in:
Doug MacEachern 2004-09-20 22:44:05 +00:00
parent bcd94bb327
commit 56579ff39e
1 changed files with 4 additions and 1 deletions

View File

@ -26,7 +26,10 @@ namespace Hyperic.Sigar {
internal const int FS_NAME_LEN = 64;
internal const string LIBSIGAR = "sigar-x86-winnt.dll";
//cp sigar-x86-winnt.dll sigar.dll
//ln -s libsigar-x86-linux.so libsigar.so
//XXX can we determine the real name at runtime?
internal const string LIBSIGAR = "sigar";
internal HandleRef sigar;