summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2015-05-25 20:23:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2015-05-25 20:23:09 (GMT)
commit6b060d7e6be54b516c2dd12b93b8457ea8a68a02 (patch)
tree3c30201c8487a0dded322bf300b1de4911cb0aba /unix/tclUnixPort.h
parent45aaf371ff8cbe786c9efba77154b41f60274178 (diff)
parent621d3d100215359bf2411b11c66d197eb6530a61 (diff)
downloadtcl-6b060d7e6be54b516c2dd12b93b8457ea8a68a02.zip
tcl-6b060d7e6be54b516c2dd12b93b8457ea8a68a02.tar.gz
tcl-6b060d7e6be54b516c2dd12b93b8457ea8a68a02.tar.bz2
Remove useless code, trying to sync win32 environment variables with cygwin's. cygwin1.dll is responsible for doing that. Taken over from cygwin's tcl fork.
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index a9983be..123abec 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -98,9 +98,6 @@ typedef off_t Tcl_SeekOffset;
__declspec(dllimport) extern __stdcall int SetFileAttributesW(const WCHAR *, int);
__declspec(dllimport) extern int cygwin_conv_path(int, const void *, void *, int);
- __declspec(dllimport) extern int cygwin_conv_path_list(int, const void *, void *, int);
-# define USE_PUTENV 1
-# define USE_PUTENV_FOR_UNSET 1
/* On Cygwin, the environment is imported from the Cygwin DLL. */
#ifndef __x86_64__
# define environ __cygwin_environ