1
Fork 0
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:
Kim F. Storm 2006-12-25 13:30:18 +00:00
parent 42f82ce71f
commit 401ea52737

View file

@ -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