comparison src/s/usg5-4.h @ 96643:79121a8f01e3

* 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.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sun, 13 Jul 2008 07:35:26 +0000
parents 3bea8ede5bd0
children a5dd283d15b2
comparison
equal deleted inserted replaced
96642:aee1275a4e6e 96643:79121a8f01e3
48 /* 48 /*
49 * Define HAVE_PTYS if the system supports pty devices. 49 * Define HAVE_PTYS if the system supports pty devices.
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
58 /* #define HAVE_SOCKETS */ 57 /* #define HAVE_SOCKETS */
59 58