summaryrefslogtreecommitdiffstats
path: root/src/appl/simple
diff options
context:
space:
mode:
authorJohn Kohl <jtkohl@mit.edu>1991-03-04 13:12:37 +0000
committerJohn Kohl <jtkohl@mit.edu>1991-03-04 13:12:37 +0000
commit43a6a05d1f06a7b45eda4a41ccc8114e6cc0ab25 (patch)
tree62530243579149439e2cadca011c3a602051c9b7 /src/appl/simple
parent5ada2a100d7d3957ac5ae62bc225a286d7309c91 (diff)
downloadkrb5-43a6a05d1f06a7b45eda4a41ccc8114e6cc0ab25.tar.gz
krb5-43a6a05d1f06a7b45eda4a41ccc8114e6cc0ab25.tar.xz
krb5-43a6a05d1f06a7b45eda4a41ccc8114e6cc0ab25.zip
/
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@1843 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/simple')
-rw-r--r--src/appl/simple/simple.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/appl/simple/simple.h b/src/appl/simple/simple.h
new file mode 100644
index 000000000..0f0833bb7
--- /dev/null
+++ b/src/appl/simple/simple.h
@@ -0,0 +1,16 @@
+/*
+ * $Source$
+ * $Author$
+ * $Id$
+ *
+ * Copyright 1988,1991 by the Massachusetts Institute of Technology.
+ * All Rights Reserved.
+ *
+ * For copying and distribution information, please see the file
+ * <krb5/copyright.h>.
+ *
+ * Common definitions for the simple UDP-based Kerberos-mediated
+ * server & client applications.
+ */
+
+#define SERVICE "sample"