(trunk daemon) #1619: add __UCLIBC__ test based on feedback from irc user "Whoopie"

This commit is contained in:
Charles Kerr 2008-12-31 13:51:25 +00:00
parent a48aab259c
commit aae21f8a72
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ gotsig( int sig UNUSED )
#if defined(WIN32)
#define USE_NO_DAEMON
#elif !defined(HAVE_DAEMON) || defined(__MIPSEL__)
#elif !defined(HAVE_DAEMON) || defined(__MIPSEL__) || defined(__UCLIBC__)
#define USE_TR_DAEMON
#else
#define USE_OS_DAEMON