relocate some more outdated code

This commit is contained in:
nhmall
2020-07-05 09:27:59 -04:00
parent 62d9c49338
commit 6c0d522b1a
12 changed files with 24 additions and 59 deletions
-24
View File
@@ -175,37 +175,13 @@ extern struct cross_target_s cross_target;
#include "unixconf.h"
#endif
#ifdef OS2
#include "os2conf.h"
#endif
#ifdef MSDOS
#include "pcconf.h"
#endif
#ifdef TOS
#include "tosconf.h"
#endif
#ifdef AMIGA
#include "amiconf.h"
#endif
#ifdef MAC
#include "macconf.h"
#endif
#ifdef __BEOS__
#include "beconf.h"
#endif
#ifdef WIN32
#ifdef WIN_CE
#include "wceconf.h"
#else
#include "ntconf.h"
#endif
#endif
/* Displayable name of this port; don't redefine if defined in *conf.h */
#ifndef PORT_ID