]> code.delx.au - gnu-emacs/blobdiff - src/vm-limit.c
*** empty log message ***
[gnu-emacs] / src / vm-limit.c
index de31eda0cec6506e846dd35324f8394f19c0c8d2..192775df81ce676909f80b7f9e99b1904b8a29b2 100644 (file)
@@ -1,6 +1,6 @@
 /* Functions for memory limit warnings.
-   Copyright (C) 1990, 1992, 2002, 2003, 2004,
-                 2005, 2006 Free Software Foundation, Inc.
+   Copyright (C) 1990, 1992, 2001, 2002, 2003, 2004,
+                 2005, 2006, 2007  Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -32,9 +32,6 @@ typedef void *POINTER;
 #endif
 
 #include "mem-limits.h"
-#include <sys/resource.h>
-
-#define HAVE_GETRLIMIT
 
 #ifdef HAVE_GETRLIMIT
 #include <sys/resource.h>