is only sensible if KRB5_DNS_LOOKUP is defined.
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11627
dc483132-0cff-0310-8789-
dd5450dbe970
+1999-08-04 Danilo Almeida <dalmeida@mit.edu>
+
+ * k5-int.h: Keep invariant that profile_in_memory member of context
+ is only sensible if KRB5_DNS_LOOKUP is defined.
+
1999-08-03 Ken Raeburn <raeburn@mit.edu>
* krb5.hin: Wrap all declarations in `extern "C"' for C++, not
krb5_boolean profile_secure;
int fcc_default_format;
int scc_default_format;
+#ifdef KRB5_DNS_LOOKUP
krb5_boolean profile_in_memory;
+#endif /* KRB5_DNS_LOOKUP */
};
/* could be used in a table to find an etype and initialize a block */