~ubuntu-branches/ubuntu/breezy/aqsis/breezy

« back to all changes in this revision

Viewing changes to boost/boost/config/platform/amigaos.hpp

  • Committer: Bazaar Package Importer
  • Author(s): Will Newton
  • Date: 2004-12-07 20:06:49 UTC
  • Revision ID: james.westby@ubuntu.com-20041207200649-fccswkrvp4oc8lmn
Tags: upstream-0.9.3
ImportĀ upstreamĀ versionĀ 0.9.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
//  (C) Copyright Boost.org 2001. Permission to copy, use, modify, sell and
 
3
//  distribute this software is granted provided this copyright notice appears
 
4
//  in all copies. This software is provided "as is" without express or implied
 
5
//  warranty, and with no claim as to its suitability for any purpose.
 
6
 
 
7
//  See http://www.boost.org for most recent version.
 
8
 
 
9
#define BOOST_PLATFORM "AmigaOS"
 
10
 
 
11
#define BOOST_DISABLE_THREADS
 
12
#define BOOST_NO_CWCHAR
 
13
#define BOOST_NO_STD_WSTRING
 
14
#define BOOST_NO_INTRINSIC_WCHAR_T
 
15