Use .dylib not .so for dynamic libraries on MacOS
[exim.git] / src / src / exim.h
index e979175d178dfc50af2a8908f1444edb747a02f1..a45ea0b30433a613353488cf5e7db27e661c34cb 100644 (file)
@@ -48,6 +48,11 @@ making unique names. */
 #define LOCALHOST_MAX  10
 #endif
 
+/* If not overriden by os.h, dynamic libraries have filenames ending .so */
+#ifndef DYNLIB_FN_EXT
+# define DYNLIB_FN_EXT "so"
+#endif
+
 /* ANSI C standard includes */
 
 #include <ctype.h>