linux 2.6.16.38 w/ vs2.0.3-rc1
[linux-2.6.git] / fs / cifs / cifsglob.h
index 006eb33..7bed276 100644 (file)
@@ -1,7 +1,7 @@
 /*
  *   fs/cifs/cifsglob.h
  *
- *   Copyright (C) International Business Machines  Corp., 2002,2006
+ *   Copyright (C) International Business Machines  Corp., 2002,2005
  *   Author(s): Steve French (sfrench@us.ibm.com)
  *
  *   This library is free software; you can redistribute it and/or modify
@@ -430,15 +430,6 @@ struct dir_notify_req {
 #define   CIFS_LARGE_BUFFER     2
 #define   CIFS_IOVEC            4    /* array of response buffers */
 
-/* Type of session setup needed */
-#define   CIFS_PLAINTEXT       0
-#define   CIFS_LANMAN          1
-#define   CIFS_NTLM            2
-#define   CIFS_NTLMSSP_NEG     3
-#define   CIFS_NTLMSSP_AUTH    4
-#define   CIFS_SPNEGO_INIT     5
-#define   CIFS_SPNEGO_TARG     6
-
 /*
  *****************************************************************
  * All constants go here