Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:daemon

19 // In Mac OS X 10.5 and later trying to use the daemon function gives a ??daemon? is deprecated?
21 // Since this is supposed to be portable cross-platform code, we don't care that daemon is
23 #define daemon yes_we_know_that_daemon_is_deprecated_in_os_x_10_5_thankyou
43 #undef daemon
44 extern int daemon(int, int);
47 // Solaris doesn't have daemon(), so we define it here
49 #include "../mDNSPosix/mDNSUNP.h" // For daemon()
863 // the daemon accepts requests
1037 "dnsextd is a daemon that implements DNS extensions supporting Dynamic DNS Update Leases\n"
1050 "-d Run daemon in foreground.\n\n"
3073 if (daemon(0,0))
3075 LogErr("main", "daemon");