Revert "Update to 7.40.1"
[platform/upstream/curl.git] / lib / http_negotiate.h
index f7efe8c..e584d76 100644 (file)
@@ -22,7 +22,7 @@
  *
  ***************************************************************************/
 
-#ifdef USE_SPNEGO
+#ifdef USE_HTTP_NEGOTIATE
 
 /* this is for Negotiate header input */
 int Curl_input_negotiate(struct connectdata *conn, bool proxy,
@@ -37,6 +37,6 @@ void Curl_cleanup_negotiate(struct SessionHandle *data);
 #define GSS_ERROR(status) (status & 0x80000000)
 #endif
 
-#endif /* USE_SPNEGO */
+#endif /* USE_HTTP_NEGOTIATE */
 
 #endif /* HEADER_CURL_HTTP_NEGOTIATE_H */