From ffac46f52ee47e229d1f432005e9fe7692946599 Mon Sep 17 00:00:00 2001 From: John Kohl Date: Thu, 19 Apr 1990 14:14:45 +0000 Subject: [PATCH] use manifest constant for file name git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@510 dc483132-0cff-0310-8789-dd5450dbe970 --- src/lib/krb5/os/osconfig.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/lib/krb5/os/osconfig.c b/src/lib/krb5/os/osconfig.c index f4a814649..b9216b51d 100644 --- a/src/lib/krb5/os/osconfig.c +++ b/src/lib/krb5/os/osconfig.c @@ -5,9 +5,13 @@ * Copyright 1990 by the Massachusetts Institute of Technology. * * For copying and distribution information, please see the file - * . + * . * * Definition of default config file pathname. */ -char *krb5_config_file = "/etc/krb.conf"; +#include +#include + +char *krb5_config_file = DEFAULT_CONFIG_FILENAME; + -- 2.26.2