--- def.h	Thu Apr 13 14:07:32 2000
+++ def.h.new	Thu Jan  1 23:07:12 2004
@@ -10,7 +10,7 @@
 #endif
 #endif
 
-#if defined FREEBSD || defined LINUX || defined YOUR_UNIX_LIKE_ARCH_GOING_HERE
+#if defined FREEBSD || defined LINUX || defined DARWIN
 #define UNIX
 #endif
 
@@ -147,7 +147,7 @@
 #define ININAME "DIGGER.INI"
 #endif
 
-#if defined FREEBSD || defined LINUX
+#if defined FREEBSD || defined LINUX || defined DARWIN
 #include "fbsd_sup.h"
 #endif