blob: 74aaec370ab853cc9cbaf718b7a0e2022a3e567c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
/*
* $Source$
* $Author$
* $Id$
*
* Copyright 1990 by the Massachusetts Institute of Technology.
*
* For copying and distribution information, please see the file
* <krb5/copyright.h>.
*
* Common definitions for the sample client/server.
*/
#include <krb5/copyright.h>
#ifndef KRB5_SAMPLE__
#define KRB5_SAMPLE__
#define SAMPLE_SERVICE "sample"
#endif /* KRB5_SAMPLE__ */
|