comparison lib-src/gnuserv.h @ 5118:e0db3c197671 ben-lisp-object

merge up to latest default branch, doesn't compile yet
author Ben Wing <ben@xemacs.org>
date Sat, 26 Dec 2009 21:18:49 -0600
parents aa5ed11f473b
children e6508b64ee08
comparison
equal deleted inserted replaced
5117:3742ea8250b5 5118:e0db3c197671
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 */