DJGPP adjustments
[openssl.git] / crypto / bio / bss_dgram.c
index cf2f9f66b5346fd45dc8146f85c68cbe23051ed4..e6d74e48679098ac82ec881a88826752f749a52e 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);