diff options
author | vbwagner <vbwagner> | 2004-03-09 13:32:26 (GMT) |
---|---|---|
committer | vbwagner <vbwagner> | 2004-03-09 13:32:26 (GMT) |
commit | a1d734ba2bf451b28394dd585ffda165b3f7cbc5 (patch) | |
tree | d4449b6b6860da403a576ca15c893a4c9972b813 | |
parent | 178507e4d068311f44babc3ae8960e2555c7841d (diff) | |
download | tcl-a1d734ba2bf451b28394dd585ffda165b3f7cbc5.zip tcl-a1d734ba2bf451b28394dd585ffda165b3f7cbc5.tar.gz tcl-a1d734ba2bf451b28394dd585ffda165b3f7cbc5.tar.bz2 |
Removed undefining of extra error codes for DJGPP. It is not needed when
Waterloo TCP 32 is properly configured for actual version of DJGPP
-rw-r--r-- | unix/tclUnixPort.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 55d2512..a41ceeb 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.33 2004/03/05 14:06:55 vbwagner Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.34 2004/03/09 13:32:26 vbwagner Exp $ */ #ifndef _TCLUNIXPORT @@ -135,12 +135,6 @@ EXTERN Tcl_WideUInt strtoull _ANSI_ARGS_((CONST char *string, * Socket support stuff: This likely needs more work to parameterize for * each system. */ -#ifdef DJGPP -/* ELOOP is defined in both WatTCP includes and DJGPP system includes*/ -#undef ELOOP -#undef EILSEQ -#undef EOVERFLOW -#endif #include <sys/socket.h> /* struct sockaddr, SOCK_STREAM, ... */ #ifndef NO_UNAME # include <sys/utsname.h> /* uname system call. */ |