704. [port] RLIMIT_NOFILE in to available on all platforms.
[RT #695]
705. [port] Work out resource limit type for use where rlim_t is
not available. [RT #695]
+ 704. [port] RLIMIT_NOFILE is not available on all platforms.
+
--- 9.1.3rc1 released ---
831. [bug] The configure script tried to determine
* WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*/
-/* $Id: resource.c,v 1.6.2.2 2001/06/09 00:53:21 gson Exp $ */
+/* $Id: resource.c,v 1.6.2.3 2001/06/09 00:58:11 gson Exp $ */
#include <config.h>
#endif
break;
case isc_resource_openfiles:
+#ifdef RLIMIT_NOFILE
*rlim_resource = RLIMIT_NOFILE;
+#else
+ result = ISC_R_NOTIMPLEMENTED;
+#endif
break;
case isc_resource_processes:
#ifdef RLIMIT_NPROC