* configure.in (LIBX11_MACHINE, HAVE_XFREE386): Remove code
[bpt/emacs.git] / src / m / ibm370aix.h
CommitLineData
b3ae7a0a 1/* m/ file for IBM 370 running AIX.
b908093d 2 Copyright (C) 1993, 1994, 2001, 2002, 2003, 2004,
49c1c3cc 3 2005, 2006, 2007, 2008 Free Software Foundation, Inc.
b3ae7a0a
GM
4
5This file is part of GNU Emacs.
6
7GNU Emacs is free software; you can redistribute it and/or modify
8it under the terms of the GNU General Public License as published by
4a9f99bd 9the Free Software Foundation; either version 3, or (at your option)
b3ae7a0a
GM
10any later version.
11
12GNU Emacs is distributed in the hope that it will be useful,
13but WITHOUT ANY WARRANTY; without even the implied warranty of
14MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
15GNU General Public License for more details.
16
17You should have received a copy of the GNU General Public License
18along with GNU Emacs; see the file COPYING. If not, write to
364c38d3
LK
19the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
20Boston, MA 02110-1301, USA. */
20c428fd 21
69b4bf37 22#define AIX
4a6fd0de 23
e79a0e1b
RS
24/* Include unistd.h, even though we don't define POSIX. */
25#define NEED_UNISTD_H
26
22e9fe24 27/* Define WORDS_BIG_ENDIAN if lowest-numbered byte in a word
74d3f806
KH
28 is the most significant byte. */
29
30#define WORDS_BIG_ENDIAN
31
69b4bf37
RS
32#undef TEXT_START
33#undef SEGMENT_MASK
34#undef DATA_SECTION_ALIGNMENT
20c428fd 35
69b4bf37
RS
36#define TEXT_START 0
37#define SEGMENT_MASK 0
38#define DATA_SECTION_ALIGNMENT 0x00001000
20c428fd 39
69b4bf37
RS
40#undef LOAD_AVE_CVT
41#undef LOAD_AVE_TYPE
20c428fd 42/* Data type of load average, as read out of kmem. */
20c428fd 43#define LOAD_AVE_CVT(x) (int)(((double) (x)) * 100.0 / 1.0)
69b4bf37 44#define LOAD_AVE_TYPE double
20c428fd 45
69b4bf37 46#undef LIBS_MACHINE
177c0ea7 47#define LIBS_MACHINE
20c428fd 48
69b4bf37
RS
49#undef LD_SWITCH_MACHINE
50#define LD_SWITCH_MACHINE -xa
ab5796a9
MB
51
52/* arch-tag: 8605b600-0580-4e49-9ba9-8b4a977f860a
53 (do not change this comment) */