summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2015-05-28 12:28:48 (GMT)
committerdgp <dgp@users.sourceforge.net>2015-05-28 12:28:48 (GMT)
commit256df5a086b18e57f87787a7e23389d8d8e308cd (patch)
treeac7ffa170dce515578565a129d658d5d6a613fbe /unix/tclUnixPort.h
parent24fdf2893b2456dba53e49f20fc54769fa6cbc0c (diff)
parent32461a99d3dc5741caf2f1c282ca57fe06220b79 (diff)
downloadtcl-256df5a086b18e57f87787a7e23389d8d8e308cd.zip
tcl-256df5a086b18e57f87787a7e23389d8d8e308cd.tar.gz
tcl-256df5a086b18e57f87787a7e23389d8d8e308cd.tar.bz2
merge trunktested
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