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.
* 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
/*