add krb5_kdc_udp_portname
authorJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 15:33:51 +0000 (15:33 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 15:33:51 +0000 (15:33 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@519 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/osconfig.c

index 94839c32b811d36eff1c197bce0e2b9f0777524b..1e73d8bf1a58650a47d3375795c53f119233242d 100644 (file)
@@ -7,7 +7,7 @@
  * For copying and distribution information, please see the file
  * <krb5/copyright.h>.
  *
- * Definition of default config file pathname.
+ * Definition of default configuration parameters.
  */
 
 #if !defined(lint) && !defined(SABER)
@@ -20,4 +20,5 @@ static char rcsid_config_fn_c [] =
 
 
 char *krb5_config_file = DEFAULT_CONFIG_FILENAME;
+char *krb5_kdc_udp_portname = KDC_PORTNAME;