Document pkg-config
[exim.git] / src / OS / os.Configuring
index df6c57d8ddd5ca1d3ec3e66a9e3e441392a1188c..b5e4677d2df3f8dcc055d643e9ef33af10d45054 100644 (file)
@@ -1,5 +1,3 @@
-$Cambridge: exim/src/OS/os.Configuring,v 1.1 2004/10/06 15:07:39 ph10 Exp $
-
 Configuring Exim for different Operating Systems
 ------------------------------------------------
 
@@ -184,6 +182,14 @@ One OS does not have the sys/resource.h header. If NO_SYS_RESOURCE_H is defined
 in an os.h-<ostype> 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
 ------------------