diff options
author | Jeffrey A Law <law@cygnus.com> | 1997-11-14 13:59:51 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 1997-11-14 06:59:51 -0700 |
commit | 238ad62b9fc6a0290a25467bb49c975e5ea29c92 (patch) | |
tree | d1a81d0e46b899876038485f408e55a02c1d7555 /gcc/config/rs6000 | |
parent | da275344585d1f6756f65fed396c744fba0c9dcf (diff) | |
download | gcc-238ad62b9fc6a0290a25467bb49c975e5ea29c92.tar.gz |
xm-cygwin32.h (HAVE_FILE_H, [...]): Delete defines.
* i386/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Delete defines.
* i386/xm-mingw32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
* rs6000/xm-cygwin32.h (HAVE_FILE_H, HAVE_RUSAGE): Likewise.
From-SVN: r16484
Diffstat (limited to 'gcc/config/rs6000')
-rw-r--r-- | gcc/config/rs6000/xm-cygwin32.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/rs6000/xm-cygwin32.h b/gcc/config/rs6000/xm-cygwin32.h index 158e54edc0f..9b3c2700e99 100644 --- a/gcc/config/rs6000/xm-cygwin32.h +++ b/gcc/config/rs6000/xm-cygwin32.h @@ -23,6 +23,4 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #include "rs6000/xm-rs6000.h" -#define HAVE_RUSAGE -#define HAVE_FILE_H #define EXECUTABLE_SUFFIX ".exe" |