Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
[bpt/emacs.git] / src / m / intel386.h
... / ...
CommitLineData
1/* Machine description file for intel 386.
2
3Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 2009, 2010 Free Software Foundation, Inc.
5
6This file is part of GNU Emacs.
7
8GNU Emacs is free software: you can redistribute it and/or modify
9it under the terms of the GNU General Public License as published by
10the Free Software Foundation, either version 3 of the License, or
11(at your option) any later version.
12
13GNU Emacs is distributed in the hope that it will be useful,
14but WITHOUT ANY WARRANTY; without even the implied warranty of
15MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16GNU General Public License for more details.
17
18You should have received a copy of the GNU General Public License
19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20
21
22#ifdef WINDOWSNT
23#define VIRT_ADDR_VARIES
24#define DATA_START get_data_start ()
25#endif
26
27#ifdef GNU_LINUX
28/* libc-linux/sysdeps/linux/i386/ulimit.c says that due to shared library, */
29/* we cannot get the maximum address for brk */
30#define ULIMIT_BREAK_VALUE (32*1024*1024)
31#endif
32
33/* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec
34 (do not change this comment) */