~ubuntu-branches/ubuntu/oneiric/orbit2/oneiric

« back to all changes in this revision

Viewing changes to include/orbit/orbit-config.h

  • Committer: Bazaar Package Importer
  • Author(s): Daniel Holbach
  • Date: 2006-07-24 18:18:08 UTC
  • mto: This revision was merged to the branch mainline in revision 8.
  • Revision ID: james.westby@ubuntu.com-20060724181808-mc9ma0ouhzwa5nj1
Tags: upstream-2.14.2
ImportĀ upstreamĀ versionĀ 2.14.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
#ifndef ORBIT_MAJOR_VERSION
6
6
#define ORBIT_MAJOR_VERSION (2)
7
7
#define ORBIT_MINOR_VERSION (14)
8
 
#define ORBIT_MICRO_VERSION (0)
 
8
#define ORBIT_MICRO_VERSION (2)
9
9
#endif
10
10
 
11
11
#define ORBIT_IMPLEMENTS_IS_A 1
20
20
#define ORBIT_ALIGNOF_CORBA_WCHAR        2
21
21
#define ORBIT_ALIGNOF_CORBA_SHORT        2
22
22
#define ORBIT_ALIGNOF_CORBA_LONG         4
23
 
#define ORBIT_ALIGNOF_CORBA_LONG_LONG    8
 
23
#define ORBIT_ALIGNOF_CORBA_LONG_LONG    4
24
24
#define ORBIT_ALIGNOF_CORBA_FLOAT        4
25
 
#define ORBIT_ALIGNOF_CORBA_DOUBLE       8
26
 
#define ORBIT_ALIGNOF_CORBA_LONG_DOUBLE  8
 
25
#define ORBIT_ALIGNOF_CORBA_DOUBLE       4
 
26
#define ORBIT_ALIGNOF_CORBA_LONG_DOUBLE  4
27
27
#define ORBIT_ALIGNOF_CORBA_STRUCT       1
28
 
#define ORBIT_ALIGNOF_CORBA_POINTER      8
 
28
#define ORBIT_ALIGNOF_CORBA_POINTER      4
29
29
 
30
30
#endif