From 16ff428bc1bdd96f26a06863d7254caeee17ecd6 Mon Sep 17 00:00:00 2001 From: Tom Wood Date: Tue, 4 Aug 1992 19:17:40 +0000 Subject: [PATCH] (USING_SVR4_H): Define. From-SVN: r1766 --- gcc/config/svr4.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/gcc/config/svr4.h b/gcc/config/svr4.h index 2c98024db07..c0fd18ffbbe 100644 --- a/gcc/config/svr4.h +++ b/gcc/config/svr4.h @@ -39,6 +39,9 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. appropriate define for the type of hardware that you are targeting. */ +/* Define a symbol indicating that we are using svr4.h. */ +#define USING_SVR4_H + /* For the sake of libgcc2.c, indicate target supports atexit. */ #define HAVE_ATEXIT -- 2.30.2