X-Git-Url: http://www.project-moonshot.org/gitweb/?a=blobdiff_plain;f=shibsp%2FAbstractSPRequest.cpp;h=4ab8374da44c4c1a1f5fbf3a73aaf15dbf388b24;hb=af7feb886bcdc857aca1a580240c9fe426b90727;hp=7a0d863f5b439c09b43d3760f81dac1c7ae13fd0;hpb=d13eb958c91dc08ba3982c071a51395a2b05812f;p=shibboleth%2Fcpp-sp.git diff --git a/shibsp/AbstractSPRequest.cpp b/shibsp/AbstractSPRequest.cpp index 7a0d863..4ab8374 100644 --- a/shibsp/AbstractSPRequest.cpp +++ b/shibsp/AbstractSPRequest.cpp @@ -1,5 +1,5 @@ /* - * Copyright 2001-2010 Internet2 + * Copyright 2001-2011 Internet2 * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -51,7 +51,7 @@ void SPRequest::setAuthType(const char* authtype) { } -#ifdef HAVE_GSSAPI +#ifdef SHIBSP_HAVE_GSSAPI GSSRequest::GSSRequest() { }