X-Git-Url: https://git.exim.org/users/jgh/exim.git/blobdiff_plain/61ec970df30325dbcd8c9d0f0e431dc793126656..db4d09028d12130b489cb7d5380641f3a61305af:/src/OS/os.Configuring diff --git a/src/OS/os.Configuring b/src/OS/os.Configuring index df6c57d8d..0adb96a6f 100644 --- a/src/OS/os.Configuring +++ b/src/OS/os.Configuring @@ -1,4 +1,4 @@ -$Cambridge: exim/src/OS/os.Configuring,v 1.1 2004/10/06 15:07:39 ph10 Exp $ +$Cambridge: exim/src/OS/os.Configuring,v 1.3 2006/03/16 12:25:24 ph10 Exp $ Configuring Exim for different Operating Systems ------------------------------------------------ @@ -184,6 +184,14 @@ One OS does not have the sys/resource.h header. If NO_SYS_RESOURCE_H is defined in an os.h- file, then the #include for this header is skipped in exim.h. +Support for login_cap functions +------------------------------- + +Some of the BSD systems support functions for controlling the resources that +user processes can use (e.g. login_getpwclass). If HAVE_SETCLASSRESOURCES is +defined, Exim supports this feature for running pipe deliveries, using the +setclassresources() function. + The crypt_h header ------------------