mirror of
https://github.com/transmission/transmission
synced 2025-01-31 11:23:40 +00:00
(trunk libT) #1619: remove an unnecessary preprocessor check
This commit is contained in:
parent
dab899f132
commit
390beb738b
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ gotsig( int sig UNUSED )
|
|||
|
||||
#if defined(WIN32)
|
||||
#define USE_NO_DAEMON
|
||||
#elif !defined(HAVE_DAEMON) || defined(__MIPSEL__) || defined(__UCLIBC__)
|
||||
#elif !defined(HAVE_DAEMON) || defined(__UCLIBC__)
|
||||
#define USE_TR_DAEMON
|
||||
#else
|
||||
#define USE_OS_DAEMON
|
||||
|
|
Loading…
Reference in a new issue