summaryrefslogtreecommitdiffstats
path: root/src/appl/sample/sample.h
blob: 1248956b41b7ba8b750e0b35c37cd2a35d1e19da (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/*
 * $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"
#define SAMPLE_VERSION "KRB5_sample_protocol_v1.0"

#endif /* KRB5_SAMPLE__ */