Mercurial > emacs
comparison src/s/gnu.h @ 9985:0a58678f81c6
[NOT_C_CODE]: Include fcntl.h.
author | Roland McGrath <roland@gnu.org> |
---|---|
date | Wed, 16 Nov 1994 20:32:40 +0000 |
parents | 486fd2f809f5 |
children | 4333dc5a142f |
comparison
equal
deleted
inserted
replaced
9984:8f17a2e2b777 | 9985:0a58678f81c6 |
---|---|
71 /* ptys are not done yet. */ | 71 /* ptys are not done yet. */ |
72 #undef HAVE_PTYS | 72 #undef HAVE_PTYS |
73 | 73 |
74 /* Until we finish the network. */ | 74 /* Until we finish the network. */ |
75 #undef HAVE_SOCKETS | 75 #undef HAVE_SOCKETS |
76 | |
77 /* Some losing code fails to include this and then assumes | |
78 that because it is braindead that O_RDONLY==0. */ | |
79 #ifndef NOT_C_CODE | |
80 #include <fcntl.h> | |
81 #endif |