From bdee2ef3fab9b8a434d41c1f95c3f98aa342008b Mon Sep 17 00:00:00 2001 From: Dan Nicolaescu Date: Sun, 13 Jul 2008 07:35:26 +0000 Subject: * config.nt (HAVE_FACES): Remove, unused. * s/vms.h: Use __GNUC__ instead of _GNUC_. * m/macppc.h: * m/alpha.h: Use GNU_LINUX instead of LINUX. Reorganize conditionals. * m/ibms390x.h (XINT, XUINT): Don't define, same as the default (SPECIAL_EMACS_INT): * m/ia64.h (SPECIAL_EMACS_INT): * m/amdx86-64.h (SPECIAL_EMACS_INT): * s/gnu.h (NLIST_STRUCT): * aix4-2.h (X11R5_INHIBIT_I18N): * s/gnu-linux.h (LINUX): * s/msdos.h (HAVE_FACES): * s/ms-w32.h (HAVE_FACES): Don't define, unused. * systty.h: * sysdep.c (setup_pty): Don't depend on SYSV_PTYS, it is not used anymore. --- src/s/gnu-linux.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/s/gnu-linux.h') 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 . */ * Define all the symbols that apply correctly. */ -/* #define UNIPLUS */ /* #define USG5 */ #define USG /* #define BSD_SYSTEM */ -#define LINUX #define GNU_LINUX /* SYSTEM_TYPE should indicate the kind of system you are using. -- cgit v1.2.1