Add declspec for Windows

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@23026 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2008-04-17 10:02:03 +00:00
parent 795ee939ea
commit 3b7ff465c1
7 changed files with 28 additions and 27 deletions

View File

@@ -35,9 +35,9 @@
RCSID("$Id$");
const char *krb5_config_file =
KRB5_LIB_VARIABLE const char *krb5_config_file =
#ifdef __APPLE__
"/Library/Preferences/edu.mit.Kerberos:"
#endif
SYSCONFDIR "/krb5.conf:/etc/krb5.conf";
const char *krb5_defkeyname = KEYTAB_DEFAULT;
KRB5_LIB_VARIABLE const char *krb5_defkeyname = KEYTAB_DEFAULT;