Changeset 2089
- Timestamp:
- 02/26/2008 04:21:20 PM (6 months ago)
- Files:
-
- 1 modified
-
branches/lighttpd-1.4.x/src/etag.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/lighttpd-1.4.x/src/etag.c
r1971 r2089 1 1 #include <string.h> 2 3 #ifdef HAVE_CONFIG_H 4 #include "config.h" 5 #endif 6 7 #if defined HAVE_STDINT_H 2 8 #include <stdint.h> 9 #elif defined HAVE_INTTYPES_H 10 #include <inttypes.h> 11 #endif 3 12 4 13 #include "buffer.h"

