Author: mbuna <mbuna@undernet.org>
[ircu2.10.12-pk.git] / configure.in
index 1763ef8b9956dc35ec19ccb6851b8edf74b7a0f9..c466691e97c966886f4dbb120f97c9a3115c59c0 100644 (file)
@@ -193,6 +193,12 @@ case "$host" in
        OSDEP_C=os_bsd.c
        ;;
 
+    *-darwin*)
+       AC_MSG_RESULT([Darwin (Mac OS X) ($host) found.])
+       unet_poll_syscall=no
+       OSDEP_C=os_bsd.c
+       ;;
+
     *)
        AC_MSG_RESULT([Unknown system type $host found.])
        AC_MSG_WARN([Unknown OS type; using generic routines.])