Changeset 357
- Timestamp:
- 08/25/06 15:57:11 (2 years ago)
- Files:
-
- cherokee/trunk/cherokee/cherokee_logrotate.c (modified) (1 diff)
- cherokee/trunk/cherokee/cherokee_show.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
cherokee/trunk/cherokee/cherokee_logrotate.c
r354 r357 23 23 */ 24 24 25 #include <cherokee/cherokee.h>26 27 25 #ifdef HAVE_CONFIG_H 28 26 # include <config.h> 29 27 #endif 28 29 #include <cherokee/cherokee.h> 30 30 31 31 #include <string.h> cherokee/trunk/cherokee/cherokee_show.c
r269 r357 22 22 * USA 23 23 */ 24 25 #ifdef HAVE_CONFIG_H 26 #include <config.h> 27 #endif 24 28 25 29 #include <string.h>