#ifdef AIX_PROD
/* @(#)71	1.3  src/rpc/sys_idl/PS2/ndr_rep.h, rpc.idl.src, os2dce21.dss, 960602a.1 5/16/95 14:47:43  */
/*
 *   COMPONENT_NAME: rpc.idl.src
 *
 *   FUNCTIONS: none
 *
 *   ORIGINS: 72
 *
 *   OBJECT CODE ONLY SOURCE MATERIALS
 */
#endif /* AIX_PROD */
/*
 * @OSF_COPYRIGHT@
 * COPYRIGHT NOTICE
 * Copyright (c) 1990, 1991, 1992, 1993, 1994 Open Software Foundation, Inc.
 * ALL RIGHTS RESERVED (DCE).  See the file named COPYRIGHT.DCE for
 * the full copyright text.
 */
/*
 * HISTORY
 * $Log: ndr_rep.h,v $
 * Revision 1.1.131.2  1994/06/10  20:54:56  devsrc
 *	cr10871 - fix copyright
 *	[1994/06/10  15:00:22  devsrc]
 *
 * Revision 1.1.131.1  1994/01/21  22:39:52  cbrooks
 *	platform dependent NDR local representation
 *	[1994/01/21  17:13:16  cbrooks]
 *
 * $EndLog$
 */
/*
 * ndr_rep.h
 * platform dependent (OS + Architecture) file split out from stubbase.h
 * for DCE 1.1 code cleanup.
 * This file contains the architecture specific definitions of the
 * local scaler data representation used
 *
 * This file is always included as part of stubbase.h
 */

#ifndef _NDR_REP_H
#define _NDR_REP_H

#define NDR_LOCAL_INT_REP     ndr_c_int_little_endian
#define NDR_LOCAL_FLOAT_REP   ndr_c_float_ieee
#define NDR_LOCAL_CHAR_REP    ndr_c_char_ascii

/*
 * macro for IDL alignment
 */

#define IDL_NATURAL_ALIGN_1

#endif /* _NDR_REP_H */
