summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authornijtmans@users.sourceforge.net <jan.nijtmans>2015-05-25 19:15:25 (GMT)
committernijtmans@users.sourceforge.net <jan.nijtmans>2015-05-25 19:15:25 (GMT)
commit130dd7e739721ee20c20a7a1a61c49deb888f39f (patch)
tree50fc249f790c360366fa41383ed078c611154627 /unix/tclUnixPort.h
parentbf8362281c12384b4dd1b6cdb8d43d5827ff2d92 (diff)
downloadtcl-130dd7e739721ee20c20a7a1a61c49deb888f39f.zip
tcl-130dd7e739721ee20c20a7a1a61c49deb888f39f.tar.gz
tcl-130dd7e739721ee20c20a7a1a61c49deb888f39f.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 08a4f44..965014e 100644
--- a/unix/tclUnixPort.h
+++ b/unix/tclUnixPort.h
@@ -91,9 +91,6 @@ typedef off_t Tcl_SeekOffset;
const char *, int, const char *, const char *);
__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