Mercurial > emacs
annotate src/m/ibmrt-aix.h @ 13586:292e11b5f9c6
(fill-context-prefix): New arg first-line-regexp.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 18 Nov 1995 16:42:57 +0000 |
parents | 1d4654a97585 |
children | ee40177f6c68 |
rev | line source |
---|---|
446 | 1 /* RTPC AIX machine/system dependent defines |
2 Copyright (C) 1988 Free Software Foundation, Inc. | |
3 | |
4 This file is part of GNU Emacs. | |
5 | |
6 GNU Emacs is free software; you can redistribute it and/or modify | |
7 it under the terms of the GNU General Public License as published by | |
3699 | 8 the Free Software Foundation; either version 2, or (at your option) |
446 | 9 any later version. |
10 | |
11 GNU Emacs is distributed in the hope that it will be useful, | |
12 but WITHOUT ANY WARRANTY; without even the implied warranty of | |
13 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the | |
14 GNU General Public License for more details. | |
15 | |
16 You should have received a copy of the GNU General Public License | |
17 along with GNU Emacs; see the file COPYING. If not, write to | |
18 the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |
19 | |
20 | |
21 /* The following line tells the configuration script what sort of | |
22 operating system this machine is likely to run. | |
23 USUAL-OPSYS="usg5-2-2" */ | |
24 | |
9095
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
25 /* Define WORDS_BIG_ENDIAN iff lowest-numbered byte in a word |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
26 is the most significant byte. */ |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
27 |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
28 #define WORDS_BIG_ENDIAN |
23f72b18b420
(WORDS_BIG_ENDIAN): define or undef appropriately, superseding BIG_ENDIAN.
Karl Heuer <kwzh@gnu.org>
parents:
8892
diff
changeset
|
29 |
446 | 30 /* Define NO_ARG_ARRAY if you cannot take the address of the first of a |
31 * group of arguments and treat it as an array of the arguments. */ | |
32 | |
33 #define NO_ARG_ARRAY | |
34 | |
35 /* Now define a symbol for the cpu type, if your compiler | |
36 does not define it automatically. */ | |
37 | |
38 #ifndef IBMAIX | |
39 #define IBMAIX | |
40 #endif | |
41 | |
42 /* Use type int rather than a union, to represent Lisp_Object */ | |
43 /* This is desirable for most machines. */ | |
44 | |
45 #define NO_UNION_TYPE | |
46 | |
47 /* No load average information appears in the AIX kernel. VRM has this | |
48 info, and if anyone desires they should fix fns.c to get it out of VRM */ | |
49 | |
50 /* Define CANNOT_DUMP on machines where unexec does not work. | |
51 Then the function dump-emacs will not be defined | |
52 and temacs will do (load "loadup") automatically unless told otherwise. */ | |
53 | |
54 /* #define CANNOT_DUMP */ | |
55 | |
56 /* Define addresses, macros, change some setup for dump */ | |
57 | |
58 #undef COFF | |
59 #define NO_REMAP | |
60 #undef static | |
61 /* Since NO_REMAP, problem with statics doesn't exist */ | |
62 | |
63 #define TEXT_START 0x10000000 | |
64 #define TEXT_END 0 | |
65 #define DATA_START 0x20000000 | |
66 #define DATA_END 0 | |
67 | |
68 /* The data segment in this machine always starts at address 0x20000000. | |
69 An address of data cannot be stored correctly in a Lisp object; | |
70 we always lose the high bits. We must tell XPNTR to add them back. */ | |
71 | |
72 #define DATA_SEG_BITS 0x20000000 | |
73 | |
74 #define N_BADMAG(x) BADMAG(x) | |
75 #define N_TXTOFF(x) A_TEXTPOS(x) | |
76 #define N_SYMOFF(x) A_SYMPOS(x) | |
77 #define A_TEXT_OFFSET(HDR) sizeof(HDR) | |
78 #define ADJUST_EXEC_HEADER \ | |
79 unexec_text_start += sizeof(hdr); \ | |
80 unexec_data_start = ohdr.a_dbase | |
81 #undef ADDR_CORRECT | |
82 #define ADDR_CORRECT(x) ((int)(x)) | |
83 | |
84 /* This is the offset of the executable's text, from the start of the file. */ | |
85 | |
86 #define A_TEXT_SEEK(HDR) (N_TXTOFF (hdr) + sizeof (hdr)) | |
87 | |
88 /* Define C_ALLOCA if this machine does not support a true alloca | |
89 and the one written in C should be used instead. | |
90 Define HAVE_ALLOCA to say that the system provides a properly | |
91 working alloca function and it should be used. | |
92 Define neither one if an assembler-language alloca | |
93 in the file alloca.s should be used. */ | |
94 | |
95 #define C_ALLOCA | |
96 #define STACK_DIRECTION -1 /* tell alloca.c which way it grows */ | |
97 | |
98 /* AIX has PTYs, so define here, along with macros needed to make them work. */ | |
99 | |
100 #define HAVE_PTYS | |
101 #define PTY_ITERATION for (i=0; i<256; i++) | |
102 #define PTY_NAME_SPRINTF sprintf (ptyname, "/dev/ptc%d", i); | |
103 | |
104 #define PTY_TTY_NAME_SPRINTF \ | |
105 { /* Check that server side not already open */ \ | |
106 if ((ioctl (*ptyv, PTYSTATUS, 0) & 0xFFFF) != 0) \ | |
107 { \ | |
108 close (*ptyv); \ | |
109 continue; \ | |
110 } \ | |
111 /* And finally to be sure we can open it later */ \ | |
112 sprintf (ptyname, "/dev/pts%d", i); \ | |
113 signal (SIGHUP,SIG_IGN); \ | |
114 } /* ignore hangup at process end */ | |
115 | |
116 /* TIOCNOTTY doesn't occur on AIX, but the rest | |
117 of the conditionalized code in process.c does | |
118 the right thing if we fake this out. */ | |
119 #define TIOCNOTTY IOCTYPE | |
120 | |
121 /* AIX has IPC. It also has sockets, and either can be used for client/server. | |
122 I would suggest the client/server code be changed to use HAVE_SOCKETS rather | |
123 than BSD as the conditional if sockets provide any advantages. */ | |
124 | |
125 #define HAVE_SYSVIPC | |
126 | |
127 /* AIX has sockets */ | |
128 | |
129 #define HAVE_SOCKETS | |
130 /* #define SKTPAIR */ /* SKTPAIR works, but what is advantage over pipes? */ | |
131 | |
132 /* Specify the font for X to use. */ | |
133 | |
134 #define X_DEFAULT_FONT "Rom14.500" | |
135 | |
136 /* Here override various assumptions in ymakefile */ | |
137 | |
138 /* On AIX 2.2.1, use these definitions instead | |
139 #define C_SWITCH_MACHINE -I/usr/include -Nn2000 | |
140 #define LIBS_MACHINE -lX -lrts | |
141 */ | |
142 | |
143 #define C_SWITCH_MACHINE -I/usr/include -I/usr/include/bsd -Nn2000 | |
144 #define LIBS_MACHINE -lXMenu -lX -lsock -lbsd -lrts | |
145 | |
146 #define OBJECTS_MACHINE hftctl.o | |
147 #define START_FILES /lib/crt0.o | |
148 /* -lXMenu, -lX must precede -lsock, -lbsd */ | |
149 #define LD_SWITCH_MACHINE -n -T0x10000000 -K -e start | |
150 | |
151 #if 0 /* I refuse to promulgate a recommendation that would make | |
152 users unable to debug - RMS. */ | |
153 /* delete the following line to foil optimization, enable debugging */ | |
154 #define C_DEBUG_SWITCH -O | |
155 #endif | |
156 | |
157 | |
158 /* Setup to do some things BSD way - these won't work previous to AIX 2.1.2 */ | |
159 | |
160 #include </usr/include/bsd/BSDtoAIX.h> | |
161 #define BSTRING | |
162 #define HAVE_GETTIMEOFDAY | |
163 #define HAVE_VFORK | |
164 | |
8892 | 165 /* AIX utimes allegedly causes SIGSEGV. */ |
166 #undef HAVE_UTIMES /* override configuration decision */ | |
446 | 167 |
168 /* AIX defines FIONREAD, but it does not work. */ | |
169 #define BROKEN_FIONREAD | |
3458 | 170 |
171 /* rocky@watson.ibm.com says this is needed. */ | |
172 #define HAVE_FTIME |