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:
@@ -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
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user