Fixes for MacOS X:
commit46f74e080487ace48c01efe7157fe3c48fd2d2f4
authorgarden <garden@d37a7db1-d92d-0410-89df-f68f52f87b57>
Tue, 18 Jul 2006 08:54:51 +0000 (18 08:54 +0000)
committergarden <garden@d37a7db1-d92d-0410-89df-f68f52f87b57>
Tue, 18 Jul 2006 08:54:51 +0000 (18 08:54 +0000)
tree1bb152e73881bca2e4c4d0202a092833ce41c177
parent017002ecc34bead03d450ad83c6122c3a2778c87
Fixes for MacOS X:
 - PATH_MAX and POSIX_PATH_MAX need #includes in slirpvde
 - commented out encrypt and decrypt declarations in blowfish.h (nobody uses
   them and they conflict with other definitions in standard headers)
 - added strndup definition if not present in standard library (OSX 10.4.7
   does not have it) for vde_cryptcab

git-svn-id: https://vde.svn.sourceforge.net/svnroot/vde/trunk@94 d37a7db1-d92d-0410-89df-f68f52f87b57
vde-2/configure.ac
vde-2/libvdeplug/libvdeplug.c
vde-2/slirpvde/slirpvde.c
vde-2/vde_cryptcab/blowfish.c
vde-2/vde_cryptcab/blowfish.h
vde-2/vde_cryptcab/vde_cryptcab.c