X-Git-Url: https://git.exim.org/users/heiko/exim.git/blobdiff_plain/f625cc5a367a82d2003c1fe524b900289907035c..c09405265ee0956a2c41c41f3ef408d3a03fcb8b:/src/OS/os.h-Darwin diff --git a/src/OS/os.h-Darwin b/src/OS/os.h-Darwin index c6865d296..888b9c759 100644 --- a/src/OS/os.h-Darwin +++ b/src/OS/os.h-Darwin @@ -1,5 +1,3 @@ -/* $Cambridge: exim/src/OS/os.h-Darwin,v 1.3 2005/08/08 10:29:08 ph10 Exp $ */ - /* Exim: OS-specific C header file for Darwin (Mac OS X) */ /* #define CRYPT_H */ /* Apparently this isn't needed */ @@ -34,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 */