diff options
author | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 16:10:56 +0000 |
---|---|---|
committer | phajdan.jr@chromium.org <phajdan.jr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-08-30 16:10:56 +0000 |
commit | 52684393b659011bacd38fba139589f01f3dc3f5 (patch) | |
tree | 30b1272c4df4cdf111a5c7be20d3aa8b19c41b1e /net/http | |
parent | 60b6958818d805638ed1a5c3257d6ebe543bc31d (diff) | |
download | chromium_src-52684393b659011bacd38fba139589f01f3dc3f5.zip chromium_src-52684393b659011bacd38fba139589f01f3dc3f5.tar.gz chromium_src-52684393b659011bacd38fba139589f01f3dc3f5.tar.bz2 |
Fix a linking error with -Dlinux_link_kerberos on Gentoo.
BUG=92689
Review URL: http://codereview.chromium.org/7794015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@98824 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/http')
-rw-r--r-- | net/http/http_auth_gssapi_posix.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/net/http/http_auth_gssapi_posix.cc b/net/http/http_auth_gssapi_posix.cc index cc27e70..37b28df 100644 --- a/net/http/http_auth_gssapi_posix.cc +++ b/net/http/http_auth_gssapi_posix.cc @@ -17,7 +17,6 @@ #include "net/base/net_errors.h" #include "net/base/net_util.h" -#if defined(DLOPEN_KERBEROS) // These are defined for the GSSAPI library: // Paraphrasing the comments from gssapi.h: // "The implementation must reserve static storage for a @@ -63,7 +62,6 @@ gss_OID GSS_C_NT_HOSTBASED_SERVICE_X = &GSS_C_NT_HOSTBASED_SERVICE_X_VAL; gss_OID GSS_C_NT_HOSTBASED_SERVICE = &GSS_C_NT_HOSTBASED_SERVICE_VAL; gss_OID GSS_C_NT_ANONYMOUS = &GSS_C_NT_ANONYMOUS_VAL; gss_OID GSS_C_NT_EXPORT_NAME = &GSS_C_NT_EXPORT_NAME_VAL; -#endif // defined(DLOPEN_KERBEROS) namespace net { |