Revision: 45573
          http://brlcad.svn.sourceforge.net/brlcad/?rev=45573&view=rev
Author:   d_rossberg
Date:     2011-07-22 12:28:24 +0000 (Fri, 22 Jul 2011)

Log Message:
-----------
S_IRWXU for Windows (MS Visual Studio)

Modified Paths:
--------------
    brlcad/trunk/include/config_win.h
    brlcad/trunk/include/config_win_cmake.h

Modified: brlcad/trunk/include/config_win.h
===================================================================
--- brlcad/trunk/include/config_win.h   2011-07-22 07:59:22 UTC (rev 45572)
+++ brlcad/trunk/include/config_win.h   2011-07-22 12:28:24 UTC (rev 45573)
@@ -219,6 +219,9 @@
 #ifndef S_IXUSR
 #  define S_IXUSR      S_IEXEC
 #endif
+#ifndef S_IRWXU
+#  define S_IRWXU      ((S_IRUSR)|(S_IWUSR)|(S_IXUSR))
+#endif
 
 #ifndef S_IRGRP
 #  define S_IRGRP      ((S_IRUSR)>>3)

Modified: brlcad/trunk/include/config_win_cmake.h
===================================================================
--- brlcad/trunk/include/config_win_cmake.h     2011-07-22 07:59:22 UTC (rev 
45572)
+++ brlcad/trunk/include/config_win_cmake.h     2011-07-22 12:28:24 UTC (rev 
45573)
@@ -205,6 +205,9 @@
 #ifndef S_IXUSR
 #  define S_IXUSR      S_IEXEC
 #endif
+#ifndef S_IRWXU
+#  define S_IRWXU      ((S_IRUSR)|(S_IWUSR)|(S_IXUSR))
+#endif
 
 #ifndef S_IRGRP
 #  define S_IRGRP      ((S_IRUSR)>>3)


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
10 Tips for Better Web Security
Learn 10 ways to better secure your business today. Topics covered include:
Web security, SSL, hacker attacks & Denial of Service (DoS), private keys,
security Microsoft Exchange, secure Instant Messaging, and much more.
http://www.accelacomm.com/jaw/sfnl/114/51426210/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to