X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/061b7ebd7d69db7674f03025d552fa0bedd0fef8..e12f8c3248614077e92c7ba23386e1f36d570c8f:/src/OS/os.h-Darwin diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index 95e088106..888b9c759 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -32,4 +32,7 @@ updating Exim to use the newer interface. */ #define BIND_8_COMPAT +/* It's not .so for dynamic libraries on Darwin. */ +#define DYNLIB_FN_EXT "dylib" + /* End */