Mercurial > hg > xemacs-beta
comparison src/s/dgux.h @ 535:c69610198c35
[xemacs-hg @ 2001-05-14 04:52:02 by martinb]
Eliminate the need to define HAVE_PTYS in s&m files.
author | martinb |
---|---|
date | Mon, 14 May 2001 04:52:49 +0000 |
parents | 3ecd8885ac67 |
children | 023b83f4e54b |
comparison
equal
deleted
inserted
replaced
534:a0266879cecf | 535:c69610198c35 |
---|---|
52 * Define HAVE_UNIX_DOMAIN if the system supports Unix | 52 * Define HAVE_UNIX_DOMAIN if the system supports Unix |
53 * domain sockets. | 53 * domain sockets. |
54 */ | 54 */ |
55 | 55 |
56 #define HAVE_UNIX_DOMAIN | 56 #define HAVE_UNIX_DOMAIN |
57 | |
58 /* | |
59 * Define HAVE_PTYS if the system supports pty devices. | |
60 */ | |
61 | |
62 #define HAVE_PTYS | |
63 | 57 |
64 /* If your system uses COFF (Common Object File Format) then define the | 58 /* If your system uses COFF (Common Object File Format) then define the |
65 preprocessor symbol "COFF". | 59 preprocessor symbol "COFF". |
66 | 60 |
67 DGUX can use either COFF or ELF; the default is ELF. | 61 DGUX can use either COFF or ELF; the default is ELF. |