diff options
author | neilbrown <neilbrown> | 2005-12-16 05:24:38 +0000 |
---|---|---|
committer | neilbrown <neilbrown> | 2005-12-16 05:24:38 +0000 |
commit | 62c4197d5b41b66af58c34a4cc79c023599f0f72 (patch) | |
tree | 43775b7361c4ecd19ab0e0bdf640e71a188bc5d5 /support | |
parent | e36b61ba46d34841a6ad99857c7cc43fc8c1ee89 (diff) | |
download | nfs-utils-62c4197d5b41b66af58c34a4cc79c023599f0f72.tar.gz nfs-utils-62c4197d5b41b66af58c34a4cc79c023599f0f72.tar.xz nfs-utils-62c4197d5b41b66af58c34a4cc79c023599f0f72.zip |
Updates from Kevin Coffman at UMich
Diffstat (limited to 'support')
-rw-r--r-- | support/include/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/support/include/config.h.in b/support/include/config.h.in index 73db5a2..769afff 100644 --- a/support/include/config.h.in +++ b/support/include/config.h.in @@ -30,6 +30,9 @@ */ #undef RESTRICTED_STATD +/* Define this if you have <spkm3.h> */ +#undef HAVE_SPKM3_H + /* Define this if you want support for rpcsec_gss with * the MIT krb5 mechanism compiled in */ #undef HAVE_KRB5 |