summaryrefslogtreecommitdiff
path: root/gcc/config/i386/xm-djgpp.h
diff options
context:
space:
mode:
authorzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-03 17:38:23 +0000
committerzack <zack@138bc75d-0d04-0410-961f-82ee72b054a4>2001-04-03 17:38:23 +0000
commitedac87698c5c21462e855e3eae4adef1e1ac314b (patch)
tree7f2d37daa3e698ef199784d687c61e581ceafd5f /gcc/config/i386/xm-djgpp.h
parent97ff2480aafce58c4c3640bdc03a2b1650f46823 (diff)
downloadgcc-edac87698c5c21462e855e3eae4adef1e1ac314b.tar.gz
* config/i386/xm-beos.h, config/i386/xm-isc.h,
config/i386/xm-next.h, config/i386/xm-sco.h, config/i386/xm-sco5.h, config/m68k/xm-plexus.h, config/m88k/xm-m88k.h: Delete. * config/i386/xm-djgpp.h: Don't define __MSDOS__. * config/romp/xm-romp.h: Don't define bcopy. * config/rs6000/xm-beos.h: Don't define bcopy, HAVE_VPRINTF, HAVE_PUTENV, HAVE_RENAME, or USE_C_ALLOCA. * config.gcc: Remove references to deleted files. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@41061 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/xm-djgpp.h')
-rw-r--r--gcc/config/i386/xm-djgpp.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gcc/config/i386/xm-djgpp.h b/gcc/config/i386/xm-djgpp.h
index 52124683ffa..9a711fd146c 100644
--- a/gcc/config/i386/xm-djgpp.h
+++ b/gcc/config/i386/xm-djgpp.h
@@ -18,8 +18,6 @@ along with GNU CC; see the file COPYING. If not, write to
the Free Software Foundation, 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
-#define __MSDOS__ 1
-
/* Use semicolons to separate elements of a path. */
#define PATH_SEPARATOR ';'