diff options
author | Miro Jurisic <meeroh@mit.edu> | 1999-04-29 20:34:09 +0000 |
---|---|---|
committer | Miro Jurisic <meeroh@mit.edu> | 1999-04-29 20:34:09 +0000 |
commit | 211c48735cb90aa9c2df10511bb92a7402bc07fc (patch) | |
tree | d76c5a3ebf166031b36b22f271b775715010b03e /src | |
parent | e6fce6aac59b06abfea9df7c12418032a06dc025 (diff) | |
download | krb5-211c48735cb90aa9c2df10511bb92a7402bc07fc.tar.gz krb5-211c48735cb90aa9c2df10511bb92a7402bc07fc.tar.xz krb5-211c48735cb90aa9c2df10511bb92a7402bc07fc.zip |
Changed glue header filename
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@11399 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src')
-rw-r--r-- | src/mac/GSS.moreCFMglue.cin | 2 | ||||
-rw-r--r-- | src/mac/K5.moreCFMglue.cin | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/mac/GSS.moreCFMglue.cin b/src/mac/GSS.moreCFMglue.cin index 292e3d91a..2e5901f0a 100644 --- a/src/mac/GSS.moreCFMglue.cin +++ b/src/mac/GSS.moreCFMglue.cin @@ -1,4 +1,4 @@ -#include <GSS.CFMglue.h> +#include <GSSLib.glue.h> Boolean GSSAPILibraryIsPresent () { diff --git a/src/mac/K5.moreCFMglue.cin b/src/mac/K5.moreCFMglue.cin index 6852f5d17..34dc7b3db 100644 --- a/src/mac/K5.moreCFMglue.cin +++ b/src/mac/K5.moreCFMglue.cin @@ -1,4 +1,4 @@ -#include <K5.CFMglue.h> +#include <Kerberos5Lib.glue.h> Boolean KerberosV5LibraryIsPresent () { |