(file) Return to Platform_LINUX_IX86_GNU.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common

 1 mike  1.2 //%/////////////////////////////////////////////////////////////////////////////
 2           //
 3           // Copyright (c) 2000 The Open Group, BMC Software, Tivoli Systems, IBM
 4           //
 5           // Permission is hereby granted, free of charge, to any person obtaining a
 6           // copy of this software and associated documentation files (the "Software"),
 7           // to deal in the Software without restriction, including without limitation
 8           // the rights to use, copy, modify, merge, publish, distribute, sublicense,
 9           // and/or sell copies of the Software, and to permit persons to whom the
10           // Software is furnished to do so, subject to the following conditions:
11           //
12           // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
13           // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
14           // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
15           // THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
16           // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
17           // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER
18           // DEALINGS IN THE SOFTWARE.
19           //
20           //==============================================================================
21           //
22 mike  1.2 // Author: Mike Brasher (mbrasher@bmc.com)
23           //
24           // Modified By:
25           //
26           //%/////////////////////////////////////////////////////////////////////////////
27 mike  1.3 
28           #ifndef Pegasus_Platform_LINUX_IX86_GNU_h
29           #define Pegasus_Platform_LINUX_IX86_GNU_h
30 mike  1.1 
31           #include <Pegasus/Common/ConfigUnix.h>
32           
33           #define PEGASUS_OS_LINUX
34           
35           #define PEGASUS_ARCHITECTURE_IX86
36           
37           #define PEGASUS_COMPILER_GNU
38           
39 mike  1.3 #define PEGASUS_UINT64 unsigned long long
40           
41           #define PEGASUS_SINT64 long long
42           
43           #define PEGASUS_HAVE_NAMESPACES
44           
45           #define PEGASUS_HAVE_EXPLICIT
46           
47           #define PEGASUS_HAVE_MUTABLE
48           
49           #define PEGASUS_HAVE_FOR_SCOPE
50           
51           #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
52           
53           #define PEGASUS_HAVE_BOOLEAN
54           
55           #endif /* Pegasus_Platform_LINUX_IX86_GNU_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2