mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-28 01:00:52 -07:00
(BROKEN_DATAGRAM_SOCKETS): Define it.
This commit is contained in:
parent
42f82ce71f
commit
401ea52737
1 changed files with 5 additions and 0 deletions
|
|
@ -142,6 +142,11 @@ Boston, MA 02110-1301, USA. */
|
|||
|
||||
#define BROKEN_NON_BLOCKING_CONNECT 1
|
||||
|
||||
/* And the select implementation does 1-byte read-ahead waiting
|
||||
for received packets, so datagrams are broken too. */
|
||||
|
||||
#define BROKEN_DATAGRAM_SOCKETS 1
|
||||
|
||||
/* Define this symbol if your system has the functions bcopy, etc. */
|
||||
|
||||
#define BSTRING
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue