* CMakeLists.txt: Define SERF_HAVE_SSPI on Windows, equivalently to the
  following existing line in SConstruct:

    if sys.platform == 'win32':
      env.Append(CPPDEFINES=['SERF_HAVE_SSPI'])


git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1901041 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/CMakeLists.txt b/CMakeLists.txt
index babcaba..d12271c 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -172,6 +172,7 @@
       "secur32.lib"
       "ws2_32.lib"
   )
+  add_definitions("-DSERF_HAVE_SSPI")
 endif(SERF_WINDOWS)