diff options
| author | Theodore Tso <tytso@mit.edu> | 1995-09-15 18:25:11 +0000 |
|---|---|---|
| committer | Theodore Tso <tytso@mit.edu> | 1995-09-15 18:25:11 +0000 |
| commit | f0c6bc7058d098c4189b59608055b988d596d352 (patch) | |
| tree | fbc079433e98eca516a01fba265137ff917f51ff /src/appl/simple | |
| parent | 03ff5538c9e641bad30b605bf7cec02f5f169b31 (diff) | |
| download | krb5-f0c6bc7058d098c4189b59608055b988d596d352.tar.gz krb5-f0c6bc7058d098c4189b59608055b988d596d352.tar.xz krb5-f0c6bc7058d098c4189b59608055b988d596d352.zip | |
Use separate definitions for the Kerberos instance name and the UDP
port name.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@6794 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/appl/simple')
| -rw-r--r-- | src/appl/simple/ChangeLog | 5 | ||||
| -rw-r--r-- | src/appl/simple/simple.h | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/src/appl/simple/ChangeLog b/src/appl/simple/ChangeLog index 30dcd2f21..a2ae28f7d 100644 --- a/src/appl/simple/ChangeLog +++ b/src/appl/simple/ChangeLog @@ -1,3 +1,8 @@ +Fri Sep 15 14:24:37 1995 Theodore Y. Ts'o <tytso@dcl> + + * simple.h (SIMPLE_SERVICE, SIMPLE_PORT): Use separate definitions + for the Kerberos instance name and the UDP port name. + Thu Aug 24 19:25:48 1995 Theodore Y. Ts'o <tytso@dcl> * .Sanitize: Update file list diff --git a/src/appl/simple/simple.h b/src/appl/simple/simple.h index 3606a4909..f908e2ca1 100644 --- a/src/appl/simple/simple.h +++ b/src/appl/simple/simple.h @@ -25,4 +25,5 @@ * server & client applications. */ -#define SERVICE "sample" +#define SIMPLE_SERVICE "sample" +#define SIMPLE_PORT "sample" |
