| Server IP : 182.53.201.61 / Your IP : 216.73.217.175 Web Server : Apache/2.2.15 (Fedora) System : Linux km10.dyndns.org 2.6.31.5-127.fc12.i686.PAE #1 SMP Sat Nov 7 21:25:57 EST 2009 i686 User : apache ( 48) PHP Version : 5.3.3 Disable Function : NONE MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/3628/cwd/usr/include/orbit-2.0/orbit/ |
Upload File : |
#ifndef ORBIT_CONFIG_H #define ORBIT_CONFIG_H 1 #define ORBIT_CONFIG_SERIAL 20 #ifndef ORBIT_MAJOR_VERSION #define ORBIT_MAJOR_VERSION (2) #define ORBIT_MINOR_VERSION (14) #define ORBIT_MICRO_VERSION (17) #endif #define ORBIT_IMPLEMENTS_IS_A 1 /* * Alignment of CORBA types mapped to C. * These have *nothing* to do with CDR alignment. */ #define ORBIT_ALIGNOF_CORBA_OCTET 1 #define ORBIT_ALIGNOF_CORBA_BOOLEAN 1 #define ORBIT_ALIGNOF_CORBA_CHAR 1 #define ORBIT_ALIGNOF_CORBA_WCHAR 2 #define ORBIT_ALIGNOF_CORBA_SHORT 2 #define ORBIT_ALIGNOF_CORBA_LONG 4 #define ORBIT_ALIGNOF_CORBA_LONG_LONG 4 #define ORBIT_ALIGNOF_CORBA_FLOAT 4 #define ORBIT_ALIGNOF_CORBA_DOUBLE 4 #define ORBIT_ALIGNOF_CORBA_LONG_DOUBLE 4 #define ORBIT_ALIGNOF_CORBA_STRUCT 1 #define ORBIT_ALIGNOF_CORBA_POINTER 4 #endif