Mac Terminal port tuneup

Submit the last of the changes that were needed to compile the
MacOS X Terminal port.
This commit is contained in:
kmhugo
2003-09-02 16:06:53 +00:00
parent 5ba58b7229
commit 48d826b907

View File

@@ -20,14 +20,15 @@
* set "Prefix File" to include/mac-term.h
*/
/* Stuff needed for the core of NetHack */
#undef MAC
#define UNIX
#define BSD
#define __FreeBSD__ /* Darwin is based on FreeBSD */
#define GCC_WARN
/* May already be defined by CodeWarrior as 0 or 1 */
#ifdef TARGET_API_MAC_CARBON
# undef TARGET_API_MAC_CARBON
#endif
#define TARGET_API_MAC_CARBON 0
#define GCC_WARN
#define TARGET_API_MAC_CARBON 0 /* Not Carbon */