/* * Copyright (c) 1994, 1995, 1996 The University of Utah and * the Computer Systems Laboratory at the University of Utah (CSL). * * This file is part of Flick, the Flexible IDL Compiler Kit. * * Flick is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2 of the License, or * (at your option) any later version. * * Flick is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with Flick; see the file COPYING. If not, write to * the Free Software Foundation, 59 Temple Place #330, Boston, MA 02111, USA. */ #include expr sizeof(integer_t) word_size expr sizeof(integer_t)*8 word_size_in_bits expr sizeof(void*) sizeof_pointer expr sizeof(mach_msg_header_t) sizeof_mach_msg_header_t expr sizeof(mach_msg_type_t) sizeof_mach_msg_type_t expr sizeof(mach_msg_type_long_t) sizeof_mach_msg_type_long_t expr MACH_MSG_TYPE_UNSTRUCTURED expr MACH_MSG_TYPE_POLYMORPHIC expr MACH_MSG_TYPE_BIT expr MACH_MSG_TYPE_BOOLEAN expr MACH_MSG_TYPE_INTEGER_16 expr MACH_MSG_TYPE_INTEGER_32 expr MACH_MSG_TYPE_CHAR expr MACH_MSG_TYPE_BYTE expr MACH_MSG_TYPE_INTEGER_8 expr MACH_MSG_TYPE_REAL expr MACH_MSG_TYPE_INTEGER_64 expr MACH_MSG_TYPE_STRING expr MACH_MSG_TYPE_STRING_C expr MACH_MSG_TYPE_MOVE_RECEIVE expr MACH_MSG_TYPE_MOVE_SEND expr MACH_MSG_TYPE_MOVE_SEND_ONCE expr MACH_MSG_TYPE_COPY_SEND expr MACH_MSG_TYPE_MAKE_SEND expr MACH_MSG_TYPE_MAKE_SEND_ONCE expr MACH_MSG_TYPE_PORT_NAME expr MACH_MSG_TYPE_PORT_RECEIVE expr MACH_MSG_TYPE_PORT_SEND expr MACH_MSG_TYPE_PORT_SEND_ONCE