(HAVE_STRERROR): Define.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Jul 1995 13:22:15 +0000 (09:22 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 26 Jul 1995 13:22:15 +0000 (09:22 -0400)
(__BSD_NET2__): Define.

From-SVN: r10167

gcc/config/pa/xm-pa.h

index a34513e..8138cfa 100644 (file)
@@ -1,5 +1,5 @@
 /* Configuration for GNU C-compiler for PA-RISC.
-   Copyright (C) 1988 Free Software Foundation, Inc.
+   Copyright (C) 1988, 1995 Free Software Foundation, Inc.
    Contributed by Michael Tiemann (tiemann@cygnus.com).
 
 This file is part of GNU CC.
@@ -50,6 +50,13 @@ extern int errno;
 /* Don't try to use sys_siglist.  */
 #define NO_SYS_SIGLIST
 
+/* We have strerror, don't try to use sys_errlist.  */
+#define HAVE_STRERROR
+
+/* 4.3BSD, OSF1 and Lites on the PA are all derived from NET2 or
+   later code from Berkeley.  */
+#define __BSD_NET2__
+
 /* HP's compiler has problems with enum bitfields.  */
 #define ONLY_INT_FIELDS