Displaying 5 results from an estimated 5 matches for "uint_fast32_t".
2003 Aug 05
1
compile with dietlibc
...Hash: SHA1
Hi all,
I'm used to test the software which I use with dietlibc, just to see if it
could run without the bloat of glibc.
While compiling dovecot 0.99.10 I got these errors:
In file included from lib.h:20,
from alarm-hup.c:26:
compat.h:30: conflicting types for `uint_fast32_t'
/opt/diet/include/stdint.h:25: previous declaration of `uint_fast32_t'
I've solved this in a dirty way, but is this something which could be fixed in
the future?
Thanks in advance,
Jens Gutzeit
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.2 (GNU/Linux)
iD8DBQE/L/etLPHiyaqJLscR...
2006 Mar 20
1
compilation and installation of dspam-plugin
...`socklen_t'
In file included from /usr/include/netinet/in.h:23,
from ../src/lib/compat.h:81,
from ../src/lib/lib.h:23,
from ../src/imap/common.h:4,
from spam_plugin.c:32:
/usr/include/stdint.h:111: error: conflicting types for `uint_fast32_t'
../src/lib/compat.h:46: error: previous declaration of `uint_fast32_t'
/usr/include/stdint.h:141: error: conflicting types for `uintmax_t'
../src/lib/compat.h:38: error: previous declaration of `uintmax_t'
In file included from ../src/lib/lib.h:23,
from ../src/imap...
2007 Jul 11
9
NFS cache flush tester
http://dovecot.org/tools/nfstest.c
I wrote a test utility that tests different ways to flush NFS attribute
cache and data cache. Please test in your NFS setup and show me the
results, so I can make Dovecot v1.1 works well with NFS.
Run the test several times (3 should be enough) to make sure the output
stays the same, because the attribute cache flushes might incorrectly
say "OK". And
2013 Sep 23
28
[PATCH 0/2] add LZ4 kernel decompression support
Linux 3.11 added respective support, so I think we should follow
suit.
1: xen: add LZ4 decompression support
2: libxc: add LZ4 decompression support
Signed-off-by: Jan Beulich <jbeulich@suse.com>
2006 Nov 05
1
RC11 Build Failure on FreeBSD 6.1
...r long long... yes
checking size of long long... 8
checking for _Bool... yes
checking for uoff_t... no
checking type of off_t... long long
checking whether size_t is signed... no
checking type of size_t... unsigned int
checking for stdint.h... (cached) yes
checking for uintmax_t... yes
checking for uint_fast32_t... yes
checking for socklen_t... yes
checking for /dev/urandom... yes
checking for tm_gmtoff... yes
checking how large time_t values gmtime() accepts... 32
checking for struct iovec... yes
checking Linux compatible mremap()... no
checking whether shared mmaps get updated by write()s... yes
checking...