comparison lib-src/gnuserv.h @ 4759:aa5ed11f473b

Remove support for obsolete systems. See xemacs-patches message with ID <870180fe0911101613m6b8efa4bpf083fd9013950807@mail.gmail.com>.
author Jerry James <james@xemacs.org>
date Wed, 18 Nov 2009 08:49:14 -0700
parents 13e47461d509
children e6508b64ee08
comparison
equal deleted inserted replaced
4758:75975fd0b7fc 4759:aa5ed11f473b
167 * characters like ^D to pass through to emacs. This problem has only 167 * characters like ^D to pass through to emacs. This problem has only
168 * been observed under emacs18; fsf19 and lemacs are probably okay without it. 168 * been observed under emacs18; fsf19 and lemacs are probably okay without it.
169 */ 169 */
170 #ifndef DONT_USE_LITOUT 170 #ifndef DONT_USE_LITOUT
171 #if !defined(HAVE_TERMIO) && !defined(HAVE_TERMIOS) && !defined(VMS) 171 #if !defined(HAVE_TERMIO) && !defined(HAVE_TERMIOS) && !defined(VMS)
172 #if !defined(BSD4_1)
173 #define USE_LITOUT 172 #define USE_LITOUT
174 #endif
175 #endif 173 #endif
176 #endif 174 #endif
177 175
178 176
179 #define HOSTNAMSZ 255 /* max size of a hostname */ 177 #define HOSTNAMSZ 255 /* max size of a hostname */