Mercurial > hg > xemacs-beta
comparison lib-src/gnuserv.h @ 410:de805c49cfc1 r21-2-35
Import from CVS: tag r21-2-35
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:19:21 +0200 |
parents | 74fd4e045ea6 |
children | 697ef44129c6 |
comparison
equal
deleted
inserted
replaced
409:301b9ebbdf3b | 410:de805c49cfc1 |
---|---|
34 static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup alpha !"; | 34 static char header_rcsid [] = "!Header: gnuserv.h,v 2.4 95/02/16 11:58:11 arup alpha !"; |
35 #endif | 35 #endif |
36 | 36 |
37 #define USE_TMPDIR | 37 #define USE_TMPDIR |
38 | 38 |
39 #define NO_SHORTNAMES | |
40 | |
41 #define PATCHLEVEL 2 | 39 #define PATCHLEVEL 2 |
42 | 40 |
43 #define NO_SHORTNAMES | 41 #define NO_SHORTNAMES |
44 /* gnuserv should not be compiled using SOCKS */ | 42 /* gnuserv should not be compiled using SOCKS */ |
45 #define DO_NOT_SOCKSIFY | 43 #define DO_NOT_SOCKSIFY |
44 #define DONT_ENCAPSULATE | |
46 #include <config.h> | 45 #include <config.h> |
47 #undef read | |
48 #undef write | |
49 #undef open | |
50 #undef close | |
51 #undef signal | 46 #undef signal |
52 | 47 |
53 /* Define the communication method between server and clients: | 48 /* Define the communication method between server and clients: |
54 * You can have either or both kinds of sockets, but you can't mix | 49 * You can have either or both kinds of sockets, but you can't mix |
55 * sockets with sysv ipc | 50 * sockets with sysv ipc |
172 * 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 |
173 * 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. |
174 */ | 169 */ |
175 #ifndef DONT_USE_LITOUT | 170 #ifndef DONT_USE_LITOUT |
176 #if !defined(HAVE_TERMIO) && !defined(HAVE_TERMIOS) && !defined(VMS) | 171 #if !defined(HAVE_TERMIO) && !defined(HAVE_TERMIOS) && !defined(VMS) |
177 #if !defined(MSDOS) && !defined(BSD4_1) | 172 #if !defined(BSD4_1) |
178 #define USE_LITOUT | 173 #define USE_LITOUT |
179 #endif | 174 #endif |
180 #endif | 175 #endif |
181 #endif | 176 #endif |
182 | 177 |