summaryrefslogtreecommitdiffstats
path: root/src/appl/sample/sample.h
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1990-05-11 16:01:19 +0000
committerJohn Kohl <jtkohl@mit.edu>1990-05-11 16:01:19 +0000
commit52e8ab4c28815f9c6675e74f24ecdebb8401fa1f (patch)
tree9aacf680f9108b68cfecbfd554cfa0bfbef846f6 /src/appl/sample/sample.h
parent598c209325602e5a23fcea0adff06aea47e470ec (diff)
downloadkrb5-52e8ab4c28815f9c6675e74f24ecdebb8401fa1f.tar.gz
krb5-52e8ab4c28815f9c6675e74f24ecdebb8401fa1f.tar.xz
krb5-52e8ab4c28815f9c6675e74f24ecdebb8401fa1f.zip
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@844 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/sample/sample.h')
-rw-r--r--src/appl/sample/sample.h21
1 files changed, 21 insertions, 0 deletions
diff --git a/src/appl/sample/sample.h b/src/appl/sample/sample.h
new file mode 100644
index 000000000..74aaec370
--- /dev/null
+++ b/src/appl/sample/sample.h
@@ -0,0 +1,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__ */