We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da4da76 commit 3401231Copy full SHA for 3401231
src/ibmras/monitoring/agent/Agent.cpp
@@ -43,9 +43,7 @@ const char* LIBSUFFIX = ".dll";
43
#define AGENT_DECL
44
const char PATHSEPARATOR = '/';
45
const char* LIBPREFIX = "lib";
46
-#if defined(AIX)
47
-const char* LIBSUFFIX = ".a";
48
-#elif defined(__MACH__) || defined(__APPLE__)
+#if defined(__MACH__) || defined(__APPLE__)
49
const char* LIBSUFFIX = ".dylib";
50
#else
51
const char* LIBSUFFIX = ".so";
0 commit comments