On Wed, Nov 25, 2009 at 06:47:42PM +0100, Jim Meyering wrote:
How about defining a daemon function above,
#ifdef WIN32
static inline int
daemon (...)
{
fprintf (stderr, "On Windows the daemon does not support forking into "
"the background.\nYou *must* run the daemon with the -f
option.\n");
exit (EXIT_FAILURE);
}
#endif /* WIN32 */
Then you don't need any of those ugly in-function #ifdefs.
Bonus: no lines longer than 80 columns ;-)
Thanks - I'm going to push something along these lines.
Rich.
--
Richard Jones, Virtualization Group, Red Hat
http://people.redhat.com/~rjones
virt-top is 'top' for virtual machines. Tiny program with many
powerful monitoring features, net stats, disk stats, logging, etc.
http://et.redhat.com/~rjones/virt-top