aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Kenner <kenner@gcc.gnu.org>1995-02-21 18:30:53 -0500
committerRichard Kenner <kenner@gcc.gnu.org>1995-02-21 18:30:53 -0500
commit3c769705373a070e465848ac685d48b295efe7d2 (patch)
treedeb2684347922262be9cbba3f5b7a8638c00ed55
parenteee1db092b3e035445eb169ee82e4df0511d9dc5 (diff)
downloadgcc-3c769705373a070e465848ac685d48b295efe7d2.zip
gcc-3c769705373a070e465848ac685d48b295efe7d2.tar.gz
gcc-3c769705373a070e465848ac685d48b295efe7d2.tar.bz2
Reflect features/functions available in NT.
From-SVN: r9004
-rw-r--r--gcc/config/winnt/xm-winnt.h13
1 files changed, 7 insertions, 6 deletions
diff --git a/gcc/config/winnt/xm-winnt.h b/gcc/config/winnt/xm-winnt.h
index 3a30399..bcd24b0 100644
--- a/gcc/config/winnt/xm-winnt.h
+++ b/gcc/config/winnt/xm-winnt.h
@@ -1,6 +1,5 @@
-/* Configuration for GNU compiler
- for processor running Windows NT 3.x.
- Copyright (C) 1994 Free Software Foundation, Inc.
+/* Configuration for GNU compiler for processor running Windows NT 3.x.
+ Copyright (C) 1993, 1995 Free Software Foundation, Inc.
Contributed by Douglas B. Rupp (drupp@cs.washington.edu)
This file is part of GNU CC.
@@ -20,9 +19,12 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <stdlib.h>
-#define USG
-#define ONLY_INT_FIELDS
+#define USG 1
+#define ONLY_INT_FIELDS 1
#define USE_PROTOTYPES 1
+#define HAVE_PUTENV 1
+#define HAVE_VPRINTF 1
+#define NO_SYS_SIGLIST 1
#define bcmp(a,b,c) memcmp (a,b,c)
#define bcopy(a,b,c) memcpy (b,a,c)
#define bzero(a,b) memset (a,0,b)
@@ -33,7 +35,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#define EXECUTABLE_SUFFIX ".exe"
#define PATH_SEPARATOR ';'
#define DIR_SEPARATOR '\\'
-#define HAVE_PUTENV 1
#define S_IRUSR 0000400
#define S_IWUSR 0000200