aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
Diffstat (limited to 'src/s')
-rw-r--r--src/s/aix4-2.h7
-rw-r--r--src/s/gnu-linux.h2
-rw-r--r--src/s/gnu.h2
-rw-r--r--src/s/ms-w32.h1
-rw-r--r--src/s/msdos.h3
-rw-r--r--src/s/usg5-4.h3
-rw-r--r--src/s/vms.h2
7 files changed, 2 insertions, 18 deletions
diff --git a/src/s/aix4-2.h b/src/s/aix4-2.h
index c435687bef1..f3d3c4dd578 100644
--- a/src/s/aix4-2.h
+++ b/src/s/aix4-2.h
@@ -141,13 +141,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
141#define C_SWITCH_SYSTEM -ma -qmaxmem=4000 141#define C_SWITCH_SYSTEM -ma -qmaxmem=4000
142#endif 142#endif
143 143
144/* The character-composition stuff is broken in X11R5.
145 Even with XIMStatusNothing aliased to XIMStatusNone,
146 tranle@intellicorp.com (Minh Tran-Le) reports that enabling
147 the internationalization code causes the modifier keys C, M and Shift
148 to beep after a mouse click. */
149#define X11R5_INHIBIT_I18N
150
151/* string.h defines rindex as a macro, at least with native cc, so we 144/* string.h defines rindex as a macro, at least with native cc, so we
152 lose declaring char * rindex without this. 145 lose declaring char * rindex without this.
153 It is just a guess which versions of AIX need this definition. */ 146 It is just a guess which versions of AIX need this definition. */
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 4267da05d4e..1904d71b6c8 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -25,11 +25,9 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
25 * Define all the symbols that apply correctly. 25 * Define all the symbols that apply correctly.
26 */ 26 */
27 27
28/* #define UNIPLUS */
29/* #define USG5 */ 28/* #define USG5 */
30#define USG 29#define USG
31/* #define BSD_SYSTEM */ 30/* #define BSD_SYSTEM */
32#define LINUX
33#define GNU_LINUX 31#define GNU_LINUX
34 32
35/* SYSTEM_TYPE should indicate the kind of system you are using. 33/* SYSTEM_TYPE should indicate the kind of system you are using.
diff --git a/src/s/gnu.h b/src/s/gnu.h
index 857bf70a9cc..811a682f74c 100644
--- a/src/s/gnu.h
+++ b/src/s/gnu.h
@@ -27,8 +27,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
27#undef SYSTEM_TYPE 27#undef SYSTEM_TYPE
28#define SYSTEM_TYPE "gnu" 28#define SYSTEM_TYPE "gnu"
29 29
30#undef NLIST_STRUCT
31
32/* XXX should getloadavg be in libc? Should we have a libutil? 30/* XXX should getloadavg be in libc? Should we have a libutil?
33#define HAVE_GETLOADAVG */ 31#define HAVE_GETLOADAVG */
34#undef NLIST_STRUCT 32#undef NLIST_STRUCT
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h
index f617490bef2..104f55f9037 100644
--- a/src/s/ms-w32.h
+++ b/src/s/ms-w32.h
@@ -296,7 +296,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
296 296
297#ifdef HAVE_NTGUI 297#ifdef HAVE_NTGUI
298#define HAVE_WINDOW_SYSTEM 1 298#define HAVE_WINDOW_SYSTEM 1
299#define HAVE_FACES 1
300#define HAVE_MENUS 1 299#define HAVE_MENUS 1
301#endif 300#endif
302 301
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 73e62ecad6c..43e87bedd30 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -241,9 +241,6 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
241/* We canuse mouse menus. */ 241/* We canuse mouse menus. */
242#define HAVE_MENUS 242#define HAVE_MENUS
243 243
244/* We have support for faces. */
245#define HAVE_FACES
246
247/* Define one of these for easier conditionals. */ 244/* Define one of these for easier conditionals. */
248#ifdef HAVE_X_WINDOWS 245#ifdef HAVE_X_WINDOWS
249/* We need a little extra space, see ../../lisp/loadup.el */ 246/* We need a little extra space, see ../../lisp/loadup.el */
diff --git a/src/s/usg5-4.h b/src/s/usg5-4.h
index 2dac039c43b..4cc8bed90be 100644
--- a/src/s/usg5-4.h
+++ b/src/s/usg5-4.h
@@ -50,8 +50,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
50 */ 50 */
51 51
52/* Some versions of V.3 have this, but not all. 52/* Some versions of V.3 have this, but not all.
53 #define HAVE_PTYS 53 #define HAVE_PTYS */
54 #define SYSV_PTYS */
55 54
56/* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */ 55/* Define HAVE_SOCKETS if system supports 4.2-compatible sockets. */
57 56
diff --git a/src/s/vms.h b/src/s/vms.h
index 413c302e8c7..6e269e61a0d 100644
--- a/src/s/vms.h
+++ b/src/s/vms.h
@@ -149,7 +149,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
149#define rindex strrchr 149#define rindex strrchr
150#define unlink delete 150#define unlink delete
151 151
152#ifndef _GNUC_ 152#ifndef __GNUC__
153extern double mth$dmod(double, double); 153extern double mth$dmod(double, double);
154#endif 154#endif
155 155