comparison src/sysdep.c @ 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 cb1bfa1dca4f
children a7401c5a0faa
comparison
equal deleted inserted replaced
96642:aee1275a4e6e 96643:79121a8f01e3
1864 though, everything else seems to work fine. 1864 though, everything else seems to work fine.
1865 1865
1866 Since the latter lossage is more benign, we may as well 1866 Since the latter lossage is more benign, we may as well
1867 lose that way. -- cph */ 1867 lose that way. -- cph */
1868 #ifdef FIONBIO 1868 #ifdef FIONBIO
1869 #if defined(SYSV_PTYS) || defined(UNIX98_PTYS) 1869 #if defined(UNIX98_PTYS)
1870 { 1870 {
1871 int on = 1; 1871 int on = 1;
1872 ioctl (fd, FIONBIO, &on); 1872 ioctl (fd, FIONBIO, &on);
1873 } 1873 }
1874 #endif 1874 #endif