Author: borisk
Date: Tue Jul 15 02:22:54 2008
New Revision: 676848
URL: http://svn.apache.org/viewvc?rev=676848&view=rev
Log:
Cygwin is a POSIX emulation layer so use POSIX file manager, transcoder, path
delimiter, and net accessor. Still using Windows mutex manager because of the
problem in Cygwin pthread emulation.
Modified:
xerces/c/trunk/m4/xerces_filemgr_selection.m4
xerces/c/trunk/m4/xerces_netaccessor_selection.m4
xerces/c/trunk/m4/xerces_path_delimiters.m4
xerces/c/trunk/m4/xerces_transcoder_selection.m4
Modified: xerces/c/trunk/m4/xerces_filemgr_selection.m4
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/m4/xerces_filemgr_selection.m4?rev=676848&r1=676847&r2=676848&view=diff
==============================================================================
--- xerces/c/trunk/m4/xerces_filemgr_selection.m4 (original)
+++ xerces/c/trunk/m4/xerces_filemgr_selection.m4 Tue Jul 15 02:22:54 2008
@@ -17,7 +17,7 @@
# Platform specific checks
case $host_os in
- windows* | cygwin* | mingw*)
+ windows* | mingw*)
filemgr=Windows;
AC_DEFINE([XERCES_USE_FILEMGR_WINDOWS], 1, [Define to use the
Windows file mgr])
;;
Modified: xerces/c/trunk/m4/xerces_netaccessor_selection.m4
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/m4/xerces_netaccessor_selection.m4?rev=676848&r1=676847&r2=676848&view=diff
==============================================================================
--- xerces/c/trunk/m4/xerces_netaccessor_selection.m4 (original)
+++ xerces/c/trunk/m4/xerces_netaccessor_selection.m4 Tue Jul 15 02:22:54 2008
@@ -88,7 +88,7 @@
[AC_MSG_RESULT(no)]
)
;;
- windows* | mingw* | cygwin*)
+ windows* | mingw*)
list_add=
no_winsock=false
AC_CHECK_HEADERS([winsock2.h], [], [no_winsock=true])
Modified: xerces/c/trunk/m4/xerces_path_delimiters.m4
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/m4/xerces_path_delimiters.m4?rev=676848&r1=676847&r2=676848&view=diff
==============================================================================
--- xerces/c/trunk/m4/xerces_path_delimiters.m4 (original)
+++ xerces/c/trunk/m4/xerces_path_delimiters.m4 Tue Jul 15 02:22:54 2008
@@ -17,7 +17,7 @@
path_delims=/
case $host_os in
- msdos* | windows* | cygwin* | mingw*)
+ msdos* | windows* | mingw*)
AC_DEFINE([XERCES_PATH_DELIMITER_BACKSLASH], 1, [Define
to use backslash as an extra path delimiter character])
path_delims="${path_delims}\\"
;;
Modified: xerces/c/trunk/m4/xerces_transcoder_selection.m4
URL:
http://svn.apache.org/viewvc/xerces/c/trunk/m4/xerces_transcoder_selection.m4?rev=676848&r1=676847&r2=676848&view=diff
==============================================================================
--- xerces/c/trunk/m4/xerces_transcoder_selection.m4 (original)
+++ xerces/c/trunk/m4/xerces_transcoder_selection.m4 Tue Jul 15 02:22:54 2008
@@ -95,7 +95,7 @@
[AC_MSG_RESULT(no)]
)
;;
- windows* | cygwin* | mingw*)
+ windows* | mingw*)
AC_MSG_CHECKING([whether we can support the Windows Transcoder])
AC_ARG_ENABLE([transcoder-windows],
AS_HELP_STRING([--enable-transcoder-windows],
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]