From cde80abad5fa4b2414d0177f228f65e2c7bdc6dd Mon Sep 17 00:00:00 2001 From: John Hughes Date: Thu, 23 May 2002 11:19:05 +0000 Subject: [PATCH] Make autoheader happy about Linux/SuperH --- ChangeLog | 4 ++++ acconfig.h | 3 +++ 2 files changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index ac0b90b8..4f4b494e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2002-05-23 John Hughes + + * acconfig.h: Make autoheader happy about Linux/SuperH + 2002-05-23 John Hughes * strace.c: Get rid of warning if not using POLL_HACK diff --git a/acconfig.h b/acconfig.h index 2966c733..03527889 100644 --- a/acconfig.h +++ b/acconfig.h @@ -45,6 +45,9 @@ /* Define if this is a S390 architecture. */ #undef S390 +/* Define if this is a SH architecture. */ +#undef SH + /* Define if you have a SVR4 MP type procfs. I.E. /dev/xxx/ctl, /dev/xxx/status. Also implies that you have the pr_lwp member in prstatus. */ -- 2.40.0