]> granicus.if.org Git - nethack/commitdiff
Unix on MacOSX tidbit
authorkmhugo <kmhugo>
Mon, 1 Sep 2003 02:23:50 +0000 (02:23 +0000)
committerkmhugo <kmhugo>
Mon, 1 Sep 2003 02:23:50 +0000 (02:23 +0000)
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.

include/config.h

index 8735f97aece93be37cbddd3697d15e3932365361..32ef65fb7a38117a1b658b6c3191463a9318b689 100644 (file)
  * 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
 
 /*