Mercurial > hg > xemacs-beta
diff src/s/freebsd.h @ 157:6b37e6ddd302 r20-3b5
Import from CVS: tag r20-3b5
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:40:41 +0200 |
parents | 43dd3413c7c7 |
children | 0132846995bd |
line wrap: on
line diff
--- a/src/s/freebsd.h Mon Aug 13 09:39:46 2007 +0200 +++ b/src/s/freebsd.h Mon Aug 13 09:40:41 2007 +0200 @@ -82,14 +82,6 @@ #define BSD 199506 #endif -/* FreeBSD defines INT_MAX in /usr/include/limits.h. - Unless INT_MAX is already defined in lisp.h, XEmacs goes right - ahead and rolls its own. - We make sure that the system's definition is used throughout. */ -#ifdef emacs -#include <limits.h> -#endif - /* Needed to avoid hanging when child process writes an error message and exits -- enami tsugutomo <enami@ba2.so-net.or.jp>. */ #define vfork fork