mariadb/cmake/os
Joerg Bruehe 7758bdc8aa Get rid of the "net retry count" difference which
is not needed any more with current versions of FreeBSD.
(Entries 52410 and 52412 in the Bug DB)

That change is based on Dan Nelson replying on the
FreeBSD mailing list, freebsd-questions@freebsd.org
in a thread running from 2010-Apr-29 to 2010-May-1 titled
     "Need info about FreeBSD and interrupted system
      calls for MySQL code"

Also, ensure the cmake settings correspond to the autotools
ones: Add "HAVE_BROKEN_REALPATH" to cmake.


cmake/os/FreeBSD.cmake:
  With current versions of FreeBSD, threading is not done on
  the user-level any more, so the huge "net retry count"
  is not needed any more.
  However, it is still being kept as a comment for now,
  so that it can be re-activated should the need arise.
  
  In addition, set "HAVE_BROKEN_REALPATH" to completely
  mirror the autotools path.
configure.in:
  With current versions of FreeBSD, threading is not done on
  the user-level any more, so the huge "net retry count"
  is not needed any more.
  This definitely holds for FreeBSD version 6 and up.
  
  Adapt the informational messages to the path taken.
2010-05-27 19:02:19 +02:00
..
AIX.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
Cygwin.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
Darwin.cmake Move OSX specific checks to cmake/os/Darwin.cmake 2010-01-26 18:09:14 +01:00
FreeBSD.cmake Get rid of the "net retry count" difference which 2010-05-27 19:02:19 +02:00
HP-UX.cmake fix default architecture flag (v8) on sparc32 gcc that prevent mysql from compilng, add HPUX.cmake 2010-01-27 01:50:19 +01:00
Linux.cmake WL#5161, implement Mats' suggeston to move platform specifics into own files 2010-01-26 15:56:50 +01:00
OS400.cmake Added AIX, OS400 and Cygwin. 2010-01-27 02:52:04 +01:00
SunOS.cmake On Solaris, overwrite CMake's proposed thread library -lthread with -lpthread. 2010-02-25 10:57:23 +01:00
Windows.cmake Fix typo (CMAKE_SIZEOF_VOIDP=>CMAKE_SIZEOF_VOID_P) 2010-03-08 00:31:06 +01:00
WindowsCache.cmake fix typo 2010-02-17 00:27:45 +01:00