Commit 6e447bac by Jeff Law

Forgot to commit with last change.

From-SVN: r35850
parent 49009afd
...@@ -53,6 +53,10 @@ Boston, MA 02111-1307, USA. */ ...@@ -53,6 +53,10 @@ Boston, MA 02111-1307, USA. */
/* Allows checks for drive names. */ /* Allows checks for drive names. */
#define HAVE_DOS_BASED_FILE_SYSTEM #define HAVE_DOS_BASED_FILE_SYSTEM
/* Tell GCC about NT's bit bucket. */
#define HOST_BIT_BUCKET "NUL"
#define S_IRUSR 0000400 #define S_IRUSR 0000400
#define S_IWUSR 0000200 #define S_IWUSR 0000200
#define S_IXUSR 0000100 #define S_IXUSR 0000100
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment