1
0
Fork 0
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:
Charles Kerr 2009-01-12 20:01:37 +00:00
parent dab899f132
commit 390beb738b

View file

@ -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