Unix on MacOSX tidbit

This old conditional was targeted for Apple compilers in a Unix
environment (probably A/UX, which hasn't been sold in over 10
years).  It now interferes with installations under MacOS X.
This commit is contained in:
kmhugo
2003-09-01 02:23:50 +00:00
parent d3901acac3
commit 96c3043690

View File

@@ -202,11 +202,7 @@
* otherwise it will be the current directory.
*/
# ifndef HACKDIR
# ifdef __APPLE__
# define HACKDIR "nethackdir" /* nethack directory */
# else
# define HACKDIR "/usr/games/lib/nethackdir"
# endif
# define HACKDIR "/usr/games/lib/nethackdir"
# endif
/*