annotate src/s/gnu-linux.h @ 75227:e90d04cd455a

Update copyright for years from Emacs 21 to present (mainly adding 2001).
author Glenn Morris <rgm@gnu.org>
date Sun, 14 Jan 2007 03:38:22 +0000
parents 2bd7a6d6a83f
children f06998349cfc 95d0cdf160ea
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15478
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
1 /* This file is the configuration file for Linux-based GNU systems
75227
e90d04cd455a Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 74043
diff changeset
2 Copyright (C) 1985, 1986, 1992, 1994, 1996, 1999, 2001, 2002, 2003, 2004,
e90d04cd455a Update copyright for years from Emacs 21 to present (mainly adding
Glenn Morris <rgm@gnu.org>
parents: 74043
diff changeset
3 2005, 2006, 2007 Free Software Foundation, Inc.
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
4
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
5 This file is part of GNU Emacs.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
6
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
7 GNU Emacs is free software; you can redistribute it and/or modify
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
8 it under the terms of the GNU General Public License as published by
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
9 the Free Software Foundation; either version 2, or (at your option)
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
10 any later version.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
11
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
12 GNU Emacs is distributed in the hope that it will be useful,
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
13 but WITHOUT ANY WARRANTY; without even the implied warranty of
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
14 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
15 GNU General Public License for more details.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
16
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
17 You should have received a copy of the GNU General Public License
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
18 along with GNU Emacs; see the file COPYING. If not, write to
64083
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 58594
diff changeset
19 the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
23a17af379b1 Update FSF's address.
Lute Kamstra <lute@gnu.org>
parents: 58594
diff changeset
20 Boston, MA 02110-1301, USA. */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
21
2940
3c7c3bd60e4f * s/linux.h: Remove copyright notices by Michael K. Johnson and
Jim Blandy <jimb@redhat.com>
parents: 2916
diff changeset
22 /* This file was put together by Michael K. Johnson and Rik Faith. */
3c7c3bd60e4f * s/linux.h: Remove copyright notices by Michael K. Johnson and
Jim Blandy <jimb@redhat.com>
parents: 2916
diff changeset
23
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
24
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
25 /*
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
26 * Define symbols to identify the version of Unix this is.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
27 * Define all the symbols that apply correctly.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
28 */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
29
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
30 /* #define UNIPLUS */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
31 /* #define USG5 */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
32 #define USG
16221
d8360498f935 Comment change.
Karl Heuer <kwzh@gnu.org>
parents: 15699
diff changeset
33 /* #define BSD_SYSTEM */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
34 #define LINUX
41968
464d0a0dcf2e (GNU_LINUX): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 39496
diff changeset
35 #define GNU_LINUX
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
36
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
37 /* SYSTEM_TYPE should indicate the kind of system you are using.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
38 It sets the Lisp variable system-type. */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
39
15478
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
40 #define SYSTEM_TYPE "gnu/linux" /* All the best software is free. */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
41
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
42 /* Check the version number of Linux--if it is at least 1.2.0,
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
43 it is safe to use SIGIO. */
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
44 #ifndef NOT_C_CODE
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
45 #ifdef emacs
14839
bc1d2478d392 Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
Richard M. Stallman <rms@gnu.org>
parents: 14824
diff changeset
46 #ifdef HAVE_LINUX_VERSION_H
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
47 #include <linux/version.h>
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
48
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
49 #if LINUX_VERSION_CODE > 0x10200
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
50 #define LINUX_SIGIO_DOES_WORK
14824
f56bb68b6903 (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.
Richard M. Stallman <rms@gnu.org>
parents: 14777
diff changeset
51 #endif /* LINUX_VERSION_CODE > 0x10200 */
20950
8555e6a74cb9 (LINUX_MAP_SHARED_DOES_WORK): Define for kernel
Andreas Schwab <schwab@suse.de>
parents: 18398
diff changeset
52 #if LINUX_VERSION_CODE >= 0x20000
8555e6a74cb9 (LINUX_MAP_SHARED_DOES_WORK): Define for kernel
Andreas Schwab <schwab@suse.de>
parents: 18398
diff changeset
53 #define LINUX_MAP_SHARED_DOES_WORK
8555e6a74cb9 (LINUX_MAP_SHARED_DOES_WORK): Define for kernel
Andreas Schwab <schwab@suse.de>
parents: 18398
diff changeset
54 #endif /* LINUX_VERSION_CODE >= 0x20000 */
71477
eb1fe905e1f8 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
Kim F. Storm <storm@cua.dk>
parents: 68651
diff changeset
55 #if LINUX_VERSION_CODE >= 0x20400
eb1fe905e1f8 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
Kim F. Storm <storm@cua.dk>
parents: 68651
diff changeset
56 #define LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK
eb1fe905e1f8 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
Kim F. Storm <storm@cua.dk>
parents: 68651
diff changeset
57 #endif /* LINUX_VERSION_CODE >= 0x20400 */
14839
bc1d2478d392 Test HAVE_LINUX_VERSION_H, not HAVE_VERSION_H.
Richard M. Stallman <rms@gnu.org>
parents: 14824
diff changeset
58 #endif /* HAVE_LINUX_VERSION_H */
14824
f56bb68b6903 (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.
Richard M. Stallman <rms@gnu.org>
parents: 14777
diff changeset
59 #endif /* emacs */
f56bb68b6903 (LINUX_SIGIO_DOES_WORK): Define only if HAVE_VERSION_H.
Richard M. Stallman <rms@gnu.org>
parents: 14777
diff changeset
60 #endif /* NOT_C_CODE */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
61
29032
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
62 #if defined HAVE_GRANTPT
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
63 #define UNIX98_PTYS
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
64
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
65 /* Run only once. We need a `for'-loop because the code uses
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
66 `continue'. */
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
67
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
68 #define PTY_ITERATION for (i = 0; i < 1; i++)
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
69
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
70 #ifdef HAVE_GETPT
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
71 #define PTY_NAME_SPRINTF
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
72 #define PTY_OPEN fd = getpt ()
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
73 #else /* not HAVE_GETPT */
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
74 #define PTY_NAME_SPRINTF strcpy (pty_name, "/dev/ptmx");
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
75 #endif /* not HAVE_GETPT */
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
76
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
77 /* Note that grantpt and unlockpt may fork. We must block SIGCHLD to
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
78 prevent sigchld_handler from intercepting the child's death. */
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
79
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
80 #define PTY_TTY_NAME_SPRINTF \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
81 { \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
82 char *ptyname; \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
83 \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
84 sigblock (sigmask (SIGCHLD)); \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
85 if (grantpt (fd) == -1 || unlockpt (fd) == -1 \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
86 || !(ptyname = ptsname(fd))) \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
87 { \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
88 sigunblock (sigmask (SIGCHLD)); \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
89 close (fd); \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
90 return -1; \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
91 } \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
92 strncpy (pty_name, ptyname, sizeof (pty_name)); \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
93 pty_name[sizeof (pty_name) - 1] = 0; \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
94 sigunblock (sigmask (SIGCHLD)); \
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
95 }
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
96
35150
ab2107f870ad Comments.
Dave Love <fx@gnu.org>
parents: 34470
diff changeset
97 #else /* not HAVE_GRANTPT */
29032
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
98
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
99 /* Letter to use in finding device name of first pty,
29032
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
100 if system supports pty's. 'p' means it is /dev/ptyp0 */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
101
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
102 #define FIRST_PTY_LETTER 'p'
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
103
29032
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
104 #endif /* not HAVE_GRANDPT */
26212
539733154e0a [HAVE_DEV_PTMX]: Redefine FIRST_PTY_LETTER to 'z'.
Gerd Moellmann <gerd@gnu.org>
parents: 26090
diff changeset
105
29032
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
106 /* Define HAVE_TERMIOS if the system provides POSIX-style
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
107 functions and macros for terminal control. */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
108
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
109 #define HAVE_TERMIOS
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
110
29032
659202362f2b (UNIX98_PTYS) [HAVE_GRANDPT]: Define.
Gerd Moellmann <gerd@gnu.org>
parents: 28378
diff changeset
111 /* Define HAVE_PTYS if the system supports pty devices. */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
112
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
113 #define HAVE_PTYS
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
114
3014
a416873d97e5 * s/linux.h (HAVE_DUP2, HAVE_ALLOCA_H): Deleted.
Jim Blandy <jimb@redhat.com>
parents: 2989
diff changeset
115 #define HAVE_SOCKETS
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
116
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
117 /* Define this symbol if your system has the functions bcopy, etc. */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
118
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
119 #define BSTRING
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
120
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
121 /* subprocesses should be defined if you want to
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
122 have code for asynchronous subprocesses
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
123 (as used in M-x compile and M-x shell).
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
124 This is generally OS dependent, and not supported
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
125 under most USG systems. */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
126
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
127 #define subprocesses
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
128
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
129 /* define MAIL_USE_FLOCK if the mailer uses flock
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
130 to interlock access to /usr/spool/mail/$USER.
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
131 The alternative is that a lock file named
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
132 /usr/spool/mail/$USER.lock. */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
133
15478
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
134 /* On GNU/Linux systems, both methods are used by various mail
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
135 programs. I assume that most people are using newer mailers that
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
136 have heard of flock. Change this if you need to. */
51109
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
137 /* Debian contains a patch which says: ``On Debian/GNU/Linux systems,
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
138 configure gets the right answers, and that means *NOT* using flock.
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
139 Using flock is guaranteed to be the wrong thing. See Debian Policy
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
140 for details.'' and then uses `#ifdef DEBIAN'. Unfortunately the
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
141 Debian maintainer hasn't provided a clean fix for Emacs.
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
142 movemail.c will use `maillock' when MAILDIR, HAVE_LIBMAIL and
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
143 HAVE_MAILLOCK_H are defined, so the following appears to be the
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
144 correct logic. -- fx */
73073
bf1ea63459be (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
Romain Francoise <romain@orebokech.com>
parents: 71578
diff changeset
145 /* We must check for HAVE_LIBLOCKFILE too, as movemail does.
bf1ea63459be (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
Romain Francoise <romain@orebokech.com>
parents: 71578
diff changeset
146 liblockfile is a Free Software replacement for libmail, used on
bf1ea63459be (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
Romain Francoise <romain@orebokech.com>
parents: 71578
diff changeset
147 Debian systems and elsewhere. -rfr */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
148
73073
bf1ea63459be (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
Romain Francoise <romain@orebokech.com>
parents: 71578
diff changeset
149 #if !((defined (HAVE_LIBMAIL) || defined (HAVE_LIBLOCKFILE)) && \
bf1ea63459be (MAIL_USE_FLOCK): Check for HAVE_LIBLOCKFILE too.
Romain Francoise <romain@orebokech.com>
parents: 71578
diff changeset
150 defined (HAVE_MAILLOCK_H))
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
151 #define MAIL_USE_FLOCK
51109
cf8a7f2ef2c3 (MAIL_USE_FLOCK): Make it conditional.
Dave Love <fx@gnu.org>
parents: 49413
diff changeset
152 #endif
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
153
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
154 /* Define CLASH_DETECTION if you want lock files to be written
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
155 so that Emacs can tell instantly when you try to modify
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
156 a file that someone else has modified in his Emacs. */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
157
7835
27ec793a0e99 (CLASH_DETECTION): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 7703
diff changeset
158 #define CLASH_DETECTION
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
159
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
160 /* Here, on a separate page, add any special hacks needed
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
161 to make Emacs work on this system. For example,
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
162 you might define certain system call names that don't
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
163 exist on your system, or that do different things on
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
164 your system and must be used only through an encapsulation
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
165 (Which you should place, by convention, in sysdep.c). */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
166
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
167 /* If you mount the proc file system somewhere other than /proc
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
168 you will have to uncomment the following and make the proper
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
169 changes */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
170
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
171 /* #define LINUX_LDAV_FILE "/proc/loadavg" */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
172
14777
658f41757279 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 14775
diff changeset
173 /* This is needed for dispnew.c:update_frame */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
174
5387
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
175 #ifdef emacs
8274
04eeb3ed2828 [emacs]: Include stdio.h.
Richard M. Stallman <rms@gnu.org>
parents: 7972
diff changeset
176 #include <stdio.h> /* Get the definition of _IO_STDIO_H. */
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
177 #if defined(_IO_STDIO_H) || defined(_STDIO_USES_IOSTREAM)
5387
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
178 /* new C libio names */
7555
85afced1519c (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
Richard M. Stallman <rms@gnu.org>
parents: 7307
diff changeset
179 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
5387
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
180 ((FILE)->_IO_write_ptr - (FILE)->_IO_write_base)
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
181 #else /* !_IO_STDIO_H */
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
182 /* old C++ iostream names */
7555
85afced1519c (GNU_LIBRARY_PENDING_OUTPUT_COUNT): Both definitions
Richard M. Stallman <rms@gnu.org>
parents: 7307
diff changeset
183 #define GNU_LIBRARY_PENDING_OUTPUT_COUNT(FILE) \
5387
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
184 ((FILE)->_pptr - (FILE)->_pbase)
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
185 #endif /* !_IO_STDIO_H */
f99b0175322e (PENDING_OUTPUT_COUNT): Two alternate definitions
Richard M. Stallman <rms@gnu.org>
parents: 5363
diff changeset
186 #endif /* emacs */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
187
12306
173396dad212 (LIB_GCC): Define here, overriding Makefile.in.in,
Richard M. Stallman <rms@gnu.org>
parents: 11828
diff changeset
188 /* Ask GCC where to find libgcc.a. */
12314
b55e6abc0f0e (LIB_GCC): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents: 12306
diff changeset
189 #define LIB_GCC `$(CC) $(C_SWITCH_X_SITE) -print-libgcc-file-name`
12306
173396dad212 (LIB_GCC): Define here, overriding Makefile.in.in,
Richard M. Stallman <rms@gnu.org>
parents: 11828
diff changeset
190
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
191 #ifndef __ELF__
15478
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
192 /* GNU/Linux usually has crt0.o in a non-standard place */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
193 #define START_FILES pre-crt0.o /usr/lib/crt0.o
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
194 #else
15699
51f02643830c Undo previous change.
Karl Heuer <kwzh@gnu.org>
parents: 15697
diff changeset
195 #define START_FILES pre-crt0.o /usr/lib/crt1.o /usr/lib/crti.o
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
196 #endif
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
197
15404
9f223b2f92ac [__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman <rms@gnu.org>
parents: 14990
diff changeset
198 #ifdef __ELF__
9f223b2f92ac [__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman <rms@gnu.org>
parents: 14990
diff changeset
199 /* Here is how to find X Windows. LD_SWITCH_X_SITE_AUX gives an -R option
9f223b2f92ac [__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman <rms@gnu.org>
parents: 14990
diff changeset
200 says where to find X windows at run time. */
15508
dcd2d760053a (LD_SWITCH_SYSTEM): Just one definition.
Richard M. Stallman <rms@gnu.org>
parents: 15478
diff changeset
201
18398
3c18aa006200 (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 16221
diff changeset
202 #ifdef __mips__
3c18aa006200 (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 16221
diff changeset
203 #define LD_SWITCH_SYSTEM -G 0 LD_SWITCH_X_SITE_AUX
3c18aa006200 (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 16221
diff changeset
204 #else
15404
9f223b2f92ac [__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman <rms@gnu.org>
parents: 14990
diff changeset
205 #define LD_SWITCH_SYSTEM LD_SWITCH_X_SITE_AUX
18398
3c18aa006200 (LD_SWITCH_SYSTEM) [__mips__]: Alternate definition.
Richard M. Stallman <rms@gnu.org>
parents: 16221
diff changeset
206 #endif /* __mips__ */
39494
4a51dde8ee81 (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab <schwab@suse.de>
parents: 35150
diff changeset
207
4a51dde8ee81 (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab <schwab@suse.de>
parents: 35150
diff changeset
208 /* Link temacs with -z nocombreloc so that unexec works right, whether or
39496
8e1f1f05b742 Fix a typo in comment.
Pavel Janík <Pavel@Janik.cz>
parents: 39494
diff changeset
209 not -z combreloc is the default. GNU ld ignores unknown -z KEYWORD
39494
4a51dde8ee81 (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab <schwab@suse.de>
parents: 35150
diff changeset
210 switches, so this also works with older versions that don't implement
4a51dde8ee81 (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab <schwab@suse.de>
parents: 35150
diff changeset
211 -z combreloc. */
4a51dde8ee81 (LD_SWITCH_SYSTEM_TEMACS): Link temacs with -z
Andreas Schwab <schwab@suse.de>
parents: 35150
diff changeset
212 #define LD_SWITCH_SYSTEM_TEMACS -z nocombreloc
15404
9f223b2f92ac [__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman <rms@gnu.org>
parents: 14990
diff changeset
213 #endif /* __ELF__ */
9f223b2f92ac [__ELF__] (LD_SWITCH_SYSTEM): Define it.
Richard M. Stallman <rms@gnu.org>
parents: 14990
diff changeset
214
15478
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
215 /* As of version 1.1.51, Linux did not actually implement SIGIO.
0be0ca99aa9a Renamed from lignux.h.
Richard M. Stallman <rms@gnu.org>
parents: 15404
diff changeset
216 But it works in newer versions. */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
217 #ifdef emacs
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
218 #ifdef LINUX_SIGIO_DOES_WORK
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
219 #define INTERRUPT_INPUT
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
220 #else
26090
63fd40a97a75 s/usg5-4.h:
Paul Eggert <eggert@twinsun.com>
parents: 25032
diff changeset
221 #define BROKEN_SIGIO
13592
426a5dc91b98 #undef SIGPOLL and SIGURG as well as SIGIO.
Richard M. Stallman <rms@gnu.org>
parents: 13294
diff changeset
222 /* Some versions of Linux define SIGURG and SIGPOLL as aliases for SIGIO.
426a5dc91b98 #undef SIGPOLL and SIGURG as well as SIGIO.
Richard M. Stallman <rms@gnu.org>
parents: 13294
diff changeset
223 This prevents lossage in process.c. */
26090
63fd40a97a75 s/usg5-4.h:
Paul Eggert <eggert@twinsun.com>
parents: 25032
diff changeset
224 #define BROKEN_SIGURG
63fd40a97a75 s/usg5-4.h:
Paul Eggert <eggert@twinsun.com>
parents: 25032
diff changeset
225 #define BROKEN_SIGPOLL
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
226 #endif
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
227 #endif
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
228
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
229 /* This is needed for sysdep.c */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
230
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
231 #define NO_SIOCTL_H /* don't have sioctl.h */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
232
14990
cee88fc1cecd Define HAVE_WAIT_HEADER.
Richard M. Stallman <rms@gnu.org>
parents: 14958
diff changeset
233 #define HAVE_WAIT_HEADER
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
234
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
235 #define SYSV_SYSTEM_DIR /* use dirent.h */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
236
4825
d60016b1f6da Comment update reflects reality.
Brian Fox <bfox@gnu.org>
parents: 4719
diff changeset
237 #define POSIX /* affects getpagesize.h and systty.h */
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
238 #define POSIX_SIGNALS
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
239
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
240 /* Best not to include -lg, unless it is last on the command line */
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
241 #define LIBS_DEBUG
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
242 #ifndef __ELF__
2915
2c9dde3bd3a0 Initial revision
Jim Blandy <jimb@redhat.com>
parents:
diff changeset
243 #define LIB_STANDARD -lc /* avoid -lPW */
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
244 #else
12314
b55e6abc0f0e (LIB_GCC): Fix previous change.
Richard M. Stallman <rms@gnu.org>
parents: 12306
diff changeset
245 #undef LIB_GCC
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
246 #define LIB_GCC
15699
51f02643830c Undo previous change.
Karl Heuer <kwzh@gnu.org>
parents: 15697
diff changeset
247 #define LIB_STANDARD -lgcc -lc -lgcc /usr/lib/crtn.o
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
248 #endif
3207
257a856de952 * s/linux.h (SIGNALS_VIA_CHARACTERS): Try this out for a bit.
Jim Blandy <jimb@redhat.com>
parents: 3154
diff changeset
249
7956
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
250 /* Don't use -g in test compiles in configure.
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
251 This is so we will use the same shared libs for that linking
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
252 that are used when linking temacs. */
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
253 #ifdef THIS_IS_CONFIGURE
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
254 #define C_DEBUG_SWITCH
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
255 #endif
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
256
71578
a30f70d64256 Comment change.
Richard M. Stallman <rms@gnu.org>
parents: 71477
diff changeset
257 /* 21 Jun 06: Eric Hanchrow <offby1@blarg.net> says this works. */
71477
eb1fe905e1f8 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
Kim F. Storm <storm@cua.dk>
parents: 68651
diff changeset
258 #ifdef LINUX_SIGNALS_VIA_CHARACTERS_DOES_WORK
eb1fe905e1f8 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
Kim F. Storm <storm@cua.dk>
parents: 68651
diff changeset
259 #define SIGNALS_VIA_CHARACTERS
eb1fe905e1f8 (SIGNALS_VIA_CHARACTERS): Define for Linux kernel
Kim F. Storm <storm@cua.dk>
parents: 68651
diff changeset
260 #endif
3729
b9d69ed987e7 * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
Jim Blandy <jimb@redhat.com>
parents: 3680
diff changeset
261
b9d69ed987e7 * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
Jim Blandy <jimb@redhat.com>
parents: 3680
diff changeset
262 /* Rob Malouf <malouf@csli.stanford.edu> says:
b9d69ed987e7 * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
Jim Blandy <jimb@redhat.com>
parents: 3680
diff changeset
263 SYSV IPC is standard a standard part of Linux since version 0.99pl10,
b9d69ed987e7 * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
Jim Blandy <jimb@redhat.com>
parents: 3680
diff changeset
264 and is a very common addition to previous versions. */
4913
eb26686b99cf [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman <rms@gnu.org>
parents: 4825
diff changeset
265
eb26686b99cf [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman <rms@gnu.org>
parents: 4825
diff changeset
266 #ifdef TERM
12829
f36fccc38b0d (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
Richard M. Stallman <rms@gnu.org>
parents: 12720
diff changeset
267 #define LIBS_SYSTEM -lclient
4913
eb26686b99cf [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman <rms@gnu.org>
parents: 4825
diff changeset
268 #define C_SWITCH_SYSTEM -D_BSD_SOURCE -I/usr/src/term
eb26686b99cf [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman <rms@gnu.org>
parents: 4825
diff changeset
269 #else
4719
f250e1299a74 (LIBS_MACHINE): Make definition empty.
Richard M. Stallman <rms@gnu.org>
parents: 3824
diff changeset
270 /* alane@wozzle.linet.org says that -lipc is not a separate library,
f250e1299a74 (LIBS_MACHINE): Make definition empty.
Richard M. Stallman <rms@gnu.org>
parents: 3824
diff changeset
271 since libc-4.4.1. So -lipc was deleted. */
12829
f36fccc38b0d (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.h
Richard M. Stallman <rms@gnu.org>
parents: 12720
diff changeset
272 #define LIBS_SYSTEM
49413
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
273 /* _BSD_SOURCE is redundant, at least in glibc2, since we define
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
274 _GNU_SOURCE. Left in in case it's relevant to libc5 systems and
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
275 anyone's still using Emacs on those. --fx 2002-12-14 */
29850
6ef6d3b9d25a (C_SWITCH_SYSTEM): Don't define _XOPEN_SOURCE here.
Dave Love <fx@gnu.org>
parents: 29792
diff changeset
276 #define C_SWITCH_SYSTEM -D_BSD_SOURCE
4913
eb26686b99cf [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman <rms@gnu.org>
parents: 4825
diff changeset
277 #endif
eb26686b99cf [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE.
Richard M. Stallman <rms@gnu.org>
parents: 4825
diff changeset
278
13623
276f513076a9 (LIB_MOTIF): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 13592
diff changeset
279 /* Paul Abrahams <abrahams@equinox.shaysnet.com> says this is needed. */
276f513076a9 (LIB_MOTIF): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 13592
diff changeset
280 #define LIB_MOTIF -lXm -lXpm
276f513076a9 (LIB_MOTIF): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 13592
diff changeset
281
14958
19c05cbf2811 Test HAVE_LIBNCURSES, not HAVE_NCURSES
Richard M. Stallman <rms@gnu.org>
parents: 14949
diff changeset
282 #ifdef HAVE_LIBNCURSES
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
283 #define TERMINFO
14949
e827a568785f [HAVE_NCURSES] (LIBS_TERMCAP): New definition.
Richard M. Stallman <rms@gnu.org>
parents: 14918
diff changeset
284 #define LIBS_TERMCAP -lncurses
14775
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
285 #endif
f4cc1bc9ec2c (TERMINFO): Define, if HAVE_NCURSES.
Richard M. Stallman <rms@gnu.org>
parents: 14186
diff changeset
286
3729
b9d69ed987e7 * s/linux.h (LIBS_MACHINE, HAVE_SYSVIPC): Set the former to -lipc,
Jim Blandy <jimb@redhat.com>
parents: 3680
diff changeset
287 #define HAVE_SYSVIPC
5363
d37a5b990e49 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5071
diff changeset
288
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
289 #ifdef __ELF__
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
290 #define UNEXEC unexelf.o
20950
8555e6a74cb9 (LINUX_MAP_SHARED_DOES_WORK): Define for kernel
Andreas Schwab <schwab@suse.de>
parents: 18398
diff changeset
291 #ifndef LINUX_MAP_SHARED_DOES_WORK
11828
cb6c1026a0f7 UNEXEC_USE_MAP_PRIVATE: Define.
Karl Heuer <kwzh@gnu.org>
parents: 11826
diff changeset
292 #define UNEXEC_USE_MAP_PRIVATE
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
293 #endif
20950
8555e6a74cb9 (LINUX_MAP_SHARED_DOES_WORK): Define for kernel
Andreas Schwab <schwab@suse.de>
parents: 18398
diff changeset
294 #endif
11826
6197ce4cd509 Test _STDIO_USES_IOSTREAM as well as _IO_STDIO_H.
Karl Heuer <kwzh@gnu.org>
parents: 11549
diff changeset
295
8633
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
296 #ifdef LINUX_QMAGIC
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
297
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
298 #define HAVE_TEXT_START
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
299 #define UNEXEC unexsunos4.o
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
300 #define N_PAGSIZ(x) PAGE_SIZE
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
301
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
302 #else /* not LINUX_QMAGIC */
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
303
5363
d37a5b990e49 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5071
diff changeset
304 #define A_TEXT_OFFSET(hdr) (N_MAGIC(hdr) == QMAGIC ? sizeof (struct exec) : 0)
d37a5b990e49 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5071
diff changeset
305 #define A_TEXT_SEEK(hdr) (N_TXTOFF(hdr) + A_TEXT_OFFSET(hdr))
d37a5b990e49 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5071
diff changeset
306 #define ADJUST_EXEC_HEADER \
d37a5b990e49 (A_TEXT_OFFSET, A_TEXT_SEEK, ADJUST_EXEC_HEADER): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 5071
diff changeset
307 unexec_text_start = N_TXTADDR(ohdr) + A_TEXT_OFFSET(ohdr)
7632
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
308
8633
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
309 #endif /* not LINUX_QMAGIC */
ef773dd417ea Add LINUX_QMAGIC conditional.
Richard M. Stallman <rms@gnu.org>
parents: 8274
diff changeset
310
7956
eaca9ccb9f4a (C_DEBUG_SWITCH): Define, if THIS_IS_CONFIGURE.
Richard M. Stallman <rms@gnu.org>
parents: 7835
diff changeset
311 #if 0
7632
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
312 /* In 19.23 and 19.24, configure sometimes fails to define these.
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
313 It has to do with the fact that configure uses CFLAGS when linking
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
314 while Makefile.in.in (erroneously) fails to do so when linking temacs. */
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
315 #ifndef HAVE_GETTIMEOFDAY
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
316 #define HAVE_GETTIMEOFDAY
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
317 #endif
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
318 #ifndef HAVE_MKDIR
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
319 #define HAVE_MKDIR
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
320 #endif
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
321 #ifndef HAVE_RMDIR
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
322 #define HAVE_RMDIR
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
323 #endif
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
324 #ifndef HAVE_XSCREENNUMBEROFSCREEN
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
325 #define HAVE_XSCREENNUMBEROFSCREEN
8abb5c77cc2a (HAVE_GETTIMEOFDAY, HAVE_MKDIR, HAVE_RMDIR)
Richard M. Stallman <rms@gnu.org>
parents: 7555
diff changeset
326 #endif
12720
8033d2412068 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 12314
diff changeset
327 #endif /* 0 */
8033d2412068 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 12314
diff changeset
328
8033d2412068 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 12314
diff changeset
329 /* This is to work around mysterious gcc failures in some system versions.
8033d2412068 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 12314
diff changeset
330 It is unlikely that Emacs changes will work around this problem;
8033d2412068 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 12314
diff changeset
331 therefore, this should remain permanently. */
7703
2b7b11a5e1e6 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 7632
diff changeset
332 #ifndef HAVE_XRMSETDATABASE
2b7b11a5e1e6 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 7632
diff changeset
333 #define HAVE_XRMSETDATABASE
2b7b11a5e1e6 (HAVE_XRMSETDATABASE): Define if not defined.
Richard M. Stallman <rms@gnu.org>
parents: 7632
diff changeset
334 #endif
11549
bfb9b93ee7e9 (REGEXP_IN_LIBC): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11292
diff changeset
335
bfb9b93ee7e9 (REGEXP_IN_LIBC): Defined.
Richard M. Stallman <rms@gnu.org>
parents: 11292
diff changeset
336 /* The regex.o routines are a part of the GNU C-library used with Linux. */
13294
30565fdf5fe0 (REGEXP_IN_LIBC): Definition turned off.
Richard M. Stallman <rms@gnu.org>
parents: 12829
diff changeset
337 /* However, sometimes they disagree with the src/regex.h that comes with Emacs,
30565fdf5fe0 (REGEXP_IN_LIBC): Definition turned off.
Richard M. Stallman <rms@gnu.org>
parents: 12829
diff changeset
338 and that can make trouble in etags.c because it gets the regex.h from Emacs
30565fdf5fe0 (REGEXP_IN_LIBC): Definition turned off.
Richard M. Stallman <rms@gnu.org>
parents: 12829
diff changeset
339 and the function definitions in libc. So turn this off. */
30565fdf5fe0 (REGEXP_IN_LIBC): Definition turned off.
Richard M. Stallman <rms@gnu.org>
parents: 12829
diff changeset
340 /* #define REGEXP_IN_LIBC */
30565fdf5fe0 (REGEXP_IN_LIBC): Definition turned off.
Richard M. Stallman <rms@gnu.org>
parents: 12829
diff changeset
341
14871
cb986696ec03 (setpgrp): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 14839
diff changeset
342 /* Use BSD process groups, but use setpgid() instead of setpgrp() to
cb986696ec03 (setpgrp): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 14839
diff changeset
343 actually set a process group. */
cb986696ec03 (setpgrp): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 14839
diff changeset
344
cb986696ec03 (setpgrp): New macro.
Richard M. Stallman <rms@gnu.org>
parents: 14839
diff changeset
345 #define BSD_PGRPS
23974
dcc1ebab38c1 [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Richard M. Stallman <rms@gnu.org>
parents: 22229
diff changeset
346
25032
ae314c884db0 (NARROWPROTO): New.
Gerd Moellmann <gerd@gnu.org>
parents: 23974
diff changeset
347 #define NARROWPROTO 1
ae314c884db0 (NARROWPROTO): New.
Gerd Moellmann <gerd@gnu.org>
parents: 23974
diff changeset
348
23974
dcc1ebab38c1 [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Richard M. Stallman <rms@gnu.org>
parents: 22229
diff changeset
349 /* Use mmap directly for allocating larger buffers. */
dcc1ebab38c1 [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Richard M. Stallman <rms@gnu.org>
parents: 22229
diff changeset
350 #ifdef DOUG_LEA_MALLOC
dcc1ebab38c1 [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Richard M. Stallman <rms@gnu.org>
parents: 22229
diff changeset
351 #undef REL_ALLOC
dcc1ebab38c1 [DOUG_LEA_MALLOC] (REL_ALLOC): Undefine it.
Richard M. Stallman <rms@gnu.org>
parents: 22229
diff changeset
352 #endif
28378
65fca17fb602 (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
Dave Love <fx@gnu.org>
parents: 27679
diff changeset
353
65fca17fb602 (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
Dave Love <fx@gnu.org>
parents: 27679
diff changeset
354 /* Tell that garbage collector that setjmp is known to save all
65fca17fb602 (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
Dave Love <fx@gnu.org>
parents: 27679
diff changeset
355 registers relevant for conservative garbage collection in the
65fca17fb602 (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
Dave Love <fx@gnu.org>
parents: 27679
diff changeset
356 jmp_buf. */
49413
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
357 /* Not all the architectures are tested, but there are Debian packages
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
358 for SCM and/or Guile on them, so the technique must work. See also
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
359 comments in alloc.c concerning setjmp and gcc. Fixme: it's
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
360 probably safe to make this conditional just on GCC, except for ia64
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
361 register window-flushing. */
33654
75dc719a7183 Don't use `#cpu'.
Gerd Moellmann <gerd@gnu.org>
parents: 29850
diff changeset
362 /* Don't use #cpu here since in newest development versions of GCC,
75dc719a7183 Don't use `#cpu'.
Gerd Moellmann <gerd@gnu.org>
parents: 29850
diff changeset
363 we must call cpp with -traditional, and that disables #cpu. */
75dc719a7183 Don't use `#cpu'.
Gerd Moellmann <gerd@gnu.org>
parents: 29850
diff changeset
364
49413
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
365 #if defined __i386__ || defined __sparc__ || defined __mc68000__ \
8aaa2f3ae722 (GC_SETJMP_WORKS, GC_MARK_STACK): Define for more
Dave Love <fx@gnu.org>
parents: 43162
diff changeset
366 || defined __alpha__ || defined __mips__ || defined __s390__ \
58594
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
367 || defined __arm__ || defined __powerpc__ || defined __amd64__ \
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
368 || defined __ia64__
28378
65fca17fb602 (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
Dave Love <fx@gnu.org>
parents: 27679
diff changeset
369 #define GC_SETJMP_WORKS 1
34470
286c73f656a1 (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
Gerd Moellmann <gerd@gnu.org>
parents: 33654
diff changeset
370 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
43162
a62b272dc382 (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
Andreas Schwab <schwab@suse.de>
parents: 43071
diff changeset
371 #ifdef __mc68000__
a62b272dc382 (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
Andreas Schwab <schwab@suse.de>
parents: 43071
diff changeset
372 #define GC_LISP_OBJECT_ALIGNMENT 2
28378
65fca17fb602 (GC_SETJMP_WORKS): Define for i386, sparc, m68k, alpha.
Dave Love <fx@gnu.org>
parents: 27679
diff changeset
373 #endif
58594
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
374 #ifdef __ia64__
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
375 #define GC_MARK_SECONDARY_STACK() \
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
376 do { \
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
377 extern void *__libc_ia64_register_backing_store_base; \
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
378 __builtin_ia64_flushrs (); \
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
379 mark_memory (__libc_ia64_register_backing_store_base, \
74043
2bd7a6d6a83f (GC_MARK_SECONDARY_STACK): Update call to
Andreas Schwab <schwab@suse.de>
parents: 73073
diff changeset
380 __builtin_ia64_bsp (), 0); \
58594
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
381 } while (0)
f86ad7205885 Enable no-op gcpros on ia64.
Andreas Schwab <schwab@suse.de>
parents: 56501
diff changeset
382 #endif
43162
a62b272dc382 (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
Andreas Schwab <schwab@suse.de>
parents: 43071
diff changeset
383 #endif
52401
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51109
diff changeset
384
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51109
diff changeset
385 /* arch-tag: 6244ea2a-abd0-44ec-abec-ff3dcc9afea9
695cf19ef79e Add arch taglines
Miles Bader <miles@gnu.org>
parents: 51109
diff changeset
386 (do not change this comment) */