DJGPP adjustments
authorRichard Levitte <levitte@openssl.org>
Tue, 10 May 2016 12:41:19 +0000 (14:41 +0200)
committerRichard Levitte <levitte@openssl.org>
Thu, 12 May 2016 20:10:55 +0000 (22:10 +0200)
commit2c25ebd1e29a837b1c0e5fea5f464d4b6ddbab5a
tree1dcc46d581880394fbf16dd85e38e12eb115bcbc
parentae69c7d35351f9b1dcf42a21455e62d0ed5379e9
DJGPP adjustments

* Configure: Replaced -DTERMIO by -DTERMIOS in CFLAGS.

* crypto/bio/bss_dgram.c [WATT32]: Remove obsolete redefinition of
  function names: sock_write, sock_read and sock_puts.

* crypto/bio/bss_sock.c [WATT32]: For Watt-32 2.2.11 sock_write,
  sock_read and sock_puts are redefined to their private names so
  their names must be undefined first before they can be redefined
  again.

* crypto/bio/bss_file.c (file_fopen) [__DJGPP__]: Make a copy of the
  passed file name and replace the leading dots in the dirname part
  and the basname part of the file name, unless LFN is supported.

* e_os.h [__DJGPP__]: Undefine macro DEVRANDOM_EGD. Neither MS-DOS nor
  FreeDOS provide 'egd' sockets.
  New macro HAS_LFN_SUPPORT checks if underlying file system supports
  long file names or not.
  Include sys/un.h.
  Define WATT32_NO_OLDIES.

* INSTALL.DJGPP: Update URL of WATT-32 library.

Submitted by Juan Manuel Guerrero <juan.guerrero@gmx.de>

RT#4217

Reviewed-by: Andy Polyakov <appro@openssl.org>
INSTALL.DJGPP
crypto/bio/bss_dgram.c
crypto/bio/bss_file.c
crypto/bio/bss_sock.c
e_os.h