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

 1 mike  1.2 //%/////////////////////////////////////////////////////////////////////////////
 2           //
 3           // Copyright (c) 2000, 2001 The Open group, BMC Software, Tivoli Systems, IBM
 4           //
 5           // Permission is hereby granted, free of charge, to any person obtaining a copy
 6 sage  1.3 // of this software and associated documentation files (the "Software"), to
 7           // deal in the Software without restriction, including without limitation the
 8           // rights to use, copy, modify, merge, publish, distribute, sublicense, and/or
 9 mike  1.2 // sell copies of the Software, and to permit persons to whom the Software is
10           // furnished to do so, subject to the following conditions:
11 sage  1.3 //
12           // THE ABOVE COPYRIGHT NOTICE AND THIS PERMISSION NOTICE SHALL BE INCLUDED IN
13 mike  1.2 // ALL COPIES OR SUBSTANTIAL PORTIONS OF THE SOFTWARE. THE SOFTWARE IS PROVIDED
14           // "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT
15 sage  1.3 // LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR
16           // PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
17           // HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN
18 mike  1.2 // ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
19           // WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
20           //
21           //==============================================================================
22           //
23           // Author: Markus Mueller (mmueller@de.ibm.com)
24           //
25           // Modified By:
26           //
27           //%/////////////////////////////////////////////////////////////////////////////
28           
29           #ifndef Pegasus_Platform_ZOS_ZSERIES_IBM_h
30           #define Pegasus_Platform_ZOS_ZSERIES_IBM_h
31           
32 sage  1.3 //#define _XOPEN_SOURCE_EXTENDED 1
33           //#define _OPEN_SYS 1
34           #define _MSE_PROTOS
35           #define _OPEN_SOURCE 3
36 mike  1.2 
37           #include <Pegasus/Common/ConfigUnix.h>
38           
39           #define PEGASUS_OS_ZOS
40           
41           #define PEGASUS_ARCHITECTURE_ZSERIES
42           
43           #define PEGASUS_COMPILER_IBM
44           
45           #define PEGASUS_UINT64 unsigned long int
46           
47           #define PEGASUS_SINT64 long int
48           
49 mday  1.5 #define PEGASUS_LLONG_MAX 9223372036854775807LL
50           #define PEGASUS_LLONG_MIN (-PEGASUS_LLONG_MAX - 1LL)
51           
52           #define PEGASUS_ULLONG_MAX 18446744073709551615ULL
53           
54 sage  1.3 #define PEGASUS_HAVE_NAMESPACES
55 mike  1.2 
56 sage  1.3 #define PEGASUS_HAVE_EXPLICIT
57 mike  1.2 
58 sage  1.3 #define PEGASUS_HAVE_MUTABLE
59 mike  1.2 
60 sage  1.3 #define PEGASUS_HAVE_FOR_SCOPE
61 mike  1.2 
62 sage  1.4 #define PEGASUS_HAVE_TEMPLATE_SPECIALIZATION
63 mike  1.2 
64 sage  1.3 #define PEGASUS_HAVE_BOOLEAN
65 mike  1.2 
66           // #define PEGASUS_EXPLICIT_INSTANTIATION
67           
68           #define PEGASUS_HAS_EBCDIC
69 sage  1.4 
70           #define PEGASUS_STATIC_CDECL __cdecl
71 mike  1.2 
72           #endif /* Pegasus_Platform_ZOS_ZSERIES_IBM_h */

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2