Remove DJGPP (and therefore WATT32) #ifdef's.
[openssl.git] / crypto / bio / bss_dgram.c
index 9c0950191b9e049f42b63645c237368b814db195..25d5195bc22ea15755a8dbc42a465b7b755ef335 100644 (file)
          ((a)->s6_addr32[2] == htonl(0x0000ffff)))
 #endif
 
-#ifdef WATT32
-#define sock_write SockWrite  /* Watt-32 uses same names */
-#define sock_read  SockRead
-#define sock_puts  SockPuts
-#endif
-
 static int dgram_write(BIO *h, const char *buf, int num);
 static int dgram_read(BIO *h, char *buf, int size);
 static int dgram_puts(BIO *h, const char *str);