diff options
| author | Richard M. Stallman | 1992-10-18 08:09:23 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1992-10-18 08:09:23 +0000 |
| commit | 02c5fd9981a4886448c52caa09e93e764004a638 (patch) | |
| tree | 9bc89cf6be9d6decd6edc9a891352129a8c072e9 /src | |
| parent | 99976f85b717743c3083046d7255ff4e04a9f0ef (diff) | |
| download | emacs-02c5fd9981a4886448c52caa09e93e764004a638.tar.gz emacs-02c5fd9981a4886448c52caa09e93e764004a638.zip | |
(BROKEN_FIONREAD): Defined.
Diffstat (limited to 'src')
| -rw-r--r-- | src/s/esix5r4.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/s/esix5r4.h b/src/s/esix5r4.h index 124c9fa8b88..a7cfbf9c9c6 100644 --- a/src/s/esix5r4.h +++ b/src/s/esix5r4.h | |||
| @@ -8,3 +8,6 @@ | |||
| 8 | 8 | ||
| 9 | /* Resolve BSD string functions in X Window library from libucb.a. */ | 9 | /* Resolve BSD string functions in X Window library from libucb.a. */ |
| 10 | #define BSTRING | 10 | #define BSTRING |
| 11 | |||
| 12 | /* kelsey@mdd.comm.mot.com says this makes X windows work. */ | ||
| 13 | #define BROKEN_FIONREAD | ||