summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb5/os/osconfig.c8
1 files 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
- * <krb5/mit-copyright.h>.
+ * <krb5/copyright.h>.
*
* Definition of default config file pathname.
*/
-char *krb5_config_file = "/etc/krb.conf";
+#include <krb5/copyright.h>
+#include <krb5/osconf.h>
+
+char *krb5_config_file = DEFAULT_CONFIG_FILENAME;
+