use manifest constant for file name
authorJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 14:14:45 +0000 (14:14 +0000)
committerJohn Kohl <jtkohl@mit.edu>
Thu, 19 Apr 1990 14:14:45 +0000 (14:14 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@510 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb5/os/osconfig.c

index f4a8146492b1c5fc445dded8b08bcef9d2adcc4b..b9216b51d899115eced05400dde2cf452d472258 100644 (file)
@@ -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;
+