Changeset 1783
- Timestamp:
- 08/12/08 14:17:31 (3 months ago)
- Files:
-
- cherokee/trunk/cherokee/info.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/info.c
r1577 r1783 87 87 printf (" Tracing: no\n"); 88 88 #endif 89 #ifdef HAVE_SENDFILE89 #ifdef WITH_SENDFILE 90 90 printf (" sendfile(): yes\n"); 91 91 #else