From: kmhugo Date: Mon, 1 Sep 2003 02:23:50 +0000 (+0000) Subject: Unix on MacOSX tidbit X-Git-Tag: MOVE2GIT~1822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=96c304369082dc98c13fa116e973f456814b0e20;p=nethack 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. --- diff --git a/include/config.h b/include/config.h index 8735f97ae..32ef65fb7 100644 --- a/include/config.h +++ b/include/config.h @@ -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 /*