~ubuntu-branches/ubuntu/wily/bombono-dvd/wily

« back to all changes in this revision

Viewing changes to libs/boost-lib/boost/config/select_platform_config.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Alessio Treglia
  • Date: 2010-11-04 11:46:25 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20101104114625-8xfdhvhpsm51i0nu
Tags: upstream-0.8.0
ImportĀ upstreamĀ versionĀ 0.8.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
// <header_name> in order to prevent macro expansion within the header
14
14
// name (for example "linux" is a macro on linux systems).
15
15
 
16
 
#if defined(linux) || defined(__linux) || defined(__linux__)
17
 
// linux:
 
16
#if defined(linux) || defined(__linux) || defined(__linux__) || defined(__GNU__) || defined(__GLIBC__) 
 
17
// linux, also other platforms (Hurd etc) that use GLIBC, should these really have their own config headers though?
18
18
#  define BOOST_PLATFORM_CONFIG "boost/config/platform/linux.hpp"
19
19
 
20
20
#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__DragonFly__)
57
57
// AmigaOS
58
58
#  define BOOST_PLATFORM_CONFIG "boost/config/platform/amigaos.hpp"
59
59
 
 
60
#elif defined(__QNXNTO__)
 
61
// QNX:
 
62
#  define BOOST_PLATFORM_CONFIG "boost/config/platform/qnxnto.hpp"
 
63
 
 
64
#elif defined(__VXWORKS__)
 
65
// vxWorks:
 
66
#  define BOOST_PLATFORM_CONFIG "boost/config/platform/vxworks.hpp"
 
67
 
 
68
#elif defined(__SYMBIAN32__) 
 
69
// Symbian: 
 
70
#  define BOOST_PLATFORM_CONFIG "boost/config/platform/symbian.hpp" 
 
71
 
60
72
#else
61
73
 
62
74
#  if defined(unix) \