Changeset 7556
- Timestamp:
- 12/31/2008 02:51:25 PM (15 months ago)
- Files:
-
- 1 modified
-
trunk/daemon/daemon.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/daemon/daemon.c
r7554 r7556 94 94 #if defined(WIN32) 95 95 #define USE_NO_DAEMON 96 #elif !defined(HAVE_DAEMON) || defined(__MIPSEL__) 96 #elif !defined(HAVE_DAEMON) || defined(__MIPSEL__) || defined(__UCLIBC__) 97 97 #define USE_TR_DAEMON 98 98 #else
