Attempt to improve mingw-w64 support
author <shinichiro.hamaji@gmail.com> <>
Mon, 18 Feb 2013 10:56:53 +0000 (10:56 +0000)
committer <shinichiro.hamaji@gmail.com> <>
Mon, 18 Feb 2013 10:56:53 +0000 (10:56 +0000)
commit478a80caa0cf072d73e268d0bea46428b328943c
tree3cf77346f68c0669c55b97e3fbc5fa8a14be1f98
parenta106e61178d55c4d3b296c332d3f8c1eb43bcc1e
Attempt to improve mingw-w64 support

- Set -Isrc/windows for mingw
- Check existence of sigaction, pread, and pwrite
- Provide alternative implementation of pread and pwrite
- Eliminate symlink code for OS_WINDOWS
- Don't check /proc/self/fd if the OS isn't linux
- Don't use MSVC specific declarations in port.h for mingw

git-svn-id: https://google-glog.googlecode.com/svn/trunk@135 eb4d4688-79bd-11dd-afb4-1d65580434c0
Makefile.am
Makefile.in
configure
configure.ac
src/config.h.in
src/googletest.h
src/logging.cc
src/signalhandler.cc
src/utilities.cc
src/windows/config.h
src/windows/port.h