Use autoconf determined WORDS_BIGENDIAN instead of hardcoded definition.
[bpt/emacs.git] / src / m / intel386.h
CommitLineData
23b0668c 1/* Machine description file for intel 386.
6a321bbc
GM
2
3Copyright (C) 1987, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
4 2009, 2010 Free Software Foundation, Inc.
20c428fd
JB
5
6This file is part of GNU Emacs.
7
eb3d11ef 8GNU Emacs is free software: you can redistribute it and/or modify
20c428fd 9it under the terms of the GNU General Public License as published by
eb3d11ef
GM
10the Free Software Foundation, either version 3 of the License, or
11(at your option) any later version.
20c428fd
JB
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
eb3d11ef 19along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
20c428fd
JB
20
21
8c147e40
KH
22#ifdef WINDOWSNT
23#define VIRT_ADDR_VARIES
8c147e40 24#define DATA_START get_data_start ()
8c147e40 25#endif
03d6a59e 26
7ab56cc4 27#ifdef GNU_LINUX
03d6a59e
RS
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)
03d6a59e 31#endif
ab5796a9
MB
32
33/* arch-tag: 746338f0-cb7b-4f49-a98c-cb50817cf2ec
34 (do not change this comment) */