Forgot to commit with last change.

From-SVN: r35850
This commit is contained in:
Jeff Law 2000-08-21 12:05:49 -06:00
parent 49009afdf7
commit 6e447bac90
1 changed files with 4 additions and 0 deletions

View File

@ -53,6 +53,10 @@ Boston, MA 02111-1307, USA. */
/* Allows checks for drive names. */
#define HAVE_DOS_BASED_FILE_SYSTEM
/* Tell GCC about NT's bit bucket. */
#define HOST_BIT_BUCKET "NUL"
#define S_IRUSR 0000400
#define S_IWUSR 0000200
#define S_IXUSR 0000100