comparison src/malloc.c @ 375:a300bb07d72d r21-2b3

Import from CVS: tag r21-2b3
author cvs
date Mon, 13 Aug 2007 11:04:51 +0200
parents cc15677e0335
children 8626e4521993
comparison
equal deleted inserted replaced
374:4ebeb1a5388b 375:a300bb07d72d
164 #define USG 164 #define USG
165 #endif 165 #endif
166 166
167 #endif /* not emacs */ 167 #endif /* not emacs */
168 168
169 #include <stddef.h>
170
169 /* Define getpagesize () if the system does not. */ 171 /* Define getpagesize () if the system does not. */
170 #include "getpagesize.h" 172 #include "getpagesize.h"
171 173
172 #ifdef HAVE_ULIMIT_H 174 #ifdef HAVE_ULIMIT_H
173 #include <ulimit.h> 175 #include <ulimit.h>