comparison src/lib/Makefile.am @ 29:e9375147c0cb HEAD

Added write_full() which is a simple wrapper around write() meant for writing into files. When there's too much deleted data in index files, they're now compressed when the index is being opened.
author Timo Sirainen <tss@iki.fi>
date Mon, 26 Aug 2002 02:46:59 +0300
parents 3b1985cbc908
children 8aaa39e7aec8
comparison
equal deleted inserted replaced
28:6ac07b3fe0ff 29:e9375147c0cb
36 restrict-access.c \ 36 restrict-access.c \
37 strfuncs.c \ 37 strfuncs.c \
38 temp-mempool.c \ 38 temp-mempool.c \
39 temp-string.c \ 39 temp-string.c \
40 unlink-directory.c \ 40 unlink-directory.c \
41 unlink-lockfiles.c 41 unlink-lockfiles.c \
42 write-full.c
42 43
43 noinst_HEADERS = \ 44 noinst_HEADERS = \
44 base64.h \ 45 base64.h \
45 compat.h \ 46 compat.h \
46 failures.h \ 47 failures.h \
65 restrict-access.h \ 66 restrict-access.h \
66 strfuncs.h \ 67 strfuncs.h \
67 temp-mempool.h \ 68 temp-mempool.h \
68 temp-string.h \ 69 temp-string.h \
69 unlink-directory.h \ 70 unlink-directory.h \
70 unlink-lockfiles.h 71 unlink-lockfiles.h \
72 write-full.h
71 73
72 EXTRA_DIST = \ 74 EXTRA_DIST = \
73 $(ioloop_sources) 75 $(ioloop_sources)