* nt/inc/ms-w32.h (BROKEN_DATAGRAM_SOCKETS): Fix wording of
commentary.
Look in <sys/time.h> for a timeval structure. */
#define HAVE_TIMEVAL 1
-/* And the select implementation does 1-byte read-ahead waiting
- for received packets, so datagrams are broken too. */
+/* Our select emulation does 1-byte read-ahead waiting for received
+ packets, so datagrams are broken. */
#define BROKEN_DATAGRAM_SOCKETS 1
#define MAIL_USE_SYSTEM_LOCK 1