From: Christian B. <Chr...@un...> - 2004-01-22 14:59:42
|
Hi! On Thu, Jan 22, 2004 at 07:48:53PM +0900, Toshimitsu Tanaka wrote: > - {STR_VOLUME_IS_MOUNTED_WARN, "The volume '%s' is mounted under > Linux. Basilisk II will try to unmount it."}, > +#if defined(__APPLE__) && defined(__MACH__) > + {STR_VOLUME_IS_MOUNTED_WARN, "The volume '%s' is mounted under > Darwin. SheepShaver will try to unmount it."}, > [...] This is somewhat ugly and would have to be changed again for *BSD, Solaris, etc. Maybe it should use the $target_os from the configure script or some more "user friendly" OS name that is selected in sysdeps.h, or simply "Unix" as B2 (which is admittedly a little too generic, though). Bye, Christian -- / Physics is an algorithm \/ http://www.uni-mainz.de/~bauec002/ |