Mercurial > libpst
comparison src/vbuf.h @ 132:5e4d6faada34
fix from Fridrich Strba for parallel make
author | Carl Byington <carl@five-ten-sg.com> |
---|---|
date | Fri, 06 Feb 2009 20:38:04 -0800 |
parents | e35fd42bac05 |
children | cda7c812ec01 |
comparison
equal
deleted
inserted
replaced
131:dd905e537728 | 132:5e4d6faada34 |
---|---|
9 * | 9 * |
10 */ | 10 */ |
11 | 11 |
12 #ifndef VBUF_H | 12 #ifndef VBUF_H |
13 #define VBUF_H | 13 #define VBUF_H |
14 | |
15 #include "common.h" | |
16 | |
14 #define SZ_MAX 4096 | 17 #define SZ_MAX 4096 |
15 /***************************************************/ | 18 /***************************************************/ |
16 | 19 |
17 | 20 |
18 // Variable-length buffers | 21 // Variable-length buffers |