changeset 69397:4c6bb2c4dbcf

[HAVE_GETRLIMIT]: Don't define unconditionally. Don't include sys/resource.h unless HAVE_GETRLIMIT is defined.
author Eli Zaretskii <eliz@gnu.org>
date Sat, 11 Mar 2006 15:45:47 +0000
parents 8770c74755a4
children 15b9fd17967e
files src/vm-limit.c
diffstat 1 files changed, 0 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/vm-limit.c	Sat Mar 11 15:44:19 2006 +0000
+++ b/src/vm-limit.c	Sat Mar 11 15:45:47 2006 +0000
@@ -32,9 +32,6 @@
 #endif
 
 #include "mem-limits.h"
-#include <sys/resource.h>
-
-#define HAVE_GETRLIMIT
 
 #ifdef HAVE_GETRLIMIT
 #include <sys/resource.h>