/* @(#)86	1.4  src/examples/svc/timop_svc/timop_svc_aux.h, examples.src, os2dce21.dss, 960602a.1 8/13/95 14:32:41 
 *
 * COMPONENT_NAME:  examples.src
 *
 * FUNCTIONS: none
 *
 * ORIGINS: 72
 *
 * (C) COPYRIGHT International Business Machines Corp. 1995
 *  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.
 *
 * @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 in the
 * src directory for the full copyright text.
 *
 * The Example code is provided to you as "Pass-through Code".
 * Pass-through Code and its related Documentation are not warrented,
 * supported, or indemnified by OSF, and are provided "AS IS".
 * You can use, sublicense, or distribute the same at your own risk.
 *
 * Copyright (c) 1990, 1991
 * Open Software Foundation, Inc.
 *
 * Permission is hereby granted to use, copy, modify and freely distribute
 * the software in this file and its documentation for any purpose without
 * fee, provided that the above copyright notice appears in all copies and
 * that both the copyright notice and this permission notice appear in
 * supporting documentation.  Further, provided that the name of Open
 * Software Foundation, Inc. ("OSF") not be used in advertising or
 * publicity pertaining to distribution of the software without prior
 * written permission from OSF.  OSF makes no representations about the
 * suitability of this software for any purpose.  It is provided "as is"
 * without express or implied warranty.
 */

/*
**	timop_svc_aux.h
**
**      Auxiliary info for timop_svc example.
**	There are other ways to do these things, but we're just
**	illustrating the basics here.
*/

/* Principal names for this example application. */

/* NEW CODE */
#define CLIENT_PRINC_NAME	(unsigned_char_t *)"tsclient"
#define SERVER_PRINC_NAME	(unsigned_char_t *)"tsserver"
#define SERVER_KEYFILE		(unsigned_char_t *)"/tmp/tskeyfile"
/* NEW CODE */

#define TRUE 1
#define FALSE 0



#define NO_FLAG 0
/* ...return code from process_args() => errorless command line scanned       */

#define OBJECT_AMOUNT 2
/* ...number of objects allowed. Note that this number should be equal to     */
/*  the number of object UUIDs given directly below. Both timop_svc_client.c  */
/*  and timop_svc_server.c have an array whose contents are initialized with  */
/*  these.                                                                    */

/* Well-known object uuids... */
#define OBJ_UUID_1      (unsigned_char_t *)"2541af56-43a2-11ca-a9f5-02608c0ffe69"
#define OBJ_UUID_2      (unsigned_char_t *)"2541af56-43a2-11ca-a9f5-02608c0ffe79"

