Update of /home/cvs/gsasl/gl
In directory dopio:/tmp/cvs-serv3468/gl

Modified Files:
        socket_.h 
Log Message:
Add.

--- /home/cvs/gsasl/gl/socket_.h        2006/01/18 11:11:45     1.2
+++ /home/cvs/gsasl/gl/socket_.h        2006/01/19 13:58:35     1.3
@@ -35,13 +35,13 @@
 #endif
 
 /* For shutdown(). */
-#ifndef SHUT_RD
-# define SHUT_RD 0
+#if !defined(SHUT_RD) && defined (SD_RECEIVE)
+# define SHUT_RD SD_RECEIVE
 #endif
-#ifndef SHUT_WR
+#if !defined(SHUT_WR) && defined (SD_SEND)
 # define SHUT_WR 1
 #endif
-#ifndef SHUT_RDWR
+#if !defined(SHUT_RDWR) && defined (SD_BOTH)
 # define SHUT_RDWR 2
 #endif
 



_______________________________________________
Gsasl-commit mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/gsasl-commit

Reply via email to