/* * COMPONENT_NAME: onchdrs * * FUNCTIONS: none * * ORIGINS: 24,27 * * * (C) COPYRIGHT International Business Machines Corp. 1988,1993 * All Rights Reserved * Licensed Materials - Property of IBM * US Government Users Restricted Rights - Use, duplication or * disclosure restricted by GSA ADP Schedule Contract with IBM Corp. */ /* * Copyright (c) 1988 by Sun Microsystems, Inc. * (#) from SUN 1.7 * * */ /* (#)rwall.h 1.1 12/13/88 17:46:26 */ /* (#)rwall.h 1.2 88/05/08 4.0NFSSRC SMI */ #ifndef _H_rpcsvc_rwall #define _H_rpcsvc_rwall #define WALLPROG 100008 #define WALLPROC_WALL 2 #define WALLVERS_ORIG 1 #define WALLVERS 1 #endif /*_H_rpcsvc_rwall*/