diff options
| author | Steve Block <steveblock@google.com> | 2010-01-04 05:04:38 -0800 |
|---|---|---|
| committer | Android (Google) Code Review <android-gerrit@google.com> | 2010-01-04 05:04:38 -0800 |
| commit | 1b31cd24c440319efcbfc1e523e2863e7d78c98c (patch) | |
| tree | 4d1cd81aa455d77f27b889dfbbc90b57b55afe0b /WebKit/android/stlport/stl/config/_system.h | |
| parent | 38b30bc07ccf69f1edf0f88a88be3f576aae2998 (diff) | |
| parent | 22234bcffc603f2c467c02028143ffcb4ffccc09 (diff) | |
| download | external_webkit-1b31cd24c440319efcbfc1e523e2863e7d78c98c.zip external_webkit-1b31cd24c440319efcbfc1e523e2863e7d78c98c.tar.gz external_webkit-1b31cd24c440319efcbfc1e523e2863e7d78c98c.tar.bz2 | |
Merge "Move STLPort to external/stlport."
Diffstat (limited to 'WebKit/android/stlport/stl/config/_system.h')
| -rw-r--r-- | WebKit/android/stlport/stl/config/_system.h | 190 |
1 files changed, 0 insertions, 190 deletions
diff --git a/WebKit/android/stlport/stl/config/_system.h b/WebKit/android/stlport/stl/config/_system.h deleted file mode 100644 index ce22044..0000000 --- a/WebKit/android/stlport/stl/config/_system.h +++ /dev/null @@ -1,190 +0,0 @@ -/* - * Copyright (c) 1997 - * Moscow Center for SPARC Technology - * - * Copyright (c) 1999 - * Boris Fomitchev - * - * This material is provided "as is", with absolutely no warranty expressed - * or implied. Any use is at your own risk. - * - * Permission to use or copy this software for any purpose is hereby granted - * without fee, provided the above notices are retained on all copies. - * Permission to modify the code and to distribute modified code is granted, - * provided the above notices are retained, and a notice that the code was - * modified is included with the above copyright notice. - * - */ - -/* - * Purpose of this file : - * - * To hold COMPILER-SPECIFIC portion of STLport settings. - * In general, user should not edit this file unless - * using the compiler not recognized below. - * - * If your compiler is not being recognized yet, - * please look for definitions of macros in stl_mycomp.h, - * copy stl_mycomp.h to stl_YOUR_COMPILER_NAME, - * adjust flags for your compiler, and add <include config/stl_YOUR_COMPILER_NAME> - * to the secton controlled by unique macro defined internaly by your compiler. - * - * To change user-definable settings, please edit <user_config.h> - * - */ - -#ifndef __stl_config__system_h -#define __stl_config__system_h - -#if defined(__SYMBIAN32__) -# if defined(__GCCE__) || defined(__ARMCC__) -# include <stl/config/stl_gcce.h> -# elif defined(__WINSCW__) -# include <stl/config/stl_winscw.h> -# endif -# include <stl/config/stl_symbian.h> -#elif defined (__sun) -# include <stl/config/_solaris.h> -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# elif defined (__SUNPRO_CC) -# include <stl/config/_sunprocc.h> -/* -# ifdef __KCC -# include <stl/config/_kai.h> -# endif -*/ -# elif defined (__APOGEE__) /* Apogee 4.x */ -# include <stl/config/_apcc.h> -# elif defined (__FCC_VERSION) /* Fujitsu Compiler, v4.0 assumed */ -# include <stl/config/_fujitsu.h> -# endif -#elif defined (__hpux) -# include <stl/config/_hpux.h> -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# elif defined (__HP_aCC) -# include <stl/config/_hpacc.h> -# endif -#elif defined (ANDROID) - /* Android mobile phone platform. Somewhat but not entirely GNU/Linux-like */ -# include <stl/config/_android.h> -# include <stl/config/_gcc.h> -#elif defined (linux) || defined (__linux__) -# include <stl/config/_linux.h> -/* Intel's icc define __GNUC__! */ -# if defined (__INTEL_COMPILER) -# include <stl/config/_icc.h> -# elif defined (__GNUC__) -# include <stl/config/_gcc.h> -# endif -/* -# ifdef __KCC -# include <stl/config/_kai.h> -# endif -*/ -#elif defined (__FreeBSD__) -# include <stl/config/_freebsd.h> -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# endif -#elif defined (__OpenBSD__) -# include <stl/config/_openbsd.h> -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# endif -#elif defined (N_PLAT_NLM) /* Novell NetWare */ -# include <stl/config/_netware.h> -# ifdef __MWERKS__ /* Metrowerks CodeWarrior */ -# include <stl/config/_mwccnlm.h> -# endif -#elif defined (__sgi) /* IRIX? */ -# define _STLP_PLATFORM "SGI Irix" -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# else -# include <stl/config/_sgi.h> -# endif -#elif defined (__OS400__) /* AS/400 C++ */ -# define _STLP_PLATFORM "OS 400" -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# else -# include <stl/config/_as400.h> -# endif -#elif defined (_AIX) -# include <stl/config/_aix.h> -# if defined (__xlC__) || defined (__IBMC__) || defined ( __IBMCPP__ ) - /* AIX xlC, Visual Age C++ , OS-390 C++ */ -# include <stl/config/_ibm.h> -# endif -#elif defined (_CRAY) /* Cray C++ 3.4 or 3.5 */ -# define _STLP_PLATFORM "Cray" -# include <config/_cray.h> -#elif defined (__DECCXX) || defined (__DECC) -# define _STLP_PLATFORM "DECC" -# ifdef __vms -# include <stl/config/_dec_vms.h> -# else -# include <stl/config/_dec.h> -# endif -#elif defined (macintosh) || defined (_MAC) -# include <stl/config/_mac.h> -# if defined (__MWERKS__) -# include <stl/config/_mwerks.h> -# elif defined (__MRC__) || (defined (__SC__) && (__SC__ >= 0x882)) - /* Apple MPW SCpp 8.8.2, Apple MPW MrCpp 4.1.0 */ -# include <stl/config/_apple.h> -# endif -#elif defined (__APPLE__) -# include <stl/config/_macosx.h> -# ifdef __GNUC__ -# include <stl/config/_gcc.h> -# endif -#elif defined (__CYGWIN__) -# include <stl/config/_cygwin.h> -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# endif -#elif defined (__MINGW32__) -# define _STLP_PLATFORM "MinGW" -# if defined (__GNUC__) -# include <stl/config/_gcc.h> -# endif -# include <stl/config/_windows.h> -#elif defined (_WIN32) || defined (__WIN32) || defined (WIN32) || defined (__WIN32__) || \ - defined (__WIN16) || defined (WIN16) || defined (_WIN16) -# if defined ( __BORLANDC__ ) /* Borland C++ ( 4.x - 5.x ) */ -# include <stl/config/_bc.h> -# elif defined (__WATCOM_CPLUSPLUS__) || defined (__WATCOMC__) /* Watcom C++ */ -# include <stl/config/_watcom.h> -# elif defined (__COMO__) || defined (__COMO_VERSION_) -# include <stl/config/_como.h> -# elif defined (__DMC__) /* Digital Mars C++ */ -# include <stl/config/_dm.h> -# elif defined (__SC__) && (__SC__ < 0x800) /* Symantec 7.5 */ -# include <stl/config/_symantec.h> -# elif defined (__ICL) /* Intel reference compiler for Win */ -# include <stl/config/_intel.h> -# elif defined (__MWERKS__) -# include <stl/config/_mwerks.h> -# elif defined (_MSC_VER) && (_MSC_VER >= 1200) && defined (UNDER_CE) - /* Microsoft eMbedded Visual C++ 3.0, 4.0 (.NET) */ -# include <stl/config/_evc.h> -# elif defined (_MSC_VER) - /* Microsoft Visual C++ 6.0, 7.0, 7.1, 8.0 */ -# include <stl/config/_msvc.h> -# endif - -# include <stl/config/_windows.h> -#else -# error Unknown platform !! -#endif - -#if !defined (_STLP_COMPILER) -/* Unable to identify the compiler, issue error diagnostic. - * Edit <config/stl_mycomp.h> to set STLport up for your compiler. */ -# include <stl/config/stl_mycomp.h> -#endif - -#endif /* __stl_config__system_h */ |
