7 * Common Development and Distribution License (the "License").
8 * You may not use this file except in compliance with the License.
9 *
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 * or http://www.opensolaris.org/os/licensing.
12 * See the License for the specific language governing permissions
13 * and limitations under the License.
14 *
15 * When distributing Covered Code, include this CDDL HEADER in each
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 * If applicable, add the following below this CDDL HEADER, with the
18 * fields enclosed by brackets "[]" replaced with your own identifying
19 * information: Portions Copyright [yyyy] [name of copyright owner]
20 *
21 * CDDL HEADER END
22 */
23 /*
24 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
25 * Use is subject to license terms.
26 */
27 /*
28 * @(#)defs.h 1.61 06/12/12
29 */
30
31 #pragma ident "@(#)defs.h 1.61 06/12/12"
32
33 /*
34 * Included files
35 */
36 #ifdef DISTRIBUTED
37 # include <dm/Avo_AcknowledgeMsg.h>
38 # include <dm/Avo_DoJobMsg.h>
39 # include <dm/Avo_JobResultMsg.h>
40 #endif
41
42 #include <mksh/defs.h>
43
44 #if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
45 # include <rw/xdrstrea.h>
46 #endif
47
48
49 /*
50 * Defined macros
51 */
|
7 * Common Development and Distribution License (the "License").
8 * You may not use this file except in compliance with the License.
9 *
10 * You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
11 * or http://www.opensolaris.org/os/licensing.
12 * See the License for the specific language governing permissions
13 * and limitations under the License.
14 *
15 * When distributing Covered Code, include this CDDL HEADER in each
16 * file and include the License file at usr/src/OPENSOLARIS.LICENSE.
17 * If applicable, add the following below this CDDL HEADER, with the
18 * fields enclosed by brackets "[]" replaced with your own identifying
19 * information: Portions Copyright [yyyy] [name of copyright owner]
20 *
21 * CDDL HEADER END
22 */
23 /*
24 * Copyright 2004 Sun Microsystems, Inc. All rights reserved.
25 * Use is subject to license terms.
26 */
27
28 /*
29 * Included files
30 */
31 #ifdef DISTRIBUTED
32 # include <dm/Avo_AcknowledgeMsg.h>
33 # include <dm/Avo_DoJobMsg.h>
34 # include <dm/Avo_JobResultMsg.h>
35 #endif
36
37 #include <mksh/defs.h>
38
39 #if defined(DISTRIBUTED) || defined(MAKETOOL) /* tolik */
40 # include <rw/xdrstrea.h>
41 #endif
42
43
44 /*
45 * Defined macros
46 */
|