Revent a small part of jon's BSD configure.in patches.
authorGeoff Norton <grompf@sublimeintervention.com>
Sun, 14 Nov 2004 04:00:16 +0000 (04:00 -0000)
committerGeoff Norton <grompf@sublimeintervention.com>
Sun, 14 Nov 2004 04:00:16 +0000 (04:00 -0000)
MPH_ON_BSD still exists in unistd.c and sys-mount.c; this reversion allows mono to compile on *BSD again.

svn path=/trunk/mono/; revision=36098

support/mph.h

index a21cf5c3e2f2116ad5dd7c628cf2bad58cee439b..49a5e9781fcfd121a5998b6adf55b6bc79ad45ef 100644 (file)
 #include <stdint.h>             /* for SIZE_MAX */
 #endif
 
+#if __APPLE__ || __BSD__
+#define MPH_ON_BSD
+#endif
+
 typedef    gint64 mph_blkcnt_t;
 typedef    gint64 mph_blksize_t;
 typedef   guint64 mph_dev_t;