diff options
author | Jason Molenda <jmolenda@apple.com> | 1998-03-31 00:46:48 +0000 |
---|---|---|
committer | Jason Molenda <jmolenda@apple.com> | 1998-03-31 00:46:48 +0000 |
commit | f45d80805eb447a9720bf80deeb84ce196a3e28a (patch) | |
tree | 4de9630e24604b4fd8bcff65c5a1e0844f6a6350 /gdb/rdi-share/dbg_hif.h | |
parent | 6ed00b060706ba0b2ef7cb68bd2d0275d846e99c (diff) | |
download | gdb-f45d80805eb447a9720bf80deeb84ce196a3e28a.zip gdb-f45d80805eb447a9720bf80deeb84ce196a3e28a.tar.gz gdb-f45d80805eb447a9720bf80deeb84ce196a3e28a.tar.bz2 |
Mon Mar 30 16:42:12 1998 Jason Molenda (crash@bugshack.cygnus.com)
* rdi-share/Makefile.am, rdi-share/aclocal.m4,
rdi-share/configure: New files.
* rdi-share/configure.in: Rewritten to be an autoconf input file.
* rdi-share/Makefile.in, rdi-share/configure: Generated by
automake/autoconf.
* rdi-share/dbg_hif.h, etherdrv.c, hostchan.c: Use autoconf tests
to check environment.
automake/autoconfiscate rdi-share. We don't use the checks that autoconf
provides too much for now, but it'll be easier to use them if any problems
crop up in the future. (rdi-share/ is foreign code and it probably isn't
worth spending any more time than necessary messing with it.)
Diffstat (limited to 'gdb/rdi-share/dbg_hif.h')
-rw-r--r-- | gdb/rdi-share/dbg_hif.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/rdi-share/dbg_hif.h b/gdb/rdi-share/dbg_hif.h index 3982d11..5be2156 100644 --- a/gdb/rdi-share/dbg_hif.h +++ b/gdb/rdi-share/dbg_hif.h @@ -22,7 +22,7 @@ #ifndef dbg_hif__h #define dbg_hif__h -#if defined __STDC__ || defined ALMOST_STDC +#ifdef STDC_HEADERS # include <stdarg.h> #else # include <varargs.h> |